Started by user Oleksii Korniienko Running as Oleksii Korniienko Agent centos-7-01tps 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-01tps" 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-01tps" - 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-01tps" - 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-01tps (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/olkornii/reddeer.git > git init /home/jenkins/agent/workspace/reddeer.verification.parametrized # timeout=10 Fetching upstream changes from https://github.com/olkornii/reddeer.git > git --version # timeout=10 > git --version # 'git version 2.36.6' > git fetch --tags --force --progress -- https://github.com/olkornii/reddeer.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url https://github.com/olkornii/reddeer.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch > git rev-parse origin/reddeer_fixes^{commit} # timeout=10 Checking out Revision 315240a4bf00fd96e636928993e8a0709357b1f5 (origin/reddeer_fixes) > git config core.sparsecheckout # timeout=10 > git checkout -f 315240a4bf00fd96e636928993e8a0709357b1f5 # timeout=10 Commit message: "Added "editor" for JavaProjectWizardTest" > git rev-list --no-walk cb729db7ec41360bc91dbb3ca20199eb7fa223fd # 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 :83 -geometry 1024x768 -depth 24 -ac -SecurityTypes none -noreset Xvnc TigerVNC 1.8.0 - built Apr 5 2023 13:48:56 Copyright (C) 1999-2017 TigerVNC Team and many others (see README.txt) See http://www.tigervnc.org for information on TigerVNC. Underlying X server release 12004000, The X.Org Foundation Thu Aug 31 07:58:46 2023 vncext: VNC extension running! vncext: Listening for VNC connections on all interface(s), port 5983 vncext: created VNC server for screen 0 [reddeer.verification.parametrized] $ /bin/sh -xe /tmp/jenkins15904253484863671793.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=false -Declipse-orbit-update-site=https://download.eclipse.org/oomph/simrel-orbit/2023-09/ -Declipse-target-site=https://download.eclipse.org/releases/2023-09 -DskipTests=false -Djava.target.version=17 -Dmaven.test.failure.ignore=true -Dsurefire.timeout=9600 clean verify -U Apache Maven 3.9.2 (c9616018c7a021c1c39be70fb2843d6f5f9b8a1c) Maven home: /opt/tools/apache-maven/latest Java version: 17.0.2, vendor: Oracle Corporation, runtime: /opt/tools/java/openjdk/jdk-17/17.0.2+8 Default locale: en_US, platform encoding: UTF-8 OS name: "linux", version: "5.17.13-200.fc35.x86_64", arch: "amd64", family: "unix" [INFO] Scanning for projects... [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details. [INFO] Fetching p2.index from https://download.eclipse.org/releases/2023-09/ (122B) [INFO] Adding repository https://download.eclipse.org/releases/2023-09 [INFO] Fetching compositeContent.jar from https://download.eclipse.org/releases/2023-09/ (480B) [INFO] Fetching compositeContent.xml from https://download.eclipse.org/technology/epp/packages/2023-09/ (442B) [INFO] Fetching content.jar from https://download.eclipse.org/technology/epp/packages/2023-09/202308241200/ (125.89kB) [INFO] Fetching p2.index from https://download.eclipse.org/releases/2023-09/202308251000/ (140B) [INFO] Fetching content.xml.xz from https://download.eclipse.org/releases/2023-09/202308251000/ (735.6kB) [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 202308251000&countryCode=us&timeZone=0&format=xml from https://www.eclipse.org/downloads/download.php?format=xml&file=/releases/2023-09/ (63B) [INFO] Fetching org.eclipse.osgi_3.18.500.v20230801-1826.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (1.47MB) [INFO] Fetching org.apache.felix.scr_2.2.6.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (393.54kB) [INFO] Fetching org.osgi.service.component_1.5.1.202212101352.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (64.89kB) [INFO] Fetching org.osgi.util.promise_1.3.0.202212101352.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (83.65kB) [INFO] Fetching org.eclipse.swt_3.124.100.v20230814-1333.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (18.79kB) [INFO] Fetching org.hamcrest.core_2.2.0.v20230809-1000.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (9.19kB) [INFO] Fetching org.eclipse.swt.cocoa.macosx.x86_64_3.124.100.v20230814-1333.jar from https://download.eclipse.org/releases/2023-09/202308251000/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/releases/2023-09/202308251000/plugins/ (23.09kB) [INFO] Fetching org.eclipse.swt.win32.win32.x86_64_3.124.100.v20230814-1333.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (2.49MB) [INFO] Fetching org.eclipse.swt.gtk.linux.x86_64_3.124.100.v20230814-1333.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (2.08MB) [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.core:4.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.core/pom.xml [INFO] Fetching com.ibm.icu_73.2.0.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (13.89MB) [INFO] Fetching com.sun.jna_5.13.0.v20230812-1000.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (1.81MB) [INFO] Fetching com.sun.jna.platform_5.13.0.jar from https://download.eclipse.org/releases/2023-09/202308251000/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/releases/2023-09/202308251000/plugins/ (32.41kB) [INFO] Fetching org.apache.batik.constants_1.16.0.v20221027-0840.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (22.12kB) [INFO] Fetching org.apache.batik.css_1.16.0.v20221027-0840.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (361.47kB) [INFO] Fetching org.apache.batik.util_1.16.0.v20221027-0840.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (146.86kB) [INFO] Fetching org.apache.batik.i18n_1.16.0.v20221027-0840.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (25.35kB) [INFO] Fetching org.apache.xmlgraphics_2.7.0.v20221018-0736.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (717.41kB) [INFO] Fetching org.w3c.dom.svg_1.1.0.v201011041433.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (95.26kB) [INFO] Fetching org.w3c.dom.events_3.0.0.draft20060413_v201105210656.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (15.35kB) [INFO] Fetching org.w3c.css.sac_1.3.1.v200903091627.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (35.59kB) [INFO] Fetching org.apache.commons.commons-io_2.13.0.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (472.61kB) [INFO] Fetching org.apache.commons.jxpath_1.3.0.v200911051830.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (317.8kB) [INFO] Fetching org.apache.commons.logging_1.2.0.v20180409-1502.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (71.45kB) [INFO] Fetching org.eclipse.core.commands_3.11.100.v20230708-0916.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (117.29kB) [INFO] Fetching org.eclipse.equinox.common_3.18.100.v20230730-1117.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (150.54kB) [INFO] Fetching org.eclipse.core.contenttype_3.9.100.v20230630-1232.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (102.48kB) [INFO] Fetching org.eclipse.equinox.preferences_3.10.300.v20230630-1303.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (136.88kB) [INFO] Fetching org.eclipse.equinox.registry_3.11.300.v20230801-1826.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (198.21kB) [INFO] Fetching org.eclipse.core.databinding_1.13.100.v20230708-0916.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (287.75kB) [INFO] Fetching org.eclipse.core.databinding.observable_1.13.100.v20230708-0916.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (315.27kB) [INFO] Fetching org.eclipse.core.databinding.property_1.10.100.v20230708-0916.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (166.11kB) [INFO] Fetching org.eclipse.core.expressions_3.9.100.v20230726-0617.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (95.08kB) [INFO] Fetching org.eclipse.core.runtime_3.29.0.v20230726-0617.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (77.99kB) [INFO] Fetching org.eclipse.core.jobs_3.15.0.v20230808-1403.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (115.71kB) [INFO] Fetching org.eclipse.equinox.app_1.6.300.v20230630-1303.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (91.53kB) [INFO] Fetching org.eclipse.e4.core.commands_1.1.100.v20230630-1554.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (28.5kB) [INFO] Fetching org.eclipse.e4.core.di_1.9.100.v20230721-1753.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (55.35kB) [INFO] Fetching org.eclipse.e4.core.contexts_1.12.100.v20230725-1354.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (56.66kB) [INFO] Fetching org.eclipse.e4.core.services_2.4.100.v20230708-0809.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (71.64kB) [INFO] Fetching org.osgi.service.event_1.4.1.202109301733.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (46.59kB) [INFO] Fetching org.eclipse.e4.core.di.annotations_1.8.100.v20230617-1158.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (13.82kB) [INFO] Fetching org.eclipse.e4.core.di.extensions_0.18.0.v20230429-1914.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (12.92kB) [INFO] Fetching org.eclipse.e4.core.di.extensions.supplier_0.17.100.v20230630-1232.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (42.36kB) [INFO] Fetching org.osgi.service.prefs_1.1.2.202109301733.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (19.69kB) [INFO] Fetching org.eclipse.e4.emf.xpath_0.4.100.v20230801-1255.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (53.96kB) [INFO] Fetching org.eclipse.emf.ecore_2.35.0.v20230810-0713.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (1.29MB) [INFO] Fetching org.eclipse.e4.ui.bindings_0.14.100.v20230630-1554.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (48.5kB) [INFO] Fetching org.eclipse.e4.ui.services_1.6.100.v20230630-1554.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (26.42kB) [INFO] Fetching org.eclipse.jface_3.31.0.v20230816-1629.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (1.13MB) [INFO] Fetching org.eclipse.e4.ui.css.core_0.14.100.v20230727-0604.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (219.3kB) [INFO] Fetching org.eclipse.e4.ui.css.swt_0.15.100.v20230727-0604.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (205.58kB) [INFO] Fetching org.eclipse.e4.ui.css.swt.theme_0.14.100.v20230727-0604.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (30.14kB) [INFO] Fetching org.eclipse.e4.ui.di_1.5.100.v20230630-1554.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (18.21kB) [INFO] Fetching org.eclipse.e4.ui.dialogs_1.4.100.v20230727-0604.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (58.65kB) [INFO] Fetching org.eclipse.e4.ui.model.workbench_2.4.100.v20230801-1255.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (396.71kB) [INFO] Fetching org.eclipse.equinox.event_1.6.200.v20230120-0604.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (35.14kB) [INFO] Fetching org.eclipse.e4.ui.widgets_1.4.0.v20230317-0802.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (15.11kB) [INFO] Fetching org.eclipse.e4.ui.workbench_1.15.100.v20230805-0732.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (268.72kB) [INFO] Fetching org.eclipse.emf.ecore.change_2.15.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (91.77kB) [INFO] Fetching org.eclipse.emf.ecore.xmi_2.35.0.v20230801-1141.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (238.79kB) [INFO] Fetching org.eclipse.e4.ui.workbench.addons.swt_1.5.100.v20230727-0604.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (120.39kB) [INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt_0.16.100.v20230801-1255.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (256.48kB) [INFO] Fetching org.eclipse.e4.ui.workbench.swt_0.17.100.v20230727-0604.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (150.24kB) [INFO] Fetching org.eclipse.jface.databinding_1.15.100.v20230708-0916.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (292.29kB) [INFO] Fetching org.eclipse.e4.ui.workbench3_0.17.100.v20230727-0604.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (23.21kB) [INFO] Fetching org.eclipse.urischeme_1.3.100.v20230727-0604.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (54.17kB) [INFO] Fetching org.eclipse.emf.common_2.29.0.v20230810-0713.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (378.61kB) [INFO] Fetching org.eclipse.help_3.10.100.v20230726-0617.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (274.59kB) [INFO] Fetching org.eclipse.ui_3.203.200.v20230807-1354.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (434.22kB) [INFO] Fetching org.eclipse.ui.workbench_3.130.0.v20230816-1515.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (3.51MB) [INFO] Fetching org.w3c.dom.smil_1.0.1.v200903091627.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (21.23kB) [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.swt:4.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.swt/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.workbench:4.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.workbench/pom.xml [INFO] Fetching bcprov_1.76.0.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (7.97MB) [INFO] Fetching bcpg_1.76.0.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (439.42kB) [INFO] Fetching org.apache.commons.io_2.8.0.v20210415-0900.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (302.53kB) [INFO] Fetching org.eclipse.compare.core_3.8.100.v20230726-0617.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (69.73kB) [INFO] Fetching org.eclipse.core.filebuffers_3.8.100.v20230727-0604.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (116.83kB) [INFO] Fetching org.eclipse.text_3.13.100.v20230801-1334.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (299.13kB) [INFO] Fetching org.eclipse.core.filesystem_1.10.100.v20230717-1727.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (72.25kB) [INFO] Fetching org.eclipse.core.resources_3.19.100.v20230814-1312.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (900.14kB) [INFO] Fetching org.eclipse.e4.ui.ide_3.17.100.v20230727-0604.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (13.28kB) [INFO] Fetching org.eclipse.equinox.bidi_1.4.300.v20230630-1303.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (52.88kB) [INFO] Fetching org.eclipse.equinox.p2.artifact.repository_1.5.100.v20230630-1506.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (172.09kB) [INFO] Fetching org.eclipse.equinox.p2.metadata_2.7.100.v20230630-1506.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (365.14kB) [INFO] Fetching org.tukaani.xz_1.9.0.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (113.29kB) [INFO] Fetching org.eclipse.equinox.p2.core_2.10.100.v20230814-2013.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (80.64kB) [INFO] Fetching org.eclipse.equinox.p2.jarprocessor_1.3.200.v20230630-1506.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (64.43kB) [INFO] Fetching org.eclipse.equinox.p2.repository_2.7.100.v20230710-0621.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (184.63kB) [INFO] Fetching org.eclipse.equinox.p2.engine_2.8.100.v20230630-1506.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (236.73kB) [INFO] Fetching org.eclipse.equinox.p2.metadata.repository_1.5.100.v20230630-1506.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (137.49kB) [INFO] Fetching org.eclipse.equinox.security_1.4.0.v20230630-1303.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (115.78kB) [INFO] Fetching org.eclipse.jface.text_3.24.100.v20230727-0604.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (1.05MB) [INFO] Fetching org.eclipse.ui.editors_3.17.0.v20230804-0538.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (612.76kB) [INFO] Fetching org.eclipse.ui.ide_3.21.100.v20230815-1006.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (2.32MB) [INFO] Fetching org.eclipse.ui.workbench.texteditor_3.17.100.v20230727-0604.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (693.65kB) [INFO] Fetching org.eclipse.ui.navigator_3.12.100.v20230727-0604.jar from https://download.eclipse.org/releases/2023-09/202308251000/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/releases/2023-09/202308251000/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/releases/2023-09/202308251000/plugins/ (73.8kB) [INFO] Fetching com.fasterxml.jackson.core.jackson-core_2.15.2.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (536.33kB) [INFO] Fetching com.fasterxml.jackson.core.jackson-databind_2.15.2.jar from https://download.eclipse.org/releases/2023-09/202308251000/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/releases/2023-09/202308251000/plugins/ (37.54kB) [INFO] Fetching org.eclipse.debug.core_3.21.100.v20230731-1425.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (401.09kB) [INFO] Fetching org.eclipse.debug.ui_3.18.100.v20230802-1257.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (3.04MB) [INFO] Fetching org.eclipse.ui.console_3.13.0.v20230726-0617.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (246.77kB) [INFO] Fetching org.eclipse.e4.ui.progress_0.4.100.v20230727-0604.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (209.72kB) [INFO] Fetching org.eclipse.equinox.frameworkadmin_2.2.200.v20230630-1506.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (39.06kB) [INFO] Fetching org.eclipse.equinox.frameworkadmin.equinox_1.2.400.v20230630-1506.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (71.72kB) [INFO] Fetching org.eclipse.equinox.p2.director_2.6.100.v20230718-0609.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (113.11kB) [INFO] Fetching org.sat4j.core_2.3.6.v20201214.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (429.55kB) [INFO] Fetching org.sat4j.pb_2.3.6.v20201214.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (432.64kB) [INFO] Fetching org.eclipse.equinox.simpleconfigurator_1.4.300.v20230630-1506.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (49.04kB) [INFO] Fetching org.eclipse.equinox.p2.directorywatcher_1.4.100.v20230630-1506.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (33.68kB) [INFO] Fetching org.eclipse.equinox.p2.touchpoint.eclipse_2.4.100.v20230630-1506.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (135.53kB) [INFO] Fetching org.eclipse.equinox.p2.publisher_1.8.100.v20230630-1506.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (103.54kB) [INFO] Fetching org.eclipse.equinox.p2.publisher.eclipse_1.5.100.v20230814-2013.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (248.62kB) [INFO] Fetching org.eclipse.equinox.p2.extensionlocation_1.5.100.v20230630-1506.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (37.55kB) [INFO] Fetching org.eclipse.equinox.p2.garbagecollector_1.3.100.v20230630-1506.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (27kB) [INFO] Fetching org.eclipse.equinox.p2.operations_2.7.100.v20230630-1506.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (77.46kB) [INFO] Fetching org.eclipse.equinox.simpleconfigurator.manipulator_2.2.200.v20230630-1506.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (28.81kB) [INFO] Fetching org.eclipse.equinox.p2.ui_2.8.100.v20230728-2010.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (698.87kB) [INFO] Fetching org.eclipse.equinox.security.ui_1.4.0.v20230728-2008.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (172.99kB) [INFO] Fetching org.eclipse.equinox.p2.updatesite_1.3.100.v20230630-1506.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (103.81kB) [INFO] Fetching org.junit_4.13.2.v20230809-1000.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (414.97kB) [INFO] Fetching org.eclipse.ui.browser_3.8.100.v20230727-0604.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (210.26kB) [INFO] Fetching org.eclipse.ui.views.log_1.4.100.v20230727-0604.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (174.65kB) [INFO] Fetching org.eclipse.wst.server.core_1.11.0.v202308172116.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (397.26kB) [INFO] Fetching org.eclipse.wst.server.ui_1.6.200.v202308172116.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (953.19kB) [INFO] Fetching org.json_1.0.0.v201011060100.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (56.15kB) [INFO] Fetching org.yaml.snakeyaml_2.1.0.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (326.36kB) [INFO] Fetching org.eclipse.wst.common.core_1.4.100.v202103232321.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (60.39kB) [INFO] Fetching org.eclipse.wst.internet.monitor.core_1.1.0.v202304050316.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (76.29kB) [INFO] Fetching org.eclipse.wst.server.discovery_1.3.500.v202308172116.jar from https://download.eclipse.org/releases/2023-09/202308251000/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.202308021527.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (648.33kB) [INFO] Fetching org.eclipse.gef_3.15.0.202308021527.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (999.33kB) [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.gef.spy:4.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.gef.spy/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.graphiti:4.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.graphiti/pom.xml [INFO] Fetching org.eclipse.emf.common.ui_2.21.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (168.01kB) [INFO] Fetching org.eclipse.emf.edit_2.18.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (301.88kB) [INFO] Fetching org.eclipse.emf.edit.ui_2.23.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (354.65kB) [INFO] Fetching org.eclipse.ui.views_3.12.100.v20230811-1916.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (107.53kB) [INFO] Fetching org.eclipse.nebula.widgets.cdatetime_1.5.0.202303072132.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (109.07kB) [INFO] Fetching org.eclipse.emf.transaction_1.9.2.202208110935.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (175.44kB) [INFO] Fetching org.eclipse.emf.validation_1.8.3.202305230712.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (411.07kB) [INFO] Fetching org.eclipse.emf.workspace_1.5.2.202208110935.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (88.93kB) [INFO] Fetching org.eclipse.graphiti_0.19.1.202211181144.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (326.75kB) [INFO] Fetching org.eclipse.graphiti.mm_0.19.1.202211181144.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (222.15kB) [INFO] Fetching org.eclipse.graphiti.ui_0.19.1.202211181144.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (692.62kB) [INFO] Fetching org.eclipse.ui.views.properties.tabbed_3.10.100.v20230727-0604.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (110.58kB) [INFO] Fetching org.eclipse.nebula.cwt_1.1.0.202303072132.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (155.83kB) [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.direct:4.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.direct/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.junit:4.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.junit/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.jdt.junit:4.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.jdt.junit/pom.xml [INFO] Fetching org.eclipse.jdt.junit.runtime_3.7.200.v20230627-0107.jar from https://download.eclipse.org/releases/2023-09/202308251000/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/releases/2023-09/202308251000/plugins/ (418.96kB) [INFO] Fetching biz.aQute.bndlib_6.4.1.202306080939.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (3.04MB) [INFO] Fetching org.osgi.service.repository_1.1.0.201505202024.jar from https://download.eclipse.org/releases/2023-09/202308251000/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/releases/2023-09/202308251000/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/releases/2023-09/202308251000/plugins/ (109.39kB) [INFO] Fetching org.eclipse.ant.launching_1.4.100.v20230726-0617.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (163.54kB) [INFO] Fetching org.eclipse.jdt.launching_3.20.100.v20230814-1810.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (583.32kB) [INFO] Fetching org.eclipse.core.externaltools_1.3.100.v20230726-0617.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (42.77kB) [INFO] Fetching org.eclipse.jdt.core_3.35.0.v20230814-1356.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (4.04MB) [INFO] Fetching org.eclipse.ant.ui_3.9.100.v20230726-0617.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (1.05MB) [INFO] Fetching org.eclipse.ui.externaltools_3.6.100.v20230726-0617.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (142.96kB) [INFO] Fetching org.eclipse.jdt.ui_3.30.0.v20230815-1601.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (10.99MB) [INFO] Fetching org.eclipse.jdt.debug.ui_3.13.100.v20230809-1849.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (1.68MB) [INFO] Fetching org.eclipse.team.core_3.10.100.v20230726-0617.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (405.12kB) [INFO] Fetching org.eclipse.ltk.core.refactoring_3.14.100.v20230728-0612.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (346.43kB) [INFO] Fetching org.eclipse.jdt.junit_3.16.100.v20230812-0709.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (552.57kB) [INFO] Fetching org.eclipse.compare_3.9.200.v20230726-0617.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (809.15kB) [INFO] Fetching org.eclipse.equinox.p2.repository.tools_2.4.100.v20230630-1506.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (258.26kB) [INFO] Fetching org.eclipse.jdt.core.compiler.batch_3.35.0.v20230814-2020.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (3.05MB) [INFO] Fetching org.eclipse.jdt.core.manipulation_1.19.100.v20230811-2104.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (2.51MB) [INFO] Fetching org.eclipse.jdt.debug_3.21.100.v20230728-0612.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (926.07kB) [INFO] Fetching org.eclipse.search_3.15.200.v20230816-1837.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (500.55kB) [INFO] Fetching org.eclipse.ltk.ui.refactoring_3.13.100.v20230728-0612.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (470.99kB) [INFO] Fetching org.eclipse.jdt.junit.core_3.12.100.v20230811-1614.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (182.24kB) [INFO] Fetching org.eclipse.team.ui_3.10.100.v20230726-0617.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (1.42MB) [INFO] Fetching org.eclipse.ui.navigator.resources_3.9.100.v20230811-1916.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (180.32kB) [INFO] Fetching org.eclipse.pde.build_3.12.100.v20230812-1744.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (507.16kB) [INFO] Fetching org.eclipse.pde.core_3.17.100.v20230814-2100.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (1.41MB) [INFO] Fetching org.eclipse.pde.launching_3.11.100.v20230812-1744.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (142.75kB) [INFO] Fetching org.eclipse.pde.ui_3.14.100.v20230814-2100.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (4.61MB) [INFO] Fetching org.eclipse.ui.intro_3.7.100.v20230726-0617.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (349.88kB) [INFO] Fetching org.eclipse.ui.cheatsheets_3.8.100.v20230725-0936.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (388.81kB) [INFO] Fetching org.eclipse.ui.genericeditor_1.3.100.v20230727-0604.jar from https://download.eclipse.org/releases/2023-09/202308251000/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/releases/2023-09/202308251000/plugins/ (49.77kB) [INFO] Fetching org.eclipse.equinox.launcher_1.6.500.v20230717-2134.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (54.57kB) [INFO] Fetching org.eclipse.ui.ide.application_1.5.100.v20230727-0604.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (129.16kB) [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.core.test:4.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.core.test/pom.xml [INFO] Fetching slf4j.api_2.0.7.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (62.14kB) [INFO] Fetching org.apache.aries.spifly.dynamic.bundle_1.3.6.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (150.25kB) [INFO] Fetching com.google.gson_2.10.1.v20230109-0753.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (308.6kB) [INFO] Fetching com.google.guava.failureaccess_1.0.1.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (4.51kB) [INFO] Fetching com.google.guava_32.1.2.jre.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (2.9MB) [INFO] Fetching org.objectweb.asm_9.5.0.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (119.01kB) [INFO] Fetching org.objectweb.asm.commons_9.5.0.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (70.52kB) [INFO] Fetching org.objectweb.asm.util_9.5.0.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (88.94kB) [INFO] Fetching org.apache.commons.cli_1.5.0.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (56.92kB) [INFO] Fetching org.apache.commons.commons-codec_1.16.0.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (352.28kB) [INFO] Fetching org.apache.xerces_2.12.2.v20220131-0835.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (1.5MB) [INFO] Fetching org.apache.xml.resolver_1.2.0.v20220715-1206.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (101.69kB) [INFO] Fetching org.eclipse.core.databinding.beans_1.10.100.v20230708-0916.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (83.25kB) [INFO] Fetching org.eclipse.osgi.services_3.11.100.v20221006-1531.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (48.16kB) [INFO] Fetching org.eclipse.emf.ecore.edit_2.14.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (188.35kB) [INFO] Fetching org.eclipse.m2e.archetype.archetype-catalog_3.2.1.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (19.14kB) [INFO] Fetching org.eclipse.m2e.archetype.common_3.3.0.20230605-1716.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (11.96kB) [INFO] Fetching org.eclipse.m2e.archetype.archetype-common_3.2.1.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (179.39kB) [INFO] Fetching org.eclipse.m2e.archetype.archetype-descriptor_3.2.1.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (23.88kB) [INFO] Fetching org.eclipse.m2e.archetype.jdom2_2.0.6.1.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (324.13kB) [INFO] Fetching org.eclipse.m2e.maven.runtime_3.9.101.20230730-1958.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (7.65MB) [INFO] Fetching org.eclipse.m2e.archetype.maven-artifact-transfer_0.13.1.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (156.16kB) [INFO] Fetching org.eclipse.m2e.core_2.4.0.20230809-1423.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (650.65kB) [INFO] Fetching org.eclipse.m2e.workspace.cli_0.3.1.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (15.56kB) [INFO] Fetching org.eclipse.m2e.core.ui_2.0.6.20230809-1423.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (811.94kB) [INFO] Fetching org.eclipse.m2e.model.edit_2.0.300.20230320-2130.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (410.69kB) [INFO] Fetching org.eclipse.wst.common.uriresolver_1.4.0.v202308161955.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (48.63kB) [INFO] Fetching org.eclipse.wst.common.emf_1.2.700.v202007161535.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (229kB) [INFO] Fetching org.eclipse.wst.sse.core_1.2.1200.v202308180854.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (479.34kB) [INFO] Fetching org.eclipse.wst.xml.core_1.2.800.v202308210520.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (812.15kB) [INFO] Fetching org.osgi.service.wireadmin_1.0.2.202109301733.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (42.85kB) [INFO] Fetching org.osgi.service.provisioning_1.2.0.201505202024.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (13.38kB) [INFO] Fetching org.osgi.service.upnp_1.2.1.202109301733.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (30.58kB) [INFO] Fetching org.osgi.service.useradmin_1.1.1.202109301733.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (35.82kB) [INFO] Fetching org.osgi.service.device_1.1.1.202109301733.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (19.88kB) [INFO] Fetching org.osgi.service.cm_1.6.1.202109301733.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (54.28kB) [INFO] Fetching org.osgi.service.metatype_1.4.1.202109301733.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (29.67kB) [INFO] Fetching org.eclipse.osgi.util_3.7.200.v20230103-1101.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (14.42kB) [INFO] Fetching org.osgi.util.measurement_1.0.2.201802012109.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (25.74kB) [INFO] Fetching org.osgi.util.position_1.0.1.201505202026.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (13.73kB) [INFO] Fetching org.osgi.util.xml_1.0.2.202109301733.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (18.3kB) [INFO] Fetching org.eclipse.wst.common.frameworks_1.3.0.v202308161955.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (125.12kB) [INFO] Fetching org.eclipse.wst.common.environment_1.1.0.v202308161955.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (50.66kB) [INFO] Fetching org.objectweb.asm.tree_9.5.0.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (50.73kB) [INFO] Fetching org.objectweb.asm.tree.analysis_9.5.0.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (33.18kB) [INFO] Fetching slf4j.nop_2.0.7.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (4.73kB) [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.swt.test:4.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.swt.test/pom.xml [INFO] Fetching slf4j.simple_2.0.7.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (15.6kB) [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/releases/2023-09/202308251000/plugins/ (44.73kB) [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.uiforms.test:4.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.uiforms.test/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.jface.test:4.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.jface.test/pom.xml [INFO] Fetching p2.index from https://download.eclipse.org/datatools/updates/1.14.100-SNAPSHOT/repository/ (172B) [INFO] Adding repository https://download.eclipse.org/datatools/updates/1.14.100-SNAPSHOT/repository [INFO] Fetching content.xml.xz from https://download.eclipse.org/datatools/updates/1.14.100-SNAPSHOT/repository/ (30.03kB) [INFO] Fetching p2.index from https://download.eclipse.org/tm/updates/3.7.100-SNAPSHOT/repository/ (172B) [INFO] Adding repository https://download.eclipse.org/tm/updates/3.7.100-SNAPSHOT/repository [INFO] Fetching content.xml.xz from https://download.eclipse.org/tm/updates/3.7.100-SNAPSHOT/repository/ (12.01kB) [INFO] Fetching p2.index from https://download.eclipse.org/mylyn/releases/latest/ (126B) [INFO] Adding repository https://download.eclipse.org/mylyn/releases/latest [INFO] Fetching compositeContent.xml from https://download.eclipse.org/mylyn/releases/latest/ (486B) [INFO] Fetching p2.index from https://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/ (172B) [INFO] Fetching content.xml.xz from https://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/ (37.46kB) [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.eclipse.test:4.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.eclipse.test/pom.xml [INFO] Fetching org.apache.lucene.analysis-common_9.7.0.v20230703-0758.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (1.9MB) [INFO] Fetching org.apache.lucene.core_9.7.0.v20230703-0758.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (3.84MB) [INFO] Fetching org.apache.lucene.analysis-smartcn_9.7.0.v20230703-0758.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (3.44MB) [INFO] Fetching org.apache.lucene.queries_9.7.0.v20230703-0758.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (546.11kB) [INFO] Fetching org.apache.lucene.queryparser_9.7.0.v20230703-0758.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (449.09kB) [INFO] Fetching org.apache.lucene.sandbox_9.7.0.v20230703-0758.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (248.53kB) [INFO] Fetching org.eclipse.datatools.connectivity_1.15.0.202305310959.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (275.68kB) [INFO] Fetching org.eclipse.datatools.connectivity.db.generic_1.3.0.202305310959.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (21.94kB) [INFO] Fetching org.eclipse.datatools.connectivity.dbdefinition.genericJDBC_1.3.0.202305310959.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (17.44kB) [INFO] Fetching org.eclipse.datatools.modelbase.sql_1.3.0.202305310959.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (573.38kB) [INFO] Fetching org.eclipse.datatools.modelbase.dbdefinition_1.3.0.202305310959.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (174.63kB) [INFO] Fetching org.eclipse.datatools.connectivity.sqm.core_1.5.0.202305310959.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (355.26kB) [INFO] Fetching org.eclipse.datatools.connectivity.ui_1.5.0.202305310959.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (578.19kB) [INFO] Fetching org.eclipse.datatools.help_1.8.0.202305310959.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (22.6kB) [INFO] Fetching org.eclipse.datatools.connectivity.sqm.core.ui_1.5.0.202305310959.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (348.3kB) [INFO] Fetching org.eclipse.datatools.modelbase.sql.query_1.4.0.202305310959.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (636.3kB) [INFO] Fetching org.eclipse.datatools.sqltools.common.ui_1.3.0.202305310959.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (232.29kB) [INFO] Fetching org.eclipse.datatools.sqltools.sql_1.3.0.202305310959.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (97.24kB) [INFO] Fetching org.eclipse.datatools.sqltools.result_1.4.0.202305310959.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (99.81kB) [INFO] Fetching org.eclipse.datatools.sqltools.editor.core_1.3.0.202305310959.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (196.87kB) [INFO] Fetching org.eclipse.datatools.sqltools.plan_1.3.0.202305310959.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (136.79kB) [INFO] Fetching org.eclipse.datatools.sqltools.sql.ui_1.3.0.202305310959.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (36.54kB) [INFO] Fetching org.eclipse.datatools.sqltools.editor.core.ui_1.3.0.202305310959.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (52.04kB) [INFO] Fetching org.eclipse.datatools.sqltools.result.ui_1.4.0.202305310959.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (381.35kB) [INFO] Fetching org.eclipse.datatools.sqltools.sqleditor_1.3.0.202305310959.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (476.59kB) [INFO] Fetching org.eclipse.datatools.sqltools.sqlscrapbook_1.3.0.202305310959.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (146.78kB) [INFO] Fetching org.eclipse.emf.codegen_2.23.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (371.24kB) [INFO] Fetching org.eclipse.equinox.p2.ui.sdk_1.3.100.v20230728-2010.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (80.75kB) [INFO] Fetching org.eclipse.jdt.junit4.runtime_1.3.0.v20220609-1843.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (28.39kB) [INFO] Fetching org.eclipse.jem_2.1.0.v202307260438.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (292.79kB) [INFO] Fetching org.eclipse.jem.util_2.2.0.v202308161955.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (120.06kB) [INFO] Fetching org.eclipse.jem.workbench_2.1.0.v202101081429.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (83.83kB) [INFO] Fetching org.eclipse.jst.common.annotations.controller_1.2.0.v202307260438.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (50.48kB) [INFO] Fetching org.eclipse.jst.common.annotations.core_1.2.0.v202307260438.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (28.72kB) [INFO] Fetching org.eclipse.jst.common.frameworks_1.2.0.v202307260438.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (132.24kB) [INFO] Fetching org.eclipse.wst.common.modulecore_1.3.200.v202108200212.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (417.38kB) [INFO] Fetching org.eclipse.wst.common.emfworkbench.integration_1.3.0.v202308161955.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (152.23kB) [INFO] Fetching org.eclipse.wst.validation_1.3.0.v202308161955.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (436.03kB) [INFO] Fetching org.eclipse.wst.common.project.facet.core_1.5.0.v202308161955.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (381.87kB) [INFO] Fetching org.eclipse.jst.common.project.facet.core_1.13.0.v202308161955.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (190.34kB) [INFO] Fetching org.eclipse.jst.common.project.facet.ui_1.5.0.v202308161955.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (145.01kB) [INFO] Fetching org.eclipse.wst.common.project.facet.ui_1.5.0.v202308161955.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (297.8kB) [INFO] Fetching org.eclipse.jst.common.ui_1.1.0.v202307260438.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (83.99kB) [INFO] Fetching org.eclipse.wst.common.modulecore.ui_1.1.0.v202308161955.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (144.26kB) [INFO] Fetching org.eclipse.jst.ejb.ui_1.2.0.v202307261744.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (459.55kB) [INFO] Fetching org.eclipse.wst.common.frameworks.ui_1.3.0.v202308161955.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (159.84kB) [INFO] Fetching org.eclipse.jst.j2ee.ejb_1.2.0.v202307260438.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (339.48kB) [INFO] Fetching org.eclipse.jst.j2ee_1.2.901.v202307260438.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (1.83MB) [INFO] Fetching org.eclipse.jst.j2ee.core_1.5.0.v202307260438.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (2.78MB) [INFO] Fetching org.eclipse.jst.j2ee.ui_1.2.300.v202307260438.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (858.89kB) [INFO] Fetching org.eclipse.wst.web.ui_1.2.500.v202308160453.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (90.73kB) [INFO] Fetching org.eclipse.wst.validation.ui_1.3.0.v202308161955.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (165.8kB) [INFO] Fetching org.eclipse.wst.web_1.3.200.v202305221615.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (77.83kB) [INFO] Fetching org.eclipse.jst.jee.ui_1.1.0.v202307261744.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (194.86kB) [INFO] Fetching org.eclipse.jst.server.core_1.2.800.v202308172116.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (80.58kB) [INFO] Fetching org.eclipse.jst.jee_1.1.0.v202307260438.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (119.55kB) [INFO] Fetching org.eclipse.jst.j2ee.ejb.annotation.model_1.1.600.v202307261744.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (64.28kB) [INFO] Fetching org.eclipse.jst.j2ee.jca_1.2.0.v202307260438.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (126.89kB) [INFO] Fetching org.eclipse.jst.j2ee.jca.ui_1.2.0.v202307260438.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (35.41kB) [INFO] Fetching org.eclipse.jst.j2ee.navigator.ui_1.2.100.v202307261744.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (236.58kB) [INFO] Fetching org.eclipse.jst.j2ee.web_1.3.0.v202307260438.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (485.51kB) [INFO] Fetching org.eclipse.wst.common.ui_1.2.401.v202308161955.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (152.42kB) [INFO] Fetching org.eclipse.jst.servlet.ui_1.2.0.v202307261744.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (255.21kB) [INFO] Fetching org.eclipse.wst.css.core_1.3.400.v202308160453.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (554.94kB) [INFO] Fetching org.eclipse.wst.css.ui_1.2.200.v202308160453.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (322.08kB) [INFO] Fetching org.eclipse.wst.xml.ui_1.2.701.v202308160453.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (1MB) [INFO] Fetching org.eclipse.wst.sse.ui_1.7.800.v202308200343.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (1.05MB) [INFO] Fetching org.eclipse.wst.html.core_1.4.400.v202308160453.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (785.75kB) [INFO] Fetching org.eclipse.wst.html.ui_1.1.801.v202308160453.jar from https://download.eclipse.org/releases/2023-09/202308251000/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/releases/2023-09/202308251000/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/releases/2023-09/202308251000/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/releases/2023-09/202308251000/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.v20230831-0758 [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/releases/2023-09/202308251000/plugins/ (2.16MB) [INFO] Fetching org.eclipse.equinox.region_1.5.300.v20220720-2012.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (79.16kB) [INFO] Fetching org.eclipse.swt.gtk.linux.aarch64_3.124.100.v20230814-1333.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (2.07MB) [INFO] Fetching org.eclipse.swt.gtk.linux.ppc64le_3.124.100.v20230814-1333.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (2.1MB) [INFO] Fetching org.eclipse.osgi.compatibility.state_1.2.800.v20221116-1440.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (251.02kB) [INFO] Fetching org.eclipse.equinox.weaving.hook_1.3.200.v20220720-1916.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (52.92kB) [INFO] Fetching org.eclipse.equinox.transforms.hook_1.3.300.v20230622-2056.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (32.02kB) [INFO] Fetching org.eclipse.fx.osgi_3.9.0.202210162353.jar from https://download.eclipse.org/releases/2023-09/202308251000/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.v20230831-0758 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.reddeer.workbench.core --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.reddeer.workbench.core --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.reddeer.workbench.core --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.reddeer.workbench.core --- [INFO] Resolving class path of RedDeer Workbench Core... [INFO] Fetching org.eclipse.e4.ui.swt.gtk_1.2.0.v20230501-1823.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (12.61kB) [INFO] Fetching org.eclipse.e4.ui.swt.win32_1.2.0.v20230501-1823.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (12.12kB) [INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt.cocoa_0.14.100.v20230630-1554.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (31.84kB) [INFO] Fetching org.eclipse.ui.cocoa_1.3.100.v20230214-1401.jar from https://download.eclipse.org/releases/2023-09/202308251000/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.v20230831-0758 [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.v20230831-0758 [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.v20230831-0758 [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.v20230831-0758 [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.v20230831-0758 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.reddeer.workbench --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.reddeer.workbench --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.reddeer.workbench --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.reddeer.workbench --- [INFO] Resolving class path of RedDeer Workbench... [INFO] Fetching org.eclipse.core.resources.win32.x86_64_3.5.500.v20220812-1420.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (59.56kB) [INFO] Fetching org.eclipse.core.filesystem.linux.ppc64le_1.4.200.v20220812-1420.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (12.94kB) [INFO] Fetching org.eclipse.equinox.security.win32.x86_64_1.2.0.v20230616-1215.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (42.56kB) [INFO] Fetching org.eclipse.core.filesystem.linux.aarch64_1.4.200.v20220812-1420.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (13kB) [INFO] Fetching org.eclipse.equinox.security.macosx_1.102.0.v20230616-1215.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (29.89kB) [INFO] Fetching org.eclipse.core.filesystem.win32.x86_64_1.4.300.v20220812-1420.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (39.29kB) [INFO] Fetching org.eclipse.ui.win32_3.5.100.v20230630-1554.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (24.35kB) [INFO] Fetching org.eclipse.core.filesystem.linux.x86_64_1.2.400.v20220812-1420.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (13.13kB) [INFO] Fetching org.eclipse.equinox.security.linux_1.1.0.v20230630-1303.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (25.64kB) [INFO] Fetching org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar from https://download.eclipse.org/releases/2023-09/202308251000/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.v20230831-0758 [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.v20230831-0758 [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.v20230831-0758 [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.v20230831-0758 [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.v20230831-0758 [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.v20230831-0758 [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.v20230831-0758 [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.v20230831-0758 [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.v20230831-0758 [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.v20230831-0758 [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.v20230831-0758 [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.v20230831-0758 [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.v20230831-0758 [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.v20230831-0758 [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.v20230831-0758 [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.v20230831-0758 [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.v20230831-0758 [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.v20230831-0758 [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.v20230831-0758 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.reddeer.common.test --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.reddeer.common.test --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.reddeer.common.test --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.reddeer.common.test --- [INFO] Resolving class path of RedDeer Common Tests... [INFO] Fetching org.eclipse.equinox.launcher.win32.win32.x86_64_1.2.700.v20221108-1024.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (136.19kB) [INFO] Fetching org.eclipse.core.net.linux_1.0.300.v20230630-1232.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (16.38kB) [INFO] Fetching org.eclipse.equinox.launcher.cocoa.macosx_1.2.700.v20221108-1024.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (41.14kB) [INFO] Fetching org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.700.v20221108-1024.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (42.61kB) [INFO] Fetching org.eclipse.equinox.launcher.cocoa.macosx.aarch64_1.2.700.v20221108-1024.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (41.14kB) [INFO] Fetching org.eclipse.core.net.win32_1.1.100.v20230725-1354.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (27.76kB) [INFO] Fetching org.eclipse.equinox.launcher.gtk.linux.aarch64_1.2.700.v20221108-1024.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (86.39kB) [INFO] Fetching org.eclipse.equinox.launcher.gtk.linux.ppc64le_1.2.700.v20221108-1024.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (88.49kB) [INFO] Fetching org.eclipse.core.net.win32.x86_64_1.2.100.v20230617-1158.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (9.6kB) [INFO] Fetching org.eclipse.equinox.launcher.gtk.linux.x86_64_1.2.700.v20221108-1024.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (87.79kB) [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (prepare-agent-for-reddeer-tests) @ org.eclipse.reddeer.common.test --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.common.test/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/* [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.reddeer.common.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.common.test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.reddeer.common.test --- [INFO] Compiling 15 source files to /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.common.test/bin [WARNING] Source directory /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.common.test/resources does not exist [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.reddeer.common.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.common.test/src/test/resources [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.reddeer.common.test --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.reddeer.common.test --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.common.test/target/org.eclipse.reddeer.common.test-4.7.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.reddeer.common.test --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.common.test/target/org.eclipse.reddeer.common.test-4.7.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.common.test --- [INFO] [INFO] --- tycho-surefire:2.7.5:test (default-test) @ org.eclipse.reddeer.common.test --- [INFO] Fetching org.apache.felix.gogo.command_1.1.2.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (38.76kB) [INFO] Fetching org.apache.felix.gogo.runtime_1.1.6.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (198.71kB) [INFO] Fetching org.apache.felix.gogo.shell_1.1.4.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (57.69kB) [INFO] Fetching org.eclipse.equinox.console_1.4.500.v20211021-1418.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (129.01kB) [INFO] Fetching org.eclipse.jface.notifications_0.6.100.v20230727-0604.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (32.87kB) [INFO] Fetching org.eclipse.platform_4.29.0.v20230817-0230.jar from https://download.eclipse.org/releases/2023-09/202308251000/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/**/*, -Xmx1024m, -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:00:20.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.common.test.wait.CustomWaitCondition... 08:00:21.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.common.test.wait.CustomWaitCondition failed, an exception will be thrown 08:00:21.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.common.test.wait.CustomWaitCondition... 08:00:25.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.common.test.wait.CustomWaitCondition failed, an exception will be thrown 08:00:25.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.common.test.wait.CustomWaitCondition... 08:00:29.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.common.test.wait.CustomWaitCondition finished successfully 08:00:29.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.common.test.wait.CustomWaitCondition... 08:00:30.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.common.test.wait.CustomWaitCondition finished successfully 08:00:30.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.common.test.wait.CustomWaitCondition... 08:00:32.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.common.test.wait.CustomWaitCondition failed, an exception will be thrown 08:00:32.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.common.test.wait.CustomWaitCondition... 08:00:35.065 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.common.test.wait.CustomWaitCondition failed, an exception will be thrown 08:00:35.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.common.test.wait.CustomWaitCondition... 08:00:39.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.common.test.wait.CustomWaitCondition finished successfully 08:00:39.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.common.test.wait.CustomWaitCondition... 08:00:46.068 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.124 s - in org.eclipse.reddeer.common.test.wait.GroupWaitTest test_groupWaitTimeoutMedium(org.eclipse.reddeer.common.test.wait.GroupWaitTest) Time elapsed: 1.033 s test_groupWaitNullWaitCondition(org.eclipse.reddeer.common.test.wait.GroupWaitTest) Time elapsed: 0.001 s test_groupWaitOneFailed(org.eclipse.reddeer.common.test.wait.GroupWaitTest) Time elapsed: 4.001 s test_groupWaitTimeoutDefault(org.eclipse.reddeer.common.test.wait.GroupWaitTest) Time elapsed: 4.002 s test_groupWaitWaitWhileFailed(org.eclipse.reddeer.common.test.wait.GroupWaitTest) Time elapsed: 3.503 s test_groupWaitBothConditionsFailed(org.eclipse.reddeer.common.test.wait.GroupWaitTest) Time elapsed: 2.501 s test_groupWaitWaitUntilAndWhileFulfilled(org.eclipse.reddeer.common.test.wait.GroupWaitTest) Time elapsed: 11.002 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:00:46.115 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.common.test.wait.CustomWaitCondition... 08:00:53.116 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.common.test.wait.CustomWaitCondition finished successfully 08:00:53.117 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.common.test.wait.CustomWaitCondition... 08:01:00.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.common.test.wait.CustomWaitCondition finished successfully 08:01:00.119 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.common.test.wait.CustomWaitCondition... 08:01:02.619 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.common.test.wait.CustomWaitCondition failed, an exception will be thrown Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 16.505 s - in org.eclipse.reddeer.common.test.wait.WaitWhileTest test_IllegalTimePeriod(org.eclipse.reddeer.common.test.wait.WaitWhileTest) Time elapsed: 0.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:01:02.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.common.test.wait.CustomWaitCondition... 08:01:09.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.common.test.wait.CustomWaitCondition finished successfully 08:01:09.628 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.common.test.wait.CustomWaitCondition... 08:01:16.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.common.test.wait.CustomWaitCondition finished successfully 08:01:16.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.common.test.wait.CustomWaitCondition... 08:01:19.130 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.505 s - in org.eclipse.reddeer.common.test.wait.WaitUntilTest test_IllegalTimePeriod(org.eclipse.reddeer.common.test.wait.WaitUntilTest) Time elapsed: 0.001 s test_NullTimePeriod(org.eclipse.reddeer.common.test.wait.WaitUntilTest) Time elapsed: 0 s test_NullCondition(org.eclipse.reddeer.common.test.wait.WaitUntilTest) Time elapsed: 0 s test_WaitUntilFulFilled(org.eclipse.reddeer.common.test.wait.WaitUntilTest) Time elapsed: 7.002 s test_NotThrowingException(org.eclipse.reddeer.common.test.wait.WaitUntilTest) Time elapsed: 7.001 s test_ThrowingException(org.eclipse.reddeer.common.test.wait.WaitUntilTest) Time elapsed: 2.5 s Running org.eclipse.reddeer.common.test.wait.WaitProviderTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.reddeer.common.test.wait.WaitProviderTest test_nullCondition(org.eclipse.reddeer.common.test.wait.WaitProviderTest) Time elapsed: 0 s test_WaitTypeUntil(org.eclipse.reddeer.common.test.wait.WaitProviderTest) Time elapsed: 0 s test_WaitTypeWhile(org.eclipse.reddeer.common.test.wait.WaitProviderTest) Time elapsed: 0 s Running org.eclipse.reddeer.common.test.util.XPathEvaluatorTest Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 s - in org.eclipse.reddeer.common.test.util.XPathEvaluatorTest testXPathWithNamespacesAndIgnoringNamespaces(org.eclipse.reddeer.common.test.util.XPathEvaluatorTest) Time elapsed: 0.02 s testXPathWithAndWithoutNamespaces(org.eclipse.reddeer.common.test.util.XPathEvaluatorTest) Time elapsed: 0.003 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 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:01:19.200 DEBUG [WorkbenchTestable][LoggerTest] DEBUG testing RedDeer logger message 08:01:19.200 DUMP [WorkbenchTestable][LoggerTest] DUMP testing RedDeer logger message 08:01:19.200 ERROR [WorkbenchTestable][LoggerTest] ERROR testing RedDeer logger message 08:01:19.200 FATAL [WorkbenchTestable][LoggerTest] FATAL testing RedDeer logger message 08:01:19.200 INFO [WorkbenchTestable][LoggerTest] INFO testing RedDeer logger message 08:01:19.200 STEP [WorkbenchTestable][LoggerTest] STEP testing RedDeer logger message 08:01:19.200 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.v20230831-0758 [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/**/*, -Xmx1024m, -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:01:31.263 DEBUG [WorkbenchTestable][RedDeerSuite] Eclipse is running 08:01:31.265 DEBUG [WorkbenchTestable][BeforeTestInitialization] Number of found extensions for extension point org.eclipse.reddeer.junit.before.test=5 08:01:31.274 DEBUG [WorkbenchTestable][RedDeerSuite] Eclipse is running 08:01:31.275 DEBUG [WorkbenchTestable][AfterTestInitialization] Number of found extensions for extension point org.eclipse.reddeer.junit.after.test=2 08:01:31.340 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest 08:01:31.365 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 08:01:31.369 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:01:31.424 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest 08:01:31.426 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.log.collector.BeforesLogCollector 08:01:31.426 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.MaximizeAndFocusWorkbench 08:01:31.433 INFO [WorkbenchTestable][ShellHandler] Maximize shell 'data - Eclipse Platform' 08:01:31.436 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:01:31.436 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 08:01:31.438 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:01:31.438 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 08:01:31.441 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:01:31.442 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:01:31.444 INFO [WorkbenchTestable][RequirementsRunner] Started test: hasNonExistingMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest) 08:01:31.444 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest 08:01:31.444 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:01:31.444 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:01:31.444 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:01:31.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 08:01:31.572 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:01:31.572 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 08:01:31.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:01:31.625 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:01:31.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 08:01:31.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 08:01:31.626 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 08:01:31.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:01:31.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:01:31.630 TRACE [WorkbenchTestable][WidgetHandler] Notify Shell with event 35 08:01:31.630 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:01:31.637 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"ShellContextMenuItem" 08:01:31.652 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest 08:01:31.653 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:01:31.655 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:01:31.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:01:31.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:01:31.732 INFO [WorkbenchTestable][RequirementsRunner] Finished test: hasNonExistingMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest) 08:01:31.732 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:01:31.732 INFO [WorkbenchTestable][RequirementsRunner] Started test: testErrorMessageForNonexistingMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest) 08:01:31.732 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest 08:01:31.732 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:01:31.732 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:01:31.733 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:01:31.746 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 08:01:31.842 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:01:31.843 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 08:01:31.843 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:01:31.843 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:01:31.844 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 08:01:31.844 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:01:31.844 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 08:01:31.844 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:01:31.844 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:01:31.845 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'MenuShell' 08:01:31.851 DEBUG [main][MenuItemLookup] Found menu:'ShellMenuBarItem' 08:01:31.859 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest 08:01:31.859 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:01:31.859 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:01:31.868 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:01:31.868 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:01:31.869 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testErrorMessageForNonexistingMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest) 08:01:31.869 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:01:31.869 INFO [WorkbenchTestable][RequirementsRunner] Started test: hasExistingMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest) 08:01:31.869 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest 08:01:31.869 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:01:31.869 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:01:31.870 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:01:31.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 08:01:31.969 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:01:31.969 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 08:01:31.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:01:31.970 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:01:31.970 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 08:01:31.970 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:01:31.970 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 08:01:31.970 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:01:31.970 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:01:31.970 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'MenuShell' 08:01:31.970 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"ShellMenuBarItem" 08:01:31.976 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest 08:01:31.976 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:01:31.976 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:01:32.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:01:32.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:01:32.045 INFO [WorkbenchTestable][RequirementsRunner] Finished test: hasExistingMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest) 08:01:32.045 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:01:32.045 INFO [WorkbenchTestable][RequirementsRunner] Started test: shellMenuTest1 no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest) 08:01:32.045 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest 08:01:32.045 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:01:32.045 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:01:32.045 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:01:32.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 08:01:32.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 08:01:32.126 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 08:01:32.127 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:01:32.127 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:01:32.127 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 08:01:32.127 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:01:32.127 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 08:01:32.127 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:01:32.128 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:01:32.128 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'MenuShell' 08:01:32.128 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"ShellMenuBarItem" 08:01:32.128 DEBUG [main][MenuItemLookup] Found menu:'ShellMenuBarItem' 08:01:32.128 DEBUG [main][MenuItemLookup] Item match:ShellMenuBarItem 08:01:32.128 DEBUG [main][MenuItemLookup] Found menu:'ShellMenuBarItem1' 08:01:32.128 DEBUG [main][MenuItemLookup] Item match:ShellMenuBarItem1 08:01:32.134 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest 08:01:32.134 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:01:32.134 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:01:32.155 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:01:32.155 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:01:32.156 INFO [WorkbenchTestable][RequirementsRunner] Finished test: shellMenuTest1 no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest) 08:01:32.156 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:01:32.156 INFO [WorkbenchTestable][RequirementsRunner] Started test: testErrorMessageForNonexistingComplexMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest) 08:01:32.156 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest 08:01:32.156 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:01:32.156 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:01:32.156 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:01:32.169 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 08:01:32.241 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:01:32.241 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 08:01:32.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:01:32.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:01:32.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 08:01:32.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:01:32.243 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 08:01:32.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:01:32.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:01:32.243 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'MenuShell' 08:01:32.243 DEBUG [main][MenuItemLookup] Found menu:'ShellMenuBarItem' 08:01:32.243 DEBUG [main][MenuItemLookup] Item match:ShellMenuBarItem 08:01:32.243 DEBUG [main][MenuItemLookup] Found menu:'ShellMenuBarItem1' 08:01:32.249 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest 08:01:32.249 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:01:32.249 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:01:32.257 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:01:32.257 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:01:32.258 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testErrorMessageForNonexistingComplexMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest) 08:01:32.258 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:01:32.258 INFO [WorkbenchTestable][RequirementsRunner] Started test: hasExistingMenuItemWithPath no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest) 08:01:32.258 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest 08:01:32.258 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:01:32.258 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:01:32.258 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:01:32.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 08:01:32.351 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:01:32.351 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 08:01:32.352 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:01:32.352 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:01:32.352 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 08:01:32.352 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:01:32.352 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 08:01:32.352 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:01:32.352 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:01:32.353 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'MenuShell' 08:01:32.353 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"ShellMenuBarItem" 08:01:32.355 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"ShellMenuBarItem1" 08:01:32.361 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest 08:01:32.361 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:01:32.361 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:01:32.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:01:32.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:01:32.369 INFO [WorkbenchTestable][RequirementsRunner] Finished test: hasExistingMenuItemWithPath no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest) 08:01:32.369 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:01:32.369 INFO [WorkbenchTestable][RequirementsRunner] Started test: shellMenuTest no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest) 08:01:32.369 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest 08:01:32.370 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:01:32.370 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:01:32.370 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:01:32.450 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 08:01:32.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:01:32.473 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 08:01:32.474 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:01:32.474 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:01:32.474 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 08:01:32.474 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:01:32.523 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 08:01:32.526 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:01:32.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:01:32.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:01:32.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:01:32.527 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'MenuShell' 08:01:32.527 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"ShellMenuBarItem" 08:01:32.527 DEBUG [main][MenuItemLookup] Found menu:'ShellMenuBarItem' 08:01:32.528 DEBUG [main][MenuItemLookup] Item match:ShellMenuBarItem 08:01:32.528 DEBUG [main][MenuItemLookup] Found menu:'ShellMenuBarItem1' 08:01:32.528 DEBUG [main][MenuItemLookup] Item match:ShellMenuBarItem1 08:01:32.533 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest 08:01:32.534 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:01:32.534 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:01:32.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:01:32.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:01:32.541 INFO [WorkbenchTestable][RequirementsRunner] Finished test: shellMenuTest no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest) 08:01:32.542 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest 08:01:32.542 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:01:32.542 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:01:32.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:01:32.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.309 s - in org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest hasNonExistingMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest) Time elapsed: 0.287 s testErrorMessageForNonexistingMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest) Time elapsed: 0.137 s hasExistingMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest) Time elapsed: 0.176 s shellMenuTest1 no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest) Time elapsed: 0.111 s testErrorMessageForNonexistingComplexMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest) Time elapsed: 0.102 s hasExistingMenuItemWithPath no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest) Time elapsed: 0.111 s shellMenuTest no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest) Time elapsed: 0.172 s Running org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 08:01:32.625 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 08:01:32.626 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 08:01:32.626 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:01:32.626 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 08:01:32.626 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:01:32.627 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 08:01:32.627 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:01:32.627 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 08:01:32.627 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:01:32.627 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:01:32.627 INFO [WorkbenchTestable][RequirementsRunner] Started test: menuItemGetMenu no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 08:01:32.627 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 08:01:32.627 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:01:32.627 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:01:32.628 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:01:32.641 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 08:01:32.665 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:01:32.666 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 08:01:32.666 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:01:32.666 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:01:32.674 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:01:32.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:01:32.675 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:01:32.681 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:01:32.681 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:01:32.682 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:01:32.696 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:01:32.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:01:32.730 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TreeItem1 08:01:32.730 DEBUG [main][TreeItemHandler] Selecting tree item: TreeItem1 08:01:32.731 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TreeItem1 about selection 08:01:32.732 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TreeItem1 08:01:32.742 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 08:01:32.742 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:01:32.742 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItem1' 08:01:32.742 DEBUG [main][MenuItemLookup] Item match:TreeItem1MenuItem1 08:01:32.743 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"TreeItem1MenuItem1" 08:01:32.743 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"TreeItem1MenuItem2" 08:01:32.749 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 08:01:32.749 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:01:32.749 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:01:32.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:01:32.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:01:32.756 INFO [WorkbenchTestable][RequirementsRunner] Finished test: menuItemGetMenu no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 08:01:32.757 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:01:32.757 INFO [WorkbenchTestable][RequirementsRunner] Started test: menuItemGetText no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 08:01:32.757 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 08:01:32.757 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:01:32.757 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:01:32.757 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:01:32.780 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 08:01:32.796 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:01:32.797 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 08:01:32.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:01:32.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:01:32.797 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:01:32.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:01:32.797 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:01:32.825 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:01:32.826 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:01:32.826 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:01:32.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:01:32.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:01:32.827 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TreeItem1 08:01:32.827 DEBUG [main][TreeItemHandler] Selecting tree item: TreeItem1 08:01:32.827 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TreeItem1 about selection 08:01:32.827 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TreeItem1 08:01:32.827 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 08:01:32.827 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:01:32.828 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItem1' 08:01:32.828 DEBUG [main][MenuItemLookup] Item match:TreeItem1MenuItem1 08:01:32.828 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"TreeItem1MenuItem1" 08:01:32.833 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 08:01:32.833 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:01:32.833 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:01:32.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:01:32.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:01:32.840 INFO [WorkbenchTestable][RequirementsRunner] Finished test: menuItemGetText no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 08:01:32.840 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:01:32.840 INFO [WorkbenchTestable][RequirementsRunner] Started test: radioMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 08:01:32.841 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 08:01:32.841 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:01:32.841 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:01:32.841 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:01:32.864 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 08:01:32.881 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:01:32.881 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 08:01:32.882 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:01:32.882 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:01:32.882 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:01:32.882 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:01:32.882 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:01:32.882 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:01:32.882 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:01:32.882 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:01:32.883 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:01:32.883 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:01:32.883 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TreeItem1 08:01:32.883 DEBUG [main][TreeItemHandler] Selecting tree item: TreeItem1 08:01:32.883 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TreeItem1 about selection 08:01:32.883 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TreeItem1 08:01:32.883 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 08:01:32.884 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:01:32.884 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItem1' 08:01:32.884 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItem2' 08:01:32.884 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItemWithMenu' 08:01:32.884 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItemCheck' 08:01:32.884 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItemRadio' 08:01:32.884 DEBUG [main][MenuItemLookup] Item match:TreeItem1MenuItemRadio 08:01:32.885 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"TreeItem1MenuItemRadio" 08:01:32.885 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text TreeItem1MenuItemRadio 08:01:32.887 INFO [main][MenuItemHandler] Select menu item: TreeItem1MenuItemRadio 08:01:32.893 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 08:01:32.893 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:01:32.893 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:01:32.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:01:32.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:01:32.940 INFO [WorkbenchTestable][RequirementsRunner] Finished test: radioMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 08:01:32.940 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:01:32.940 INFO [WorkbenchTestable][RequirementsRunner] Started test: getMenuItemByMatcher no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 08:01:32.941 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 08:01:32.941 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:01:32.941 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:01:32.941 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:01:32.953 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 08:01:32.969 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:01:32.969 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 08:01:32.970 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:01:32.970 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:01:32.970 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:01:32.970 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:01:32.970 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:01:32.970 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:01:32.971 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:01:32.971 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:01:32.971 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:01:32.971 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:01:32.971 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TreeItem1 08:01:32.972 DEBUG [main][TreeItemHandler] Selecting tree item: TreeItem1 08:01:32.972 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TreeItem1 about selection 08:01:32.972 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TreeItem1 08:01:32.972 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 08:01:32.972 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:01:32.973 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItem1' 08:01:32.973 DEBUG [main][MenuItemLookup] Item match:TreeItem1MenuItem1 08:01:32.980 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 08:01:32.980 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:01:32.980 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:01:32.987 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:01:32.988 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:01:32.988 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getMenuItemByMatcher no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 08:01:32.988 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:01:32.988 INFO [WorkbenchTestable][RequirementsRunner] Started test: disabledMenu no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 08:01:32.988 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 08:01:32.988 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:01:32.988 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:01:32.988 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:01:33.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 08:01:33.063 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:01:33.063 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 08:01:33.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:01:33.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:01:33.063 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:01:33.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:01:33.063 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:01:33.064 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:01:33.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:01:33.064 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:01:33.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:01:33.065 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:01:33.065 DEBUG [main][TreeItemHandler] Selecting tree item: TreeItem1 08:01:33.065 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TreeItem1 about selection 08:01:33.065 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TreeItem1 08:01:33.065 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 08:01:33.066 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:01:33.066 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItem1' 08:01:33.066 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItem2' 08:01:33.066 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItemWithMenu' 08:01:33.066 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItemCheck' 08:01:33.066 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItemRadio' 08:01:33.066 DEBUG [main][MenuItemLookup] Found menu:'DisabledMenu' 08:01:33.066 DEBUG [main][MenuItemLookup] Item match:DisabledMenu 08:01:33.073 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 08:01:33.073 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:01:33.073 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:01:33.080 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:01:33.080 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:01:33.080 INFO [WorkbenchTestable][RequirementsRunner] Finished test: disabledMenu no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 08:01:33.080 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:01:33.080 INFO [WorkbenchTestable][RequirementsRunner] Started test: hasNonExistingMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 08:01:33.080 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 08:01:33.080 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:01:33.080 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:01:33.080 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:01:33.125 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 08:01:33.142 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:01:33.142 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 08:01:33.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:01:33.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:01:33.143 TRACE [WorkbenchTestable][WidgetHandler] Notify Shell with event 35 08:01:33.143 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:01:33.143 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"ShellContextMenuItem" 08:01:33.147 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 08:01:33.148 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:01:33.148 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:01:33.154 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:01:33.155 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:01:33.155 INFO [WorkbenchTestable][RequirementsRunner] Finished test: hasNonExistingMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 08:01:33.155 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:01:33.155 INFO [WorkbenchTestable][RequirementsRunner] Started test: getMenuItemByMatcherNonExisting no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 08:01:33.155 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 08:01:33.155 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:01:33.155 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:01:33.155 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:01:33.180 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 08:01:33.196 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:01:33.196 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 08:01:33.196 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:01:33.196 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:01:33.196 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:01:33.197 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:01:33.197 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:01:33.197 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:01:33.197 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:01:33.197 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:01:33.197 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:01:33.197 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:01:33.197 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TreeItem1 08:01:33.198 DEBUG [main][TreeItemHandler] Selecting tree item: TreeItem1 08:01:33.198 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TreeItem1 about selection 08:01:33.198 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TreeItem1 08:01:33.198 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 08:01:33.198 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:01:33.198 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItem1' 08:01:33.198 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItem2' 08:01:33.198 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItemWithMenu' 08:01:33.198 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItemCheck' 08:01:33.198 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItemRadio' 08:01:33.199 DEBUG [main][MenuItemLookup] Found menu:'DisabledMenu' 08:01:33.227 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 08:01:33.227 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:01:33.227 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:01:33.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:01:33.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:01:33.248 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getMenuItemByMatcherNonExisting no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 08:01:33.248 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:01:33.248 INFO [WorkbenchTestable][RequirementsRunner] Started test: hasExistingMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 08:01:33.248 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 08:01:33.248 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:01:33.248 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:01:33.248 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:01:33.260 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 08:01:33.276 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:01:33.276 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 08:01:33.277 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:01:33.277 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:01:33.277 TRACE [WorkbenchTestable][WidgetHandler] Notify Shell with event 35 08:01:33.277 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:01:33.277 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"ShellContextMenuItem" 08:01:33.282 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 08:01:33.282 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:01:33.282 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:01:33.288 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:01:33.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:01:33.289 INFO [WorkbenchTestable][RequirementsRunner] Finished test: hasExistingMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 08:01:33.289 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:01:33.289 INFO [WorkbenchTestable][RequirementsRunner] Started test: menuItemGetAllChildItems no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 08:01:33.289 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 08:01:33.289 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:01:33.289 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:01:33.289 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:01:33.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 08:01:33.350 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:01:33.350 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 08:01:33.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:01:33.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:01:33.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.shell.DefaultShell, index 0 and no matchers specified 08:01:33.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:01:33.351 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:01:33.351 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:01:33.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:01:33.351 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:01:33.352 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:01:33.352 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:01:33.352 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TreeItem1 08:01:33.352 DEBUG [main][TreeItemHandler] Selecting tree item: TreeItem1 08:01:33.353 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TreeItem1 about selection 08:01:33.353 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TreeItem1 08:01:33.353 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 08:01:33.353 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:01:33.353 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItem1' 08:01:33.353 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItem2' 08:01:33.353 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItemWithMenu' 08:01:33.353 DEBUG [main][MenuItemLookup] Item match:TreeItem1MenuItemWithMenu 08:01:33.355 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"TreeItem1MenuItemWithMenuEnabledChild" 08:01:33.355 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"TreeItem1MenuItemWithMenuDisabledChild" 08:01:33.360 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 08:01:33.360 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:01:33.360 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:01:33.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:01:33.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:01:33.368 INFO [WorkbenchTestable][RequirementsRunner] Finished test: menuItemGetAllChildItems no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 08:01:33.368 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:01:33.368 INFO [WorkbenchTestable][RequirementsRunner] Started test: getMenuItemByPathNonexisting no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 08:01:33.368 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 08:01:33.368 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:01:33.368 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:01:33.368 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:01:33.393 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 08:01:33.430 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:01:33.430 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 08:01:33.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:01:33.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:01:33.430 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:01:33.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:01:33.431 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:01:33.431 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:01:33.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:01:33.431 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:01:33.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:01:33.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:01:33.432 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TreeItem1 08:01:33.432 DEBUG [main][TreeItemHandler] Selecting tree item: TreeItem1 08:01:33.432 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TreeItem1 about selection 08:01:33.432 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TreeItem1 08:01:33.432 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 08:01:33.432 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:01:33.432 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItem1' 08:01:33.432 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItem2' 08:01:33.432 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItemWithMenu' 08:01:33.433 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItemCheck' 08:01:33.433 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItemRadio' 08:01:33.433 DEBUG [main][MenuItemLookup] Found menu:'DisabledMenu' 08:01:33.438 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 08:01:33.438 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:01:33.438 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:01:33.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:01:33.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:01:33.457 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getMenuItemByPathNonexisting no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 08:01:33.458 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:01:33.458 INFO [WorkbenchTestable][RequirementsRunner] Started test: selectMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 08:01:33.458 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 08:01:33.458 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:01:33.458 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:01:33.458 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:01:33.470 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 08:01:33.486 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:01:33.486 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 08:01:33.486 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:01:33.486 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:01:33.487 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and no matchers specified 08:01:33.487 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:01:33.487 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:01:33.487 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:01:33.487 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:01:33.487 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:01:33.487 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:01:33.488 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:01:33.488 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TreeItem1 08:01:33.488 DEBUG [main][TreeItemHandler] Selecting tree item: TreeItem1 08:01:33.488 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TreeItem1 about selection 08:01:33.488 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TreeItem1 08:01:33.488 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 08:01:33.488 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:01:33.488 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItem1' 08:01:33.488 DEBUG [main][MenuItemLookup] Item match:TreeItem1MenuItem1 08:01:33.488 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"TreeItem1MenuItem1" 08:01:33.488 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text TreeItem1MenuItem1 08:01:33.489 INFO [main][MenuItemHandler] Select menu item: TreeItem1MenuItem1 08:01:33.489 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"TreeItem1MenuItem1" 08:01:33.491 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:01:33.491 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:01:33.491 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:01:33.491 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:01:33.491 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "MenuShell" as the parent 08:01:33.491 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:01:33.491 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:01:33.491 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:01:33.492 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:01:33.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:01:33.492 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 08:01:33.492 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:01:33.499 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 08:01:33.499 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:01:33.499 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:01:33.537 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:01:33.537 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:01:33.537 INFO [WorkbenchTestable][RequirementsRunner] Finished test: selectMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 08:01:33.537 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:01:33.538 INFO [WorkbenchTestable][RequirementsRunner] Started test: getAllMenuItems_viaConstructor no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 08:01:33.538 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 08:01:33.538 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:01:33.538 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:01:33.538 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:01:33.550 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 08:01:33.566 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 08:01:33.566 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 08:01:33.566 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:01:33.566 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:01:33.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.shell.DefaultShell, index 0 and no matchers specified 08:01:33.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:01:33.567 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:01:33.567 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:01:33.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:01:33.567 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:01:33.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:01:33.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:01:33.568 DEBUG [main][TreeItemHandler] Selecting tree item: TreeItem1 08:01:33.568 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TreeItem1 about selection 08:01:33.568 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TreeItem1 08:01:33.568 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 08:01:33.568 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:01:33.573 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 08:01:33.573 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:01:33.573 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:01:33.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:01:33.592 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:01:33.592 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getAllMenuItems_viaConstructor no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 08:01:33.592 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:01:33.592 INFO [WorkbenchTestable][RequirementsRunner] Started test: shellContextMenu no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 08:01:33.592 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 08:01:33.592 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:01:33.592 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:01:33.592 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:01:33.604 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 08:01:33.639 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:01:33.640 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 08:01:33.640 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:01:33.640 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:01:33.640 TRACE [WorkbenchTestable][WidgetHandler] Notify Shell with event 35 08:01:33.640 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:01:33.641 DEBUG [main][MenuItemLookup] Found menu:'ShellContextMenuItem' 08:01:33.641 DEBUG [main][MenuItemLookup] Item match:ShellContextMenuItem 08:01:33.646 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 08:01:33.646 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:01:33.646 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:01:33.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:01:33.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:01:33.652 INFO [WorkbenchTestable][RequirementsRunner] Finished test: shellContextMenu no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 08:01:33.653 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:01:33.653 INFO [WorkbenchTestable][RequirementsRunner] Started test: menuItemConstructor no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 08:01:33.653 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 08:01:33.653 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:01:33.653 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:01:33.653 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:01:33.676 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 08:01:33.692 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:01:33.693 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 08:01:33.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:01:33.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:01:33.693 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:01:33.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:01:33.693 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:01:33.693 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:01:33.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:01:33.693 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:01:33.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:01:33.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:01:33.694 DEBUG [main][TreeItemHandler] Selecting tree item: TreeItem1 08:01:33.694 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TreeItem1 about selection 08:01:33.695 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TreeItem1 08:01:33.695 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 08:01:33.695 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:01:33.695 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItem1' 08:01:33.695 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItem2' 08:01:33.695 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItemWithMenu' 08:01:33.695 DEBUG [main][MenuItemLookup] Item match:TreeItem1MenuItemWithMenu 08:01:33.695 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"TreeItem1MenuItemWithMenu" 08:01:33.700 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 08:01:33.700 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:01:33.700 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:01:33.706 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:01:33.736 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:01:33.736 INFO [WorkbenchTestable][RequirementsRunner] Finished test: menuItemConstructor no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 08:01:33.736 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:01:33.736 INFO [WorkbenchTestable][RequirementsRunner] Started test: getAllMenuItems no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 08:01:33.736 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 08:01:33.736 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:01:33.736 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:01:33.736 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:01:33.748 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 08:01:33.756 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:01:33.756 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 08:01:33.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:01:33.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:01:33.757 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:01:33.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:01:33.757 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:01:33.757 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:01:33.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:01:33.757 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:01:33.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:01:33.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:01:33.758 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TreeItem1 08:01:33.758 DEBUG [main][TreeItemHandler] Selecting tree item: TreeItem1 08:01:33.758 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TreeItem1 about selection 08:01:33.758 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TreeItem1 08:01:33.758 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 08:01:33.758 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:01:33.762 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 08:01:33.762 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:01:33.762 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:01:33.775 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:01:33.775 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:01:33.775 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getAllMenuItems no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 08:01:33.776 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:01:33.776 INFO [WorkbenchTestable][RequirementsRunner] Started test: menuItemConstructor1 no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 08:01:33.776 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 08:01:33.776 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:01:33.776 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:01:33.776 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:01:33.799 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 08:01:33.824 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:01:33.824 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 08:01:33.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:01:33.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:01:33.824 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:01:33.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:01:33.824 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:01:33.825 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:01:33.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:01:33.825 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:01:33.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:01:33.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:01:33.825 DEBUG [main][TreeItemHandler] Selecting tree item: TreeItem1 08:01:33.826 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TreeItem1 about selection 08:01:33.826 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TreeItem1 08:01:33.826 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 08:01:33.826 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:01:33.826 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItem1' 08:01:33.826 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItem2' 08:01:33.826 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItemWithMenu' 08:01:33.826 DEBUG [main][MenuItemLookup] Item match:TreeItem1MenuItemWithMenu 08:01:33.826 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItemWithMenuEnabledChild' 08:01:33.826 DEBUG [main][MenuItemLookup] Item match:TreeItem1MenuItemWithMenuEnabledChild 08:01:33.826 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"TreeItem1MenuItemWithMenuEnabledChild" 08:01:33.831 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 08:01:33.831 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:01:33.831 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:01:33.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:01:33.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:01:33.837 INFO [WorkbenchTestable][RequirementsRunner] Finished test: menuItemConstructor1 no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 08:01:33.837 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:01:33.837 INFO [WorkbenchTestable][RequirementsRunner] Started test: getMenuItemByPath no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 08:01:33.837 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 08:01:33.837 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:01:33.837 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:01:33.837 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:01:33.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 08:01:33.876 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:01:33.876 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 08:01:33.876 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:01:33.876 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:01:33.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.shell.DefaultShell, index 0 and no matchers specified 08:01:33.877 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:01:33.877 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:01:33.877 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:01:33.877 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:01:33.877 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:01:33.877 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:01:33.877 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:01:33.878 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TreeItem1 08:01:33.878 DEBUG [main][TreeItemHandler] Selecting tree item: TreeItem1 08:01:33.878 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TreeItem1 about selection 08:01:33.878 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TreeItem1 08:01:33.878 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 08:01:33.878 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:01:33.878 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItem1' 08:01:33.878 DEBUG [main][MenuItemLookup] Item match:TreeItem1MenuItem1 08:01:33.883 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 08:01:33.883 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:01:33.883 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:01:33.888 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:01:33.888 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:01:33.889 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getMenuItemByPath no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 08:01:33.889 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:01:33.889 INFO [WorkbenchTestable][RequirementsRunner] Started test: menuItemGetAvailableChildItems no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 08:01:33.889 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 08:01:33.889 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:01:33.889 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:01:33.889 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:01:33.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 08:01:33.944 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:01:33.944 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 08:01:33.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:01:33.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:01:33.945 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and no matchers specified 08:01:33.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:01:33.945 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:01:33.945 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:01:33.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:01:33.945 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:01:33.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:01:33.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:01:33.946 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TreeItem1 08:01:33.946 DEBUG [main][TreeItemHandler] Selecting tree item: TreeItem1 08:01:33.946 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TreeItem1 about selection 08:01:33.946 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TreeItem1 08:01:33.946 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 08:01:33.946 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:01:33.946 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItem1' 08:01:33.946 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItem2' 08:01:33.946 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItemWithMenu' 08:01:33.946 DEBUG [main][MenuItemLookup] Item match:TreeItem1MenuItemWithMenu 08:01:33.947 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"TreeItem1MenuItemWithMenuEnabledChild" 08:01:33.952 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 08:01:33.952 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:01:33.952 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:01:33.957 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:01:33.957 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:01:33.957 INFO [WorkbenchTestable][RequirementsRunner] Finished test: menuItemGetAvailableChildItems no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 08:01:33.957 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:01:33.957 INFO [WorkbenchTestable][RequirementsRunner] Started test: checkMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 08:01:33.957 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 08:01:33.957 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:01:33.957 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:01:33.957 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:01:33.981 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 08:01:33.997 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:01:33.997 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 08:01:33.997 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:01:33.997 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:01:33.997 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:01:33.997 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:01:33.997 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:01:33.997 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:01:33.997 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:01:33.997 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:01:33.998 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:01:33.998 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:01:33.998 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TreeItem1 08:01:33.998 DEBUG [main][TreeItemHandler] Selecting tree item: TreeItem1 08:01:33.998 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TreeItem1 about selection 08:01:33.998 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TreeItem1 08:01:33.998 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 08:01:33.998 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:01:33.999 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItem1' 08:01:33.999 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItem2' 08:01:33.999 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItemWithMenu' 08:01:33.999 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItemCheck' 08:01:33.999 DEBUG [main][MenuItemLookup] Item match:TreeItem1MenuItemCheck 08:01:33.999 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"TreeItem1MenuItemCheck" 08:01:33.999 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text TreeItem1MenuItemCheck 08:01:33.999 INFO [main][MenuItemHandler] Select menu item: TreeItem1MenuItemCheck 08:01:34.004 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 08:01:34.004 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:01:34.004 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:01:34.010 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:01:34.010 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:01:34.010 INFO [WorkbenchTestable][RequirementsRunner] Finished test: checkMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 08:01:34.010 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 08:01:34.010 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:01:34.010 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:01:34.010 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:01:34.010 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.386 s - in org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest menuItemGetMenu no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) Time elapsed: 0.129 s menuItemGetText no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) Time elapsed: 0.083 s radioMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) Time elapsed: 0.1 s getMenuItemByMatcher no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) Time elapsed: 0.048 s disabledMenu no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) Time elapsed: 0.092 s hasNonExistingMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) Time elapsed: 0.075 s getMenuItemByMatcherNonExisting no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) Time elapsed: 0.093 s hasExistingMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) Time elapsed: 0.041 s menuItemGetAllChildItems no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) Time elapsed: 0.079 s getMenuItemByPathNonexisting no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) Time elapsed: 0.089 s selectMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) Time elapsed: 0.079 s getAllMenuItems_viaConstructor no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) Time elapsed: 0.055 s shellContextMenu no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) Time elapsed: 0.06 s menuItemConstructor no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) Time elapsed: 0.083 s getAllMenuItems no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) Time elapsed: 0.039 s menuItemConstructor1 no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) Time elapsed: 0.061 s getMenuItemByPath no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) Time elapsed: 0.052 s menuItemGetAvailableChildItems no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) Time elapsed: 0.068 s checkMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) Time elapsed: 0.053 s Running org.eclipse.reddeer.swt.test.impl.menu.WorkbenchToolItemMenuTest 08:01:34.035 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.menu.WorkbenchToolItemMenuTest 08:01:34.036 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 08:01:34.036 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:01:34.036 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.menu.WorkbenchToolItemMenuTest 08:01:34.036 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:01:34.036 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 08:01:34.036 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:01:34.036 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 08:01:34.036 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:01:34.038 INFO [WorkbenchTestable][JavaPerspective] Open perspective: 'Java' 08:01:34.038 DEBUG [WorkbenchTestable][JavaPerspective] Trying to open perspective: 'Java' 08:01:34.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:01:34.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:01:34.040 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:01:34.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:01:34.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:01:34.040 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:01:34.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:01:34.041 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:01:34.048 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:01:34.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:01:34.048 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 08:01:34.049 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Open Perspective 08:01:34.050 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 08:01:34.050 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:01:34.134 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Open Perspective"] is available.... 08:01:34.135 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:01:34.135 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Open Perspective 08:01:34.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:01:34.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:01:34.138 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:01:34.138 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:01:34.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:01:34.139 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:01:34.139 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Open Perspective" as the parent 08:01:34.139 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:01:34.139 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:01:34.139 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:01:34.139 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:01:34.139 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:01:34.139 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 08:01:34.140 INFO [WorkbenchTestable][AbstractTable] Select table rows ([Length: 1] 'Java') 08:01:34.141 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 08:01:34.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 08:01:34.143 INFO [WorkbenchTestable][AbstractTable] Select table rows with indexes (1) 08:01:34.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 08:01:34.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 08:01:34.143 TRACE [main][WidgetHandler] Notify Table with event 13 08:01:34.143 TRACE [main][WidgetHandler] Wait for synchronization 08:01:34.143 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:01:34.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:01:34.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:01:34.144 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Open Perspective" as the parent 08:01:34.144 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:01:34.144 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:01:34.144 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:01:34.146 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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:01:34.146 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:01:34.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:01:34.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:01:34.149 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Open Perspective" as the parent 08:01:34.149 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:01:34.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:01:34.149 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:01:34.151 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:01:34.151 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:01:34.151 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:01:34.153 INFO [WorkbenchTestable][AbstractButton] Click button &Open 08:01:34.154 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:01:34.154 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:01:34.155 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:01:34.155 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:01:34.704 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 08:01:34.705 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 08:01:34.705 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null... 08:01:34.706 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:01:34.706 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:01:34.707 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 08:01:34.707 DEBUG [main][MenuItemLookup] Found menu:'File' 08:01:34.707 DEBUG [main][MenuItemLookup] Found menu:'Edit' 08:01:34.707 DEBUG [main][MenuItemLookup] Found menu:'Source' 08:01:34.707 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 08:01:34.707 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 08:01:34.707 DEBUG [main][MenuItemLookup] Found menu:'Search' 08:01:34.707 DEBUG [main][MenuItemLookup] Found menu:'Project' 08:01:34.707 DEBUG [main][MenuItemLookup] Found menu:'Run' 08:01:34.707 DEBUG [main][MenuItemLookup] Found menu:'Window' 08:01:34.707 DEBUG [main][MenuItemLookup] Item match:Window 08:01:34.726 DEBUG [main][MenuItemLookup] Found menu:'New Window' 08:01:34.726 DEBUG [main][MenuItemLookup] Found menu:'Editor' 08:01:34.726 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 08:01:34.726 DEBUG [main][MenuItemLookup] Found menu:'' 08:01:34.726 DEBUG [main][MenuItemLookup] Found menu:'Show View' 08:01:34.726 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 08:01:34.726 DEBUG [main][MenuItemLookup] Found menu:'' 08:01:34.726 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 08:01:34.726 DEBUG [main][MenuItemLookup] Found menu:'' 08:01:34.726 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 08:01:34.727 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:01:34.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:01:34.728 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 08:01:34.728 DEBUG [main][MenuItemLookup] Found menu:'File' 08:01:34.729 DEBUG [main][MenuItemLookup] Found menu:'Edit' 08:01:34.729 DEBUG [main][MenuItemLookup] Found menu:'Source' 08:01:34.729 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 08:01:34.729 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 08:01:34.729 DEBUG [main][MenuItemLookup] Found menu:'Search' 08:01:34.729 DEBUG [main][MenuItemLookup] Found menu:'Project' 08:01:34.729 DEBUG [main][MenuItemLookup] Found menu:'Run' 08:01:34.729 DEBUG [main][MenuItemLookup] Found menu:'Window' 08:01:34.729 DEBUG [main][MenuItemLookup] Item match:Window 08:01:34.729 DEBUG [main][MenuItemLookup] Found menu:'New Window' 08:01:34.729 DEBUG [main][MenuItemLookup] Found menu:'Editor' 08:01:34.729 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 08:01:34.729 DEBUG [main][MenuItemLookup] Found menu:'' 08:01:34.729 DEBUG [main][MenuItemLookup] Found menu:'Show View' 08:01:34.729 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 08:01:34.729 DEBUG [main][MenuItemLookup] Item match:Perspective 08:01:34.732 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 08:01:34.732 DEBUG [main][MenuItemLookup] Found menu:'' 08:01:34.732 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 08:01:34.732 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 08:01:34.732 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 08:01:34.732 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 08:01:34.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully 08:01:34.735 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:01:34.735 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:01:34.735 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 08:01:34.735 DEBUG [main][MenuItemLookup] Found menu:'File' 08:01:34.735 DEBUG [main][MenuItemLookup] Found menu:'Edit' 08:01:34.735 DEBUG [main][MenuItemLookup] Found menu:'Source' 08:01:34.735 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 08:01:34.735 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 08:01:34.735 DEBUG [main][MenuItemLookup] Found menu:'Search' 08:01:34.735 DEBUG [main][MenuItemLookup] Found menu:'Project' 08:01:34.735 DEBUG [main][MenuItemLookup] Found menu:'Run' 08:01:34.735 DEBUG [main][MenuItemLookup] Found menu:'Window' 08:01:34.735 DEBUG [main][MenuItemLookup] Item match:Window 08:01:34.735 DEBUG [main][MenuItemLookup] Found menu:'New Window' 08:01:34.735 DEBUG [main][MenuItemLookup] Found menu:'Editor' 08:01:34.736 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 08:01:34.736 DEBUG [main][MenuItemLookup] Found menu:'' 08:01:34.736 DEBUG [main][MenuItemLookup] Found menu:'Show View' 08:01:34.736 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 08:01:34.736 DEBUG [main][MenuItemLookup] Found menu:'' 08:01:34.736 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 08:01:34.736 DEBUG [main][MenuItemLookup] Found menu:'' 08:01:34.736 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 08:01:34.736 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:01:34.736 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:01:34.736 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 08:01:34.736 DEBUG [main][MenuItemLookup] Found menu:'File' 08:01:34.736 DEBUG [main][MenuItemLookup] Found menu:'Edit' 08:01:34.736 DEBUG [main][MenuItemLookup] Found menu:'Source' 08:01:34.736 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 08:01:34.736 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 08:01:34.736 DEBUG [main][MenuItemLookup] Found menu:'Search' 08:01:34.736 DEBUG [main][MenuItemLookup] Found menu:'Project' 08:01:34.736 DEBUG [main][MenuItemLookup] Found menu:'Run' 08:01:34.736 DEBUG [main][MenuItemLookup] Found menu:'Window' 08:01:34.736 DEBUG [main][MenuItemLookup] Item match:Window 08:01:34.736 DEBUG [main][MenuItemLookup] Found menu:'New Window' 08:01:34.736 DEBUG [main][MenuItemLookup] Found menu:'Editor' 08:01:34.736 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 08:01:34.737 DEBUG [main][MenuItemLookup] Found menu:'' 08:01:34.737 DEBUG [main][MenuItemLookup] Found menu:'Show View' 08:01:34.737 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 08:01:34.737 DEBUG [main][MenuItemLookup] Item match:Perspective 08:01:34.737 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 08:01:34.737 DEBUG [main][MenuItemLookup] Found menu:'' 08:01:34.737 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 08:01:34.737 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 08:01:34.737 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 08:01:34.737 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 08:01:34.737 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:01:34.737 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:01:34.737 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 08:01:34.737 DEBUG [main][MenuItemLookup] Found menu:'File' 08:01:34.737 DEBUG [main][MenuItemLookup] Found menu:'Edit' 08:01:34.737 DEBUG [main][MenuItemLookup] Found menu:'Source' 08:01:34.737 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 08:01:34.737 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 08:01:34.737 DEBUG [main][MenuItemLookup] Found menu:'Search' 08:01:34.737 DEBUG [main][MenuItemLookup] Found menu:'Project' 08:01:34.737 DEBUG [main][MenuItemLookup] Found menu:'Run' 08:01:34.737 DEBUG [main][MenuItemLookup] Found menu:'Window' 08:01:34.737 DEBUG [main][MenuItemLookup] Item match:Window 08:01:34.738 DEBUG [main][MenuItemLookup] Found menu:'New Window' 08:01:34.738 DEBUG [main][MenuItemLookup] Found menu:'Editor' 08:01:34.738 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 08:01:34.738 DEBUG [main][MenuItemLookup] Found menu:'' 08:01:34.738 DEBUG [main][MenuItemLookup] Found menu:'Show View' 08:01:34.738 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 08:01:34.738 DEBUG [main][MenuItemLookup] Found menu:'' 08:01:34.738 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 08:01:34.738 DEBUG [main][MenuItemLookup] Found menu:'' 08:01:34.738 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 08:01:34.738 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:01:34.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:01:34.742 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 08:01:34.742 DEBUG [main][MenuItemLookup] Found menu:'File' 08:01:34.742 DEBUG [main][MenuItemLookup] Found menu:'Edit' 08:01:34.742 DEBUG [main][MenuItemLookup] Found menu:'Source' 08:01:34.742 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 08:01:34.742 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 08:01:34.742 DEBUG [main][MenuItemLookup] Found menu:'Search' 08:01:34.742 DEBUG [main][MenuItemLookup] Found menu:'Project' 08:01:34.742 DEBUG [main][MenuItemLookup] Found menu:'Run' 08:01:34.742 DEBUG [main][MenuItemLookup] Found menu:'Window' 08:01:34.742 DEBUG [main][MenuItemLookup] Item match:Window 08:01:34.743 DEBUG [main][MenuItemLookup] Found menu:'New Window' 08:01:34.743 DEBUG [main][MenuItemLookup] Found menu:'Editor' 08:01:34.743 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 08:01:34.743 DEBUG [main][MenuItemLookup] Found menu:'' 08:01:34.743 DEBUG [main][MenuItemLookup] Found menu:'Show View' 08:01:34.743 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 08:01:34.743 DEBUG [main][MenuItemLookup] Item match:Perspective 08:01:34.743 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 08:01:34.743 DEBUG [main][MenuItemLookup] Found menu:'' 08:01:34.743 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 08:01:34.743 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 08:01:34.743 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 08:01:34.743 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 08:01:34.743 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Reset Perspective..." 08:01:34.743 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Reset Perspective... 08:01:34.743 INFO [main][MenuItemHandler] Select menu item: &Reset Perspective... 08:01:34.774 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Reset Perspective"] is available.... 08:01:34.775 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:01:34.775 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Reset Perspective 08:01:34.775 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:01:34.775 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:01:34.775 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:01:34.775 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:01:34.775 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:01:34.775 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Reset Perspective" as the parent 08:01:34.775 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:01:34.775 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:01:34.776 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:01:34.776 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Reset Perspective") 08:01:34.776 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:01:34.776 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:01:34.776 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:01:34.776 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Reset Perspective" as the parent 08:01:34.776 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:01:34.776 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:01:34.776 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:01:34.776 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:01:34.776 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:01:34.776 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:01:34.776 INFO [WorkbenchTestable][AbstractButton] Click button &Reset Perspective 08:01:34.776 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:01:34.776 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:01:34.776 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:01:34.776 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:01:34.943 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:01:34.944 INFO [WorkbenchTestable][RequirementsRunner] Started test: WorkbenchToolItemMultiLayeredMenuTest no-configuration(org.eclipse.reddeer.swt.test.impl.menu.WorkbenchToolItemMenuTest) 08:01:34.944 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.WorkbenchToolItemMenuTest 08:01:34.944 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:01:34.944 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:01:34.944 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:01:34.945 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:01:34.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:01:34.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:01:34.945 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:01:34.945 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:01:34.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:01:34.946 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:01:34.960 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:01:34.961 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:01:34.961 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 08:01:34.962 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 08:01:34.962 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:01:35.072 DEBUG [main][MenuItemLookup] Found menu:'(no launch history)' 08:01:35.072 DEBUG [main][MenuItemLookup] Found menu:'' 08:01:35.072 DEBUG [main][MenuItemLookup] Found menu:'Run As' 08:01:35.072 DEBUG [main][MenuItemLookup] Item match:Run As 08:01:35.075 DEBUG [main][MenuItemLookup] Found menu:'(none applicable)' 08:01:35.075 DEBUG [main][MenuItemLookup] Item match:(none applicable) 08:01:35.075 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"(none applicable)" 08:01:35.075 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.WorkbenchToolItemMenuTest 08:01:35.075 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:01:35.075 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:01:35.075 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:01:35.075 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:01:35.076 INFO [WorkbenchTestable][RequirementsRunner] Finished test: WorkbenchToolItemMultiLayeredMenuTest no-configuration(org.eclipse.reddeer.swt.test.impl.menu.WorkbenchToolItemMenuTest) 08:01:35.076 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.menu.WorkbenchToolItemMenuTest 08:01:35.076 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:01:35.076 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:01:35.076 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:01:35.076 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.043 s - in org.eclipse.reddeer.swt.test.impl.menu.WorkbenchToolItemMenuTest WorkbenchToolItemMultiLayeredMenuTest no-configuration(org.eclipse.reddeer.swt.test.impl.menu.WorkbenchToolItemMenuTest) Time elapsed: 0.132 s Running org.eclipse.reddeer.swt.test.impl.menu.ViewMenuItemTest 08:01:35.087 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.menu.ViewMenuItemTest 08:01:35.087 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 08:01:35.087 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:01:35.087 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ViewMenuItemTest 08:01:35.088 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:01:35.088 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 08:01:35.088 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:01:35.088 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 08:01:35.088 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:01:35.088 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:01:35.088 INFO [WorkbenchTestable][RequirementsRunner] Started test: actionWithIdViewMenuTest no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ViewMenuItemTest) 08:01:35.088 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ViewMenuItemTest 08:01:35.088 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:01:35.088 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:01:35.088 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:01:35.093 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:01:35.097 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:01:35.097 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRedDeer SWT\E'' view via menu. 08:01:35.098 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:01:35.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:01:35.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:01:35.098 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:01:35.098 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 08:01:35.098 DEBUG [main][MenuItemLookup] Found menu:'File' 08:01:35.098 DEBUG [main][MenuItemLookup] Found menu:'Edit' 08:01:35.098 DEBUG [main][MenuItemLookup] Found menu:'Source' 08:01:35.098 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 08:01:35.098 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 08:01:35.098 DEBUG [main][MenuItemLookup] Found menu:'Search' 08:01:35.098 DEBUG [main][MenuItemLookup] Found menu:'Project' 08:01:35.098 DEBUG [main][MenuItemLookup] Found menu:'Run' 08:01:35.098 DEBUG [main][MenuItemLookup] Found menu:'Window' 08:01:35.098 DEBUG [main][MenuItemLookup] Item match:Window 08:01:35.099 DEBUG [main][MenuItemLookup] Found menu:'New Window' 08:01:35.099 DEBUG [main][MenuItemLookup] Found menu:'Editor' 08:01:35.099 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 08:01:35.099 DEBUG [main][MenuItemLookup] Found menu:'' 08:01:35.099 DEBUG [main][MenuItemLookup] Found menu:'Show View' 08:01:35.099 DEBUG [main][MenuItemLookup] Item match:Show View 08:01:35.103 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 08:01:35.103 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 08:01:35.103 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 08:01:35.103 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 08:01:35.103 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 08:01:35.103 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 08:01:35.103 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 08:01:35.103 DEBUG [main][MenuItemLookup] Found menu:'Progress' 08:01:35.103 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 08:01:35.103 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 08:01:35.103 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 08:01:35.103 DEBUG [main][MenuItemLookup] Found menu:'Templates' 08:01:35.103 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 08:01:35.103 DEBUG [main][MenuItemLookup] Found menu:'' 08:01:35.103 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 08:01:35.103 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 08:01:35.103 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 08:01:35.103 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 08:01:35.104 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 08:01:35.180 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 08:01:35.182 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 08:01:35.183 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 08:01:35.184 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:01:35.184 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:01:35.184 DEBUG [WorkbenchTestable][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:01:35.184 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:01:35.184 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:01:35.184 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:01:35.184 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 08:01:35.184 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:01:35.184 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:01:35.184 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:01:35.184 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:01:35.184 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:01:35.184 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:01:35.185 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:01:35.185 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:01:35.186 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer SWT has children... 08:01:35.186 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer SWT 08:01:35.187 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:01:35.688 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:01:35.690 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer SWT 08:01:35.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer SWT has children finished successfully 08:01:35.691 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer SWT 08:01:35.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:01:35.691 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer SWT is already expanded. No action performed 08:01:35.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:01:35.691 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer SWT 08:01:35.692 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item RedDeer SWT 08:01:35.692 DEBUG [main][TreeItemHandler] Selecting tree item: RedDeer SWT 08:01:35.692 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item RedDeer SWT about selection 08:01:35.692 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: RedDeer SWT 08:01:35.692 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:01:35.692 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:01:35.692 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:01:35.692 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 08:01:35.692 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:01:35.693 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:01:35.693 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:01:35.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:01:35.693 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:01:35.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:01:35.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:01:35.693 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 08:01:35.693 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:01:35.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:01:35.693 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:01:35.694 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:01:35.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:01:35.694 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:01:35.694 INFO [WorkbenchTestable][AbstractButton] Click button &Open 08:01:35.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:01:35.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:01:35.694 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:01:35.694 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:01:35.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 08:01:35.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 08:01:35.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open... 08:01:35.759 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:01:35.764 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:01:35.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open finished successfully 08:01:35.764 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:01:35.767 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:01:35.769 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:01:35.769 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:01:35.769 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:01:35.769 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:01:35.769 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRedDeer SWT\E') 08:01:35.769 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:01:35.769 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:01:35.771 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:01:35.771 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:01:35.771 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:01:35.773 INFO [WorkbenchTestable][AbstractView] Activate view RedDeer SWT 08:01:35.773 INFO [WorkbenchTestable][AbstractCTabItem] Activate RedDeer SWT 08:01:35.778 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:01:35.778 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:01:35.779 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:01:35.779 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:01:35.784 DEBUG [main][MenuItemLookup] Found menu:'submenu' 08:01:35.784 DEBUG [main][MenuItemLookup] Found menu:'' 08:01:35.784 DEBUG [main][MenuItemLookup] Found menu:'View Action with ID' 08:01:35.784 DEBUG [main][MenuItemLookup] Item match:View Action with ID 08:01:35.784 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"View Action with ID" 08:01:35.784 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text View Action with ID 08:01:35.784 INFO [main][MenuItemHandler] Select menu item: View Action with ID 08:01:35.785 DEBUG [WorkbenchTestable][AbstractWait] Waiting until ViewWithActionIsToggled.... 08:01:35.785 DEBUG [WorkbenchTestable][AbstractWait] Waiting until ViewWithActionIsToggled. finished successfully 08:01:35.785 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ViewMenuItemTest 08:01:35.785 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:01:35.785 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:01:35.785 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:01:35.785 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:01:35.786 INFO [WorkbenchTestable][RequirementsRunner] Finished test: actionWithIdViewMenuTest no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ViewMenuItemTest) 08:01:35.786 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:01:35.786 INFO [WorkbenchTestable][RequirementsRunner] Started test: parameterizedViewMenuItemTest no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ViewMenuItemTest) 08:01:35.786 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ViewMenuItemTest 08:01:35.786 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:01:35.786 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:01:35.786 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:01:35.786 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:01:35.788 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:01:35.788 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRedDeer SWT\E'' is already open. Activate. 08:01:35.788 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:01:35.791 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:01:35.791 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:01:35.791 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:01:35.791 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:01:35.791 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:01:35.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:01:35.791 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:01:35.791 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:01:35.802 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:01:35.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:01:35.802 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:01:35.802 INFO [WorkbenchTestable][AbstractView] Activate view RedDeer SWT 08:01:35.802 INFO [WorkbenchTestable][AbstractCTabItem] Activate RedDeer SWT 08:01:35.803 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:01:35.803 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:01:35.803 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:01:35.803 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:01:35.804 DEBUG [main][MenuItemLookup] Found menu:'submenu' 08:01:35.804 DEBUG [main][MenuItemLookup] Item match:submenu 08:01:35.806 DEBUG [main][MenuItemLookup] Found menu:'parameterizedMenuA' 08:01:35.806 DEBUG [main][MenuItemLookup] Item match:parameterizedMenuA 08:01:35.806 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"parameterizedMenu&A" 08:01:35.806 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text parameterizedMenuA 08:01:35.806 INFO [main][MenuItemHandler] Select menu item: parameterizedMenu&A 08:01:35.807 DEBUG [main][MenuItemLookup] Found menu:'submenu' 08:01:35.807 DEBUG [main][MenuItemLookup] Item match:submenu 08:01:35.807 DEBUG [main][MenuItemLookup] Found menu:'parameterizedMenuA' 08:01:35.807 DEBUG [main][MenuItemLookup] Found menu:'parameterizedMenuB' 08:01:35.807 DEBUG [main][MenuItemLookup] Item match:parameterizedMenuB 08:01:35.832 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"parameterizedMenu&B" 08:01:35.832 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text parameterizedMenuB 08:01:35.832 INFO [main][MenuItemHandler] Select menu item: parameterizedMenu&B 08:01:35.832 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ViewMenuItemTest 08:01:35.832 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:01:35.832 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:01:35.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:01:35.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:01:35.833 INFO [WorkbenchTestable][RequirementsRunner] Finished test: parameterizedViewMenuItemTest no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ViewMenuItemTest) 08:01:35.833 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:01:35.833 INFO [WorkbenchTestable][RequirementsRunner] Started test: testErrorLogMenu no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ViewMenuItemTest) 08:01:35.833 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ViewMenuItemTest 08:01:35.833 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:01:35.833 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:01:35.833 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:01:35.833 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:01:35.838 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:01:35.838 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QError Log\E'' view via menu. 08:01:35.838 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:01:35.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:01:35.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:01:35.838 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:01:35.838 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 08:01:35.838 DEBUG [main][MenuItemLookup] Found menu:'File' 08:01:35.838 DEBUG [main][MenuItemLookup] Found menu:'Edit' 08:01:35.838 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 08:01:35.838 DEBUG [main][MenuItemLookup] Found menu:'Search' 08:01:35.838 DEBUG [main][MenuItemLookup] Found menu:'Project' 08:01:35.838 DEBUG [main][MenuItemLookup] Found menu:'Run' 08:01:35.839 DEBUG [main][MenuItemLookup] Found menu:'Window' 08:01:35.839 DEBUG [main][MenuItemLookup] Item match:Window 08:01:35.839 DEBUG [main][MenuItemLookup] Found menu:'New Window' 08:01:35.839 DEBUG [main][MenuItemLookup] Found menu:'Editor' 08:01:35.839 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 08:01:35.839 DEBUG [main][MenuItemLookup] Found menu:'' 08:01:35.839 DEBUG [main][MenuItemLookup] Found menu:'Show View' 08:01:35.839 DEBUG [main][MenuItemLookup] Item match:Show View 08:01:35.843 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 08:01:35.843 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 08:01:35.843 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 08:01:35.843 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 08:01:35.843 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 08:01:35.843 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 08:01:35.843 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 08:01:35.843 DEBUG [main][MenuItemLookup] Found menu:'Progress' 08:01:35.843 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 08:01:35.843 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 08:01:35.843 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 08:01:35.843 DEBUG [main][MenuItemLookup] Found menu:'Templates' 08:01:35.843 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 08:01:35.843 DEBUG [main][MenuItemLookup] Found menu:'' 08:01:35.843 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 08:01:35.843 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 08:01:35.853 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 08:01:35.853 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 08:01:35.853 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 08:01:35.900 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 08:01:35.901 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:01:35.901 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 08:01:35.902 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:01:35.902 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:01:35.902 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 08:01:35.902 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:01:35.902 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:01:35.902 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:01:35.902 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 08:01:35.903 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:01:35.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:01:35.903 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:01:35.903 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:01:35.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:01:35.903 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:01:35.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:01:35.904 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:01:35.904 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 08:01:35.904 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 08:01:35.904 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:01:36.404 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:01:36.409 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 08:01:36.410 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 08:01:36.410 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 08:01:36.410 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:01:36.410 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 08:01:36.410 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:01:36.410 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 08:01:36.411 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Error Log 08:01:36.411 DEBUG [main][TreeItemHandler] Selecting tree item: Error Log 08:01:36.411 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Error Log about selection 08:01:36.411 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Error Log 08:01:36.411 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:01:36.411 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:01:36.411 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:01:36.411 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 08:01:36.412 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:01:36.412 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:01:36.412 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:01:36.412 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 08:01:36.412 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:01:36.412 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:01:36.412 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:01:36.412 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 08:01:36.412 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:01:36.412 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:01:36.412 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:01:36.413 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:01:36.413 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:01:36.413 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:01:36.414 INFO [WorkbenchTestable][AbstractButton] Click button &Open 08:01:36.414 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:01:36.414 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:01:36.414 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:01:36.414 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:01:36.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 08:01:36.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 08:01:36.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open... 08:01:36.541 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:01:36.544 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:01:36.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open finished successfully 08:01:36.544 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:01:36.546 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:01:36.546 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:01:36.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:01:36.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:01:36.547 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:01:36.547 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QError Log\E') 08:01:36.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:01:36.547 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:01:36.549 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:01:36.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:01:36.549 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:01:36.550 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 08:01:36.550 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 08:01:36.550 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:01:36.551 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:01:36.551 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:01:36.551 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:01:36.564 DEBUG [main][MenuItemLookup] Found menu:'Group By' 08:01:36.564 DEBUG [main][MenuItemLookup] Found menu:'' 08:01:36.564 DEBUG [main][MenuItemLookup] Found menu:'Filters...' 08:01:36.564 DEBUG [main][MenuItemLookup] Item match:Filters... 08:01:36.564 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Filters..." 08:01:36.564 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Filters... 08:01:36.564 INFO [main][MenuItemHandler] Select menu item: &Filters... 08:01:36.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Log Filters"] is available.... 08:01:36.645 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:01:36.646 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Log Filters 08:01:36.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:01:36.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:01:36.647 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK") 08:01:36.647 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:01:36.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:01:36.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:01:36.647 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Log Filters" as the parent 08:01:36.647 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:01:36.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:01:36.647 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:01:36.648 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:01:36.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:01:36.648 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:01:36.649 INFO [WorkbenchTestable][AbstractButton] Click button OK 08:01:36.649 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:01:36.649 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:01:36.649 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:01:36.649 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:01:36.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Log Filters"] is available.... 08:01:36.745 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:01:36.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Progress Information"] is available.... 08:01:36.745 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:01:36.745 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ViewMenuItemTest 08:01:36.745 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:01:36.745 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:01:36.746 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:01:36.746 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:01:36.746 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testErrorLogMenu no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ViewMenuItemTest) 08:01:36.746 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:01:36.746 INFO [WorkbenchTestable][RequirementsRunner] Started test: testCheckStyledMenus no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ViewMenuItemTest) 08:01:36.746 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ViewMenuItemTest 08:01:36.746 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:01:36.746 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:01:36.746 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:01:36.757 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:01:36.760 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:01:36.760 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QError Log\E'' is already open. Activate. 08:01:36.760 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:01:36.763 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:01:36.763 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:01:36.763 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:01:36.763 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:01:36.763 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:01:36.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.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QError Log\E') 08:01:36.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:01:36.764 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:01:36.767 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:01:36.767 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:01:36.767 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:01:36.768 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 08:01:36.768 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 08:01:36.769 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:01:36.769 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:01:36.769 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:01:36.769 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:01:36.770 DEBUG [main][MenuItemLookup] Found menu:'Group By' 08:01:36.770 DEBUG [main][MenuItemLookup] Found menu:'' 08:01:36.770 DEBUG [main][MenuItemLookup] Found menu:'Filters...' 08:01:36.770 DEBUG [main][MenuItemLookup] Found menu:'' 08:01:36.770 DEBUG [main][MenuItemLookup] Found menu:'Activate on new events' 08:01:36.770 DEBUG [main][MenuItemLookup] Found menu:'Show text filter' 08:01:36.770 DEBUG [main][MenuItemLookup] Item match:Show text filter 08:01:36.770 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Show text filter" 08:01:36.770 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Show text filter 08:01:36.770 INFO [main][MenuItemHandler] Select menu item: &Show text filter 08:01:36.771 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:01:36.771 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:01:36.771 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:01:36.771 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:01:36.773 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Error Log (Workspace Log)"as the parent 08:01:36.773 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:01:36.773 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:01:36.773 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:01:36.773 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:01:37.273 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:01:37.274 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:01:37.774 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:01:37.774 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:01:37.774 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:01:37.781 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was not found 08:01:37.781 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ViewMenuItemTest 08:01:37.781 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:01:37.781 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:01:37.781 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:01:37.781 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:01:37.782 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testCheckStyledMenus no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ViewMenuItemTest) 08:01:37.782 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ViewMenuItemTest 08:01:37.782 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:01:37.782 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:01:37.782 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:01:37.782 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.696 s - in org.eclipse.reddeer.swt.test.impl.menu.ViewMenuItemTest actionWithIdViewMenuTest no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ViewMenuItemTest) Time elapsed: 0.697 s parameterizedViewMenuItemTest no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ViewMenuItemTest) Time elapsed: 0.047 s testErrorLogMenu no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ViewMenuItemTest) Time elapsed: 0.913 s testCheckStyledMenus no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ViewMenuItemTest) Time elapsed: 1.036 s Running org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest 08:01:37.794 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest 08:01:37.795 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 08:01:37.795 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:01:37.795 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest 08:01:37.795 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:01:37.795 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 08:01:37.796 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:01:37.796 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 08:01:37.796 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:01:37.796 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:01:37.796 INFO [WorkbenchTestable][RequirementsRunner] Started test: toolItemMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest) 08:01:37.796 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest 08:01:37.796 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:01:37.796 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:01:37.796 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:01:37.809 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 08:01:37.827 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:01:37.827 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 08:01:37.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:01:37.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:01:37.828 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:01:37.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:01:37.828 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:01:37.828 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:01:37.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:01:37.828 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 08:01:37.828 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 08:01:37.828 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:01:37.837 DEBUG [main][MenuItemLookup] Found menu:'ToolItemMenuItem1' 08:01:37.837 DEBUG [main][MenuItemLookup] Item match:ToolItemMenuItem1 08:01:37.843 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest 08:01:37.843 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:01:37.843 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:01:37.862 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:01:37.862 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:01:37.863 INFO [WorkbenchTestable][RequirementsRunner] Finished test: toolItemMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest) 08:01:37.863 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:01:37.863 INFO [WorkbenchTestable][RequirementsRunner] Started test: hasNonExistingMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest) 08:01:37.863 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest 08:01:37.863 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:01:37.863 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:01:37.863 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:01:37.875 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 08:01:37.892 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 08:01:37.892 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 08:01:37.893 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:01:37.893 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:01:37.893 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:01:37.893 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:01:37.893 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:01:37.893 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:01:37.893 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:01:37.893 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 08:01:37.894 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 08:01:37.894 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:01:37.903 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"ToolItemMenuItem1" 08:01:37.903 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"ToolItemMenuItem2" 08:01:37.903 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"ToolItemMenuItem3" 08:01:37.908 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest 08:01:37.908 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:01:37.908 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:01:37.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:01:37.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:01:37.941 INFO [WorkbenchTestable][RequirementsRunner] Finished test: hasNonExistingMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest) 08:01:37.941 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:01:37.941 INFO [WorkbenchTestable][RequirementsRunner] Started test: toolItemMenu no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest) 08:01:37.941 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest 08:01:37.941 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:01:37.941 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:01:37.941 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:01:37.953 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 08:01:37.972 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:01:37.972 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 08:01:37.973 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:01:37.973 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:01:37.973 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:01:37.973 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:01:37.973 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:01:37.973 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:01:37.973 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:01:37.973 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 08:01:37.973 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 08:01:37.973 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:01:37.988 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest 08:01:37.988 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:01:37.988 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:01:38.007 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:01:38.007 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:01:38.008 INFO [WorkbenchTestable][RequirementsRunner] Finished test: toolItemMenu no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest) 08:01:38.008 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:01:38.008 INFO [WorkbenchTestable][RequirementsRunner] Started test: hasExistingMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest) 08:01:38.008 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest 08:01:38.008 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:01:38.008 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:01:38.008 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:01:38.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 08:01:38.039 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:01:38.040 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 08:01:38.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:01:38.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:01:38.040 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:01:38.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:01:38.040 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:01:38.041 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:01:38.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:01:38.041 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 08:01:38.041 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 08:01:38.041 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:01:38.050 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"ToolItemMenuItem1" 08:01:38.055 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest 08:01:38.055 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:01:38.055 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:01:38.076 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:01:38.077 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:01:38.077 INFO [WorkbenchTestable][RequirementsRunner] Finished test: hasExistingMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest) 08:01:38.077 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:01:38.077 INFO [WorkbenchTestable][RequirementsRunner] Started test: toolItemMenuWrongStyle no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest) 08:01:38.077 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest 08:01:38.077 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:01:38.077 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:01:38.077 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:01:38.124 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 08:01:38.145 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:01:38.146 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 08:01:38.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:01:38.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:01:38.146 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:01:38.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:01:38.146 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:01:38.147 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:01:38.147 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:01:38.147 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 08:01:38.152 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest 08:01:38.152 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:01:38.152 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:01:38.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:01:38.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:01:38.159 INFO [WorkbenchTestable][RequirementsRunner] Finished test: toolItemMenuWrongStyle no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest) 08:01:38.159 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest 08:01:38.159 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:01:38.159 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:01:38.160 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:01:38.160 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.367 s - in org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest toolItemMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest) Time elapsed: 0.067 s hasNonExistingMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest) Time elapsed: 0.078 s toolItemMenu no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest) Time elapsed: 0.067 s hasExistingMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest) Time elapsed: 0.069 s toolItemMenuWrongStyle no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest) Time elapsed: 0.082 s Running org.eclipse.reddeer.swt.test.impl.browser.BrowserTest 08:01:38.171 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.browser.BrowserTest 08:01:38.174 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 08:01:38.175 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:01:38.175 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.browser.BrowserTest 08:01:38.175 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:01:38.175 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 08:01:38.181 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:01:38.181 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 08:01:38.181 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:01:38.181 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:01:38.182 INFO [WorkbenchTestable][RequirementsRunner] Started test: findNonExistingBrowserByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.browser.BrowserTest) 08:01:38.182 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.browser.BrowserTest 08:01:38.182 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:01:38.182 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:01:38.182 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:01:38.295 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:01:38.295 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:01:38.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:01:38.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:01:38.334 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:01:38.335 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:01:38.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:01:38.335 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 08:01:38.335 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1is not found 08:01:38.835 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 08:01:38.835 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1is not found 08:01:39.335 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 08:01:39.335 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1is not found 08:01:39.836 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 08:01:39.836 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1is not found 08:01:39.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:01:39.837 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.browser.Browser and index 1 was not found 08:01:39.838 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:01:39.838 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:01:39.838 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:01:39.838 DEBUG [main][AbstractWait] Waiting until shell is active... 08:01:39.838 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:01:39.838 INFO [main][AbstractShell] Close shell Testing shell 08:01:39.838 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:01:39.853 DEBUG [main][AbstractWait] Waiting while shell is available... 08:01:39.853 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:01:39.854 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.browser.BrowserTest 08:01:39.854 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:01:39.854 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:01:39.869 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:01:39.869 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:01:39.869 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findNonExistingBrowserByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.browser.BrowserTest) 08:01:39.869 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:01:39.870 INFO [WorkbenchTestable][RequirementsRunner] Started test: findNonExistingBrowserByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.browser.BrowserTest) 08:01:39.870 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.browser.BrowserTest 08:01:39.870 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:01:39.870 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:01:39.870 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:01:39.893 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:01:39.893 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:01:39.909 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:01:39.910 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:01:39.910 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:01:39.910 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:01:39.910 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:01:39.910 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:01:39.910 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:01:40.410 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:01:40.411 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:01:40.911 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:01:40.912 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:01:40.912 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:01:40.912 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.browser.Browser and index 0 was not found 08:01:40.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:01:40.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:01:40.913 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:01:40.913 DEBUG [main][AbstractWait] Waiting until shell is active... 08:01:40.913 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:01:40.913 INFO [main][AbstractShell] Close shell Testing shell 08:01:40.913 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:01:40.925 DEBUG [main][AbstractWait] Waiting while shell is available... 08:01:40.925 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:01:40.925 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.browser.BrowserTest 08:01:40.925 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:01:40.925 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:01:40.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:01:40.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:01:40.926 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findNonExistingBrowserByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.browser.BrowserTest) 08:01:40.926 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:01:40.927 INFO [WorkbenchTestable][RequirementsRunner] Started test: executeTest no-configuration(org.eclipse.reddeer.swt.test.impl.browser.BrowserTest) 08:01:40.927 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.browser.BrowserTest 08:01:40.927 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:01:40.927 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:01:40.927 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:01:40.949 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:01:40.949 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:01:40.974 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:01:40.974 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:01:40.974 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:01:40.974 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:01:40.974 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:01:40.974 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:01:40.975 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:01:40.975 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:01:40.975 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.browser.Browser and index 0 was found 08:01:40.976 INFO [WorkbenchTestable][AbstractBrowser] Execute script: testExecute() 08:01:41.087 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:01:41.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:01:41.088 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:01:41.088 DEBUG [main][AbstractWait] Waiting until shell is active... 08:01:41.088 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:01:41.088 INFO [main][AbstractShell] Close shell Testing shell 08:01:41.088 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:01:41.099 DEBUG [main][AbstractWait] Waiting while shell is available... 08:01:41.099 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:01:41.099 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.browser.BrowserTest 08:01:41.099 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:01:41.099 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:01:41.123 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:01:41.124 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:01:41.124 INFO [WorkbenchTestable][RequirementsRunner] Finished test: executeTest no-configuration(org.eclipse.reddeer.swt.test.impl.browser.BrowserTest) 08:01:41.124 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:01:41.124 INFO [WorkbenchTestable][RequirementsRunner] Started test: evaluateTest no-configuration(org.eclipse.reddeer.swt.test.impl.browser.BrowserTest) 08:01:41.124 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.browser.BrowserTest 08:01:41.124 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:01:41.124 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:01:41.124 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:01:41.148 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:01:41.148 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:01:41.166 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:01:41.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:01:41.167 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:01:41.167 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:01:41.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:01:41.167 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:01:41.167 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:01:41.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:01:41.167 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.browser.Browser and index 0 was found 08:01:41.168 INFO [WorkbenchTestable][AbstractBrowser] Evaluate script: testEvaluate();return "test"; 08:01:41.274 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:01:41.274 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:01:41.274 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:01:41.274 DEBUG [main][AbstractWait] Waiting until shell is active... 08:01:41.274 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:01:41.275 INFO [main][AbstractShell] Close shell Testing shell 08:01:41.275 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:01:41.285 DEBUG [main][AbstractWait] Waiting while shell is available... 08:01:41.285 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:01:41.285 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.browser.BrowserTest 08:01:41.285 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:01:41.286 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:01:41.287 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:01:41.287 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:01:41.287 INFO [WorkbenchTestable][RequirementsRunner] Finished test: evaluateTest no-configuration(org.eclipse.reddeer.swt.test.impl.browser.BrowserTest) 08:01:41.287 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:01:41.287 INFO [WorkbenchTestable][RequirementsRunner] Started test: findBrowserByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.browser.BrowserTest) 08:01:41.287 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.browser.BrowserTest 08:01:41.287 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:01:41.287 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:01:41.287 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:01:41.341 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:01:41.341 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:01:41.360 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:01:41.360 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:01:41.361 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:01:41.361 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:01:41.361 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:01:41.361 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:01:41.361 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:01:41.361 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:01:41.361 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.browser.Browser and index 0 was found 08:01:41.361 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:01:41.361 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:01:41.361 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:01:41.362 DEBUG [main][AbstractWait] Waiting until shell is active... 08:01:41.362 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:01:41.362 INFO [main][AbstractShell] Close shell Testing shell 08:01:41.362 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:01:41.471 DEBUG [main][AbstractWait] Waiting while shell is available... 08:01:41.471 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:01:41.471 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.browser.BrowserTest 08:01:41.471 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:01:41.471 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:01:41.472 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:01:41.472 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:01:41.472 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findBrowserByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.browser.BrowserTest) 08:01:41.473 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:01:41.473 INFO [WorkbenchTestable][RequirementsRunner] Started test: findBrowserByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.browser.BrowserTest) 08:01:41.473 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.browser.BrowserTest 08:01:41.473 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:01:41.473 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:01:41.473 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:01:41.494 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:01:41.495 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:01:41.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:01:41.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:01:41.513 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:01:41.513 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:01:41.514 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:01:41.514 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:01:41.514 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:01:41.514 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:01:41.514 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.browser.Browser and index 0 was found 08:01:41.515 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:01:41.515 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:01:41.515 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:01:41.515 DEBUG [main][AbstractWait] Waiting until shell is active... 08:01:41.515 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:01:41.515 INFO [main][AbstractShell] Close shell Testing shell 08:01:41.515 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:01:41.613 DEBUG [main][AbstractWait] Waiting while shell is available... 08:01:41.613 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:01:41.613 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.browser.BrowserTest 08:01:41.613 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:01:41.613 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:01:41.614 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:01:41.614 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:01:41.615 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findBrowserByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.browser.BrowserTest) 08:01:41.615 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:01:41.615 INFO [WorkbenchTestable][RequirementsRunner] Started test: navigate no-configuration(org.eclipse.reddeer.swt.test.impl.browser.BrowserTest) 08:01:41.615 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.browser.BrowserTest 08:01:41.615 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:01:41.615 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:01:41.615 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:01:41.642 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:01:41.642 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:01:41.660 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:01:41.660 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:01:41.660 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:01:41.660 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:01:41.660 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:01:41.660 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:01:41.660 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:01:41.660 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:01:41.660 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.browser.Browser and index 0 was found 08:01:41.661 INFO [WorkbenchTestable][AbstractBrowser] Set browser URL to 'http://www.eclipse.org/swt/snippets/' 08:01:41.663 DEBUG [main][BrowserProgressListener] Calling chanded() 08:01:41.664 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser... 08:01:41.664 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 08:01:41.823 DEBUG [main][BrowserProgressListener] Calling chanded() 08:01:42.164 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 08:01:42.222 DEBUG [main][BrowserProgressListener] Calling chanded() failed to create drawable 08:01:42.596 DEBUG [main][BrowserProgressListener] Calling chanded() 08:01:42.664 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 08:01:42.664 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser finished successfully 08:01:42.664 DEBUG [WorkbenchTestable][AbstractWait] Wait for 10 seconds 08:01:52.666 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser... 08:01:52.666 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 08:01:52.666 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser finished successfully 08:01:52.680 INFO [WorkbenchTestable][AbstractBrowser] Set browser URL to 'http://www.eclipse.org/swt/widgets/' 08:01:52.680 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser... 08:01:52.680 DEBUG [main][BrowserProgressListener] Calling chanded() 08:01:52.680 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 08:01:52.688 DEBUG [main][BrowserProgressListener] Calling chanded() 08:01:52.798 DEBUG [main][BrowserProgressListener] Calling chanded() 08:01:53.180 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 08:01:53.180 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser finished successfully 08:01:53.181 DEBUG [WorkbenchTestable][AbstractWait] Wait for 10 seconds 08:02:03.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser... 08:02:03.181 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 08:02:03.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser finished successfully 08:02:03.182 INFO [WorkbenchTestable][AbstractBrowser] Browser back 08:02:03.183 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser... 08:02:03.183 DEBUG [main][BrowserProgressListener] Calling chanded() 08:02:03.183 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 08:02:03.304 DEBUG [main][BrowserProgressListener] Calling chanded() 08:02:03.683 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 08:02:03.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser finished successfully 08:02:03.683 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 08:02:04.684 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser... 08:02:04.684 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 08:02:04.684 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser finished successfully 08:02:04.686 INFO [WorkbenchTestable][AbstractBrowser] Browser forward 08:02:04.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser... 08:02:04.687 DEBUG [main][BrowserProgressListener] Calling chanded() 08:02:04.687 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 08:02:04.745 DEBUG [main][BrowserProgressListener] Calling chanded() 08:02:05.187 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 08:02:05.187 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser finished successfully 08:02:05.187 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 08:02:06.187 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser... 08:02:06.187 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 08:02:06.187 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser finished successfully 08:02:06.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:02:06.189 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:02:06.189 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:02:06.189 DEBUG [main][AbstractWait] Waiting until shell is active... 08:02:06.189 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:02:06.189 INFO [main][AbstractShell] Close shell Testing shell 08:02:06.189 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:02:06.203 DEBUG [main][AbstractWait] Waiting while shell is available... 08:02:06.203 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:02:06.204 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.browser.BrowserTest 08:02:06.204 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:02:06.204 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:02:06.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:02:06.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:02:06.219 INFO [WorkbenchTestable][RequirementsRunner] Finished test: navigate no-configuration(org.eclipse.reddeer.swt.test.impl.browser.BrowserTest) 08:02:06.219 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.browser.BrowserTest 08:02:06.220 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:02:06.220 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:02:06.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:02:06.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 28.049 s - in org.eclipse.reddeer.swt.test.impl.browser.BrowserTest findNonExistingBrowserByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.browser.BrowserTest) Time elapsed: 1.687 s findNonExistingBrowserByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.browser.BrowserTest) Time elapsed: 1.056 s executeTest no-configuration(org.eclipse.reddeer.swt.test.impl.browser.BrowserTest) Time elapsed: 0.197 s evaluateTest no-configuration(org.eclipse.reddeer.swt.test.impl.browser.BrowserTest) Time elapsed: 0.163 s findBrowserByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.browser.BrowserTest) Time elapsed: 0.185 s findBrowserByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.browser.BrowserTest) Time elapsed: 0.142 s navigate no-configuration(org.eclipse.reddeer.swt.test.impl.browser.BrowserTest) Time elapsed: 24.604 s Running org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest 08:02:06.232 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest 08:02:06.233 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 08:02:06.233 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:02:06.233 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest 08:02:06.233 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:02:06.233 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 08:02:06.233 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:02:06.233 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 08:02:06.234 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:02:06.234 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:02:06.234 INFO [WorkbenchTestable][RequirementsRunner] Started test: enabled no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest) 08:02:06.234 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest 08:02:06.234 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:02:06.234 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:02:06.234 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:02:06.283 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:02:06.283 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:02:06.327 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:02:06.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:02:06.328 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:02:06.328 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:02:06.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:02:06.328 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 08:02:06.328 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 08:02:06.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:02:06.328 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CCombo and index 1 was found 08:02:06.331 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:02:06.331 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:02:06.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:02:06.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:02:06.331 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:02:06.331 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:02:06.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:02:06.331 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:02:06.334 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:02:06.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:02:06.334 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CCombo and index 0 was found 08:02:06.334 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:02:06.334 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:02:06.334 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:02:06.335 DEBUG [main][AbstractWait] Waiting until shell is active... 08:02:06.335 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:02:06.335 INFO [main][AbstractShell] Close shell Testing shell 08:02:06.335 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:02:06.350 DEBUG [main][AbstractWait] Waiting while shell is available... 08:02:06.351 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:02:06.351 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest 08:02:06.351 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:02:06.351 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:02:06.372 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:02:06.372 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:02:06.372 INFO [WorkbenchTestable][RequirementsRunner] Finished test: enabled no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest) 08:02:06.372 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:02:06.372 INFO [WorkbenchTestable][RequirementsRunner] Started test: findById no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest) 08:02:06.372 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest 08:02:06.372 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:02:06.372 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:02:06.372 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:02:06.417 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:02:06.417 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:02:06.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:02:06.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:02:06.445 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:02:06.445 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:02:06.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:02:06.445 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:02:06.445 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key coolId 08:02:06.446 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key coolId 08:02:06.446 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:02:06.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:02:06.446 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CCombo and index 0 was found 08:02:06.448 INFO [WorkbenchTestable][AbstractCCombo] Set selection of CCombo to index: 1 08:02:06.451 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:02:06.452 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:02:06.452 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:02:06.453 DEBUG [main][AbstractWait] Waiting until shell is active... 08:02:06.453 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:02:06.453 INFO [main][AbstractShell] Close shell Testing shell 08:02:06.453 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:02:06.466 DEBUG [main][AbstractWait] Waiting while shell is available... 08:02:06.466 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:02:06.466 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest 08:02:06.466 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:02:06.466 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:02:06.473 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:02:06.473 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:02:06.474 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findById no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest) 08:02:06.474 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:02:06.474 INFO [WorkbenchTestable][RequirementsRunner] Started test: getAllItems no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest) 08:02:06.474 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest 08:02:06.474 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:02:06.474 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:02:06.474 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:02:06.537 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:02:06.537 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:02:06.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:02:06.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:02:06.558 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:02:06.559 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:02:06.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:02:06.559 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:02:06.559 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:02:06.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:02:06.559 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CCombo and index 0 was found 08:02:06.560 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:02:06.560 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:02:06.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:02:06.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:02:06.560 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:02:06.560 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:02:06.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:02:06.561 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:02:06.561 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:02:06.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:02:06.561 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CCombo and index 0 was found 08:02:06.561 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:02:06.561 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:02:06.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:02:06.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:02:06.561 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:02:06.561 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:02:06.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:02:06.561 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:02:06.562 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:02:06.562 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:02:06.562 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CCombo and index 0 was found 08:02:06.563 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:02:06.563 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:02:06.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:02:06.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:02:06.568 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:02:06.568 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:02:06.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:02:06.568 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 08:02:06.568 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 08:02:06.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:02:06.568 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CCombo and index 1 was found 08:02:06.569 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:02:06.569 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:02:06.569 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:02:06.569 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:02:06.569 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:02:06.569 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:02:06.569 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:02:06.569 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:02:06.571 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:02:06.571 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:02:06.571 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CCombo and index 0 was found 08:02:06.571 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:02:06.571 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:02:06.571 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:02:06.571 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:02:06.571 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:02:06.571 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:02:06.571 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:02:06.571 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 08:02:06.572 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 08:02:06.572 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:02:06.572 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CCombo and index 2 was found 08:02:06.572 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:02:06.572 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:02:06.572 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:02:06.572 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:02:06.572 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:02:06.572 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:02:06.572 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:02:06.572 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:02:06.574 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:02:06.574 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:02:06.574 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CCombo and index 0 was found 08:02:06.575 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:02:06.575 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:02:06.575 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:02:06.575 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:02:06.575 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:02:06.575 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:02:06.575 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:02:06.575 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 3 with specified parent and matchers 08:02:06.575 TRACE [WorkbenchTestable][WidgetLookup] widget with index 3 is found 08:02:06.575 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:02:06.575 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CCombo and index 3 was found 08:02:06.575 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:02:06.575 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:02:06.575 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:02:06.576 DEBUG [main][AbstractWait] Waiting until shell is active... 08:02:06.576 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:02:06.576 INFO [main][AbstractShell] Close shell Testing shell 08:02:06.576 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:02:06.589 DEBUG [main][AbstractWait] Waiting while shell is available... 08:02:06.589 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:02:06.589 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest 08:02:06.589 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:02:06.589 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:02:06.609 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:02:06.609 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:02:06.610 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getAllItems no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest) 08:02:06.610 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:02:06.610 INFO [WorkbenchTestable][RequirementsRunner] Started test: findByName no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest) 08:02:06.610 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest 08:02:06.610 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:02:06.610 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:02:06.610 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:02:06.667 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:02:06.667 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:02:06.703 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:02:06.703 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:02:06.704 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:02:06.704 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:02:06.704 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:02:06.704 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:02:06.705 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:02:06.705 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:02:06.705 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CCombo and index 0 was found 08:02:06.707 INFO [WorkbenchTestable][AbstractCCombo] Set selection of CCombo to index: 3 08:02:06.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:02:06.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:02:06.732 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:02:06.734 DEBUG [main][AbstractWait] Waiting until shell is active... 08:02:06.734 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:02:06.734 INFO [main][AbstractShell] Close shell Testing shell 08:02:06.734 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:02:06.751 DEBUG [main][AbstractWait] Waiting while shell is available... 08:02:06.751 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:02:06.751 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest 08:02:06.751 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:02:06.751 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:02:06.771 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:02:06.771 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:02:06.771 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findByName no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest) 08:02:06.772 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:02:06.772 INFO [WorkbenchTestable][RequirementsRunner] Started test: selectionByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest) 08:02:06.772 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest 08:02:06.772 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:02:06.772 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:02:06.772 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:02:06.828 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:02:06.828 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:02:06.852 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:02:06.852 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:02:06.852 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:02:06.852 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:02:06.852 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:02:06.852 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:02:06.854 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:02:06.854 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:02:06.854 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CCombo and index 0 was found 08:02:06.855 INFO [WorkbenchTestable][AbstractCCombo] Set selection of CCombo to index: 2 08:02:06.856 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:02:06.856 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:02:06.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:02:06.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:02:06.856 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:02:06.856 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:02:06.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:02:06.856 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:02:06.856 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:02:06.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:02:06.865 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 08:02:06.865 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:02:06.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:02:06.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:02:06.870 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:02:06.871 DEBUG [main][AbstractWait] Waiting until shell is active... 08:02:06.871 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:02:06.871 INFO [main][AbstractShell] Close shell Testing shell 08:02:06.871 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:02:06.883 DEBUG [main][AbstractWait] Waiting while shell is available... 08:02:06.883 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:02:06.883 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest 08:02:06.883 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:02:06.883 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:02:06.902 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:02:06.902 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:02:06.902 INFO [WorkbenchTestable][RequirementsRunner] Finished test: selectionByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest) 08:02:06.903 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:02:06.903 INFO [WorkbenchTestable][RequirementsRunner] Started test: findByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest) 08:02:06.903 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest 08:02:06.903 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:02:06.903 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:02:06.903 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:02:06.945 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:02:06.945 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:02:06.966 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:02:06.967 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:02:06.967 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:02:06.967 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:02:06.967 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:02:06.967 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 08:02:06.967 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 08:02:06.967 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:02:06.967 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CCombo and index 1 was found 08:02:06.968 INFO [WorkbenchTestable][AbstractCCombo] Set selection of CCombo to index: 1 08:02:06.969 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:02:06.969 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:02:06.969 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:02:06.970 DEBUG [main][AbstractWait] Waiting until shell is active... 08:02:06.970 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:02:06.970 INFO [main][AbstractShell] Close shell Testing shell 08:02:06.970 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:02:06.982 DEBUG [main][AbstractWait] Waiting while shell is available... 08:02:06.982 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:02:06.982 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest 08:02:06.982 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:02:06.982 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:02:07.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:02:07.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:02:07.002 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest) 08:02:07.002 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:02:07.002 INFO [WorkbenchTestable][RequirementsRunner] Started test: findNonExistingByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest) 08:02:07.002 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest 08:02:07.002 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:02:07.002 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:02:07.002 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:02:07.047 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:02:07.047 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:02:07.069 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:02:07.070 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:02:07.070 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:02:07.070 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:02:07.070 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:02:07.070 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 5 with specified parent and matchers 08:02:07.070 TRACE [WorkbenchTestable][WidgetLookup] widget with index 5is not found 08:02:07.570 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 5 with specified parent and matchers 08:02:07.571 TRACE [WorkbenchTestable][WidgetLookup] widget with index 5is not found 08:02:08.071 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 5 with specified parent and matchers 08:02:08.072 TRACE [WorkbenchTestable][WidgetLookup] widget with index 5is not found 08:02:08.072 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:02:08.073 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CCombo and index 5 was not found 08:02:08.073 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:02:08.073 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:02:08.073 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:02:08.073 DEBUG [main][AbstractWait] Waiting until shell is active... 08:02:08.073 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:02:08.073 INFO [main][AbstractShell] Close shell Testing shell 08:02:08.073 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:02:08.086 DEBUG [main][AbstractWait] Waiting while shell is available... 08:02:08.086 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:02:08.086 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest 08:02:08.086 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:02:08.086 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:02:08.092 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:02:08.092 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:02:08.092 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findNonExistingByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest) 08:02:08.092 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:02:08.093 INFO [WorkbenchTestable][RequirementsRunner] Started test: findNonExistingByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest) 08:02:08.093 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest 08:02:08.093 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:02:08.093 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:02:08.093 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:02:08.136 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:02:08.136 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:02:08.160 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:02:08.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:02:08.161 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:02:08.161 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:02:08.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:02:08.161 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:02:08.165 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:02:08.665 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:02:08.668 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:02:09.168 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:02:09.171 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:02:09.171 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:02:09.172 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CCombo and index 0 was not found 08:02:09.173 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:02:09.173 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:02:09.173 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:02:09.173 DEBUG [main][AbstractWait] Waiting until shell is active... 08:02:09.173 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:02:09.173 INFO [main][AbstractShell] Close shell Testing shell 08:02:09.173 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:02:09.188 DEBUG [main][AbstractWait] Waiting while shell is available... 08:02:09.188 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:02:09.188 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest 08:02:09.188 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:02:09.188 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:02:09.209 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:02:09.209 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:02:09.209 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findNonExistingByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest) 08:02:09.209 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:02:09.209 INFO [WorkbenchTestable][RequirementsRunner] Started test: selectionByItem no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest) 08:02:09.209 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest 08:02:09.209 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:02:09.209 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:02:09.209 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:02:09.253 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:02:09.253 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:02:09.274 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:02:09.275 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:02:09.275 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:02:09.275 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:02:09.275 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:02:09.275 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:02:09.277 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:02:09.277 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:02:09.277 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CCombo and index 0 was found 08:02:09.278 INFO [WorkbenchTestable][AbstractCCombo] Set selection of CCombo to selection: Item23 08:02:09.280 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:02:09.280 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:02:09.280 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:02:09.280 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:02:09.280 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:02:09.280 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:02:09.280 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:02:09.280 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:02:09.280 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:02:09.280 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:02:09.280 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 08:02:09.280 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:02:09.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:02:09.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:02:09.286 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:02:09.287 DEBUG [main][AbstractWait] Waiting until shell is active... 08:02:09.287 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:02:09.287 INFO [main][AbstractShell] Close shell Testing shell 08:02:09.287 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:02:09.299 DEBUG [main][AbstractWait] Waiting while shell is available... 08:02:09.299 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:02:09.299 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest 08:02:09.299 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:02:09.299 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:02:09.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:02:09.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:02:09.306 INFO [WorkbenchTestable][RequirementsRunner] Finished test: selectionByItem no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest) 08:02:09.306 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest 08:02:09.306 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:02:09.306 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:02:09.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:02:09.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.076 s - in org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest enabled no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest) Time elapsed: 0.138 s findById no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest) Time elapsed: 0.102 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.161 s selectionByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest) Time elapsed: 0.13 s findByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest) Time elapsed: 0.099 s findNonExistingByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest) Time elapsed: 1.09 s findNonExistingByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest) Time elapsed: 1.116 s selectionByItem no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest) Time elapsed: 0.097 s Running org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest 08:02:09.315 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest 08:02:09.315 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 08:02:09.316 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:02:09.316 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest 08:02:09.316 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:02:09.316 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 08:02:09.321 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:02:09.322 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 08:02:09.322 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:02:09.322 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:02:09.322 INFO [WorkbenchTestable][RequirementsRunner] Started test: getItemsCount no-configuration(org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest) 08:02:09.322 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest 08:02:09.322 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:02:09.322 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:02:09.322 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt (Eclipse:741): Gtk-WARNING **: 08:02:09.337: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:02:09.344: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:02:09.345: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:02:09.346: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:02:09.347: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:02:09.353: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:02:09.353: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:02:09.355: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:02:09.355: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:02:09.356: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:02:09.357: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:02:09.357: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:02:09.367: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:02:09.374: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:02:09.376: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:02:09.377: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:02:09.378: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:02:09.385: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:02:09.385: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:02:09.386: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:02:09.386: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:02:09.387: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:02:09.388: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:02:09.388: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:02:09.395: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:02:09.396: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:02:09.396: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:02:09.397: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:02:09.397: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:02:09.397: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:02:09.398: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:02:09.399: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:02:09.399: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:02:09.400: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:02:09.406: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:02:09.407: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:02:09.407: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:02:09.407: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:02:09.408: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:02:09.408: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:02:09.409: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:02:09.409: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:02:09.410: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:02:09.411: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:02:09.411: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:02:09.411: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:02:09.411: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 08:02:09.416 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:02:09.416 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:02:09.432 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:02:09.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:02:09.433 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:02:09.433 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:02:09.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:02:09.433 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:02:09.433 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:02:09.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:02:09.433 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ExpandBar and index 0 was found 08:02:09.437 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:02:09.437 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:02:09.437 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:02:09.437 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:02:09.437 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:02:09.437 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:02:09.437 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:02:09.437 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 08:02:09.437 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 08:02:09.438 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:02:09.438 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ExpandBar and index 1 was found 08:02:09.438 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:02:09.438 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:02:09.438 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:02:09.439 DEBUG [main][AbstractWait] Waiting until shell is active... 08:02:09.439 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:02:09.439 INFO [main][AbstractShell] Close shell Testing shell 08:02:09.439 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:02:09.462 DEBUG [main][AbstractWait] Waiting while shell is available... 08:02:09.462 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:02:09.462 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest 08:02:09.462 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:02:09.462 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:02:09.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:02:09.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:02:09.482 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getItemsCount no-configuration(org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest) 08:02:09.482 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:02:09.483 INFO [WorkbenchTestable][RequirementsRunner] Started test: collapseAll no-configuration(org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest) 08:02:09.483 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest 08:02:09.483 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:02:09.483 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:02:09.483 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt (Eclipse:741): Gtk-WARNING **: 08:02:09.496: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:02:09.503: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:02:09.504: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:02:09.505: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:02:09.506: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:02:09.512: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:02:09.512: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:02:09.513: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:02:09.513: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:02:09.514: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:02:09.515: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:02:09.515: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:02:09.530: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:02:09.537: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:02:09.538: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:02:09.539: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:02:09.540: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:02:09.546: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:02:09.546: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:02:09.548: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:02:09.548: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:02:09.549: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:02:09.550: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:02:09.550: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:02:09.556: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:02:09.556: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:02:09.556: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:02:09.557: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:02:09.558: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:02:09.558: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:02:09.559: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:02:09.560: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:02:09.560: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:02:09.560: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:02:09.566: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:02:09.566: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:02:09.567: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:02:09.567: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:02:09.568: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:02:09.568: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:02:09.568: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:02:09.568: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:02:09.569: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:02:09.570: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:02:09.570: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:02:09.570: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:02:09.571: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 08:02:09.573 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:02:09.573 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:02:09.592 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:02:09.592 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:02:09.592 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:02:09.592 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:02:09.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:02:09.593 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 08:02:09.593 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 08:02:09.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:02:09.593 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ExpandBar and index 1 was found 08:02:09.593 DEBUG [WorkbenchTestable][DefaultExpandItem] Searching for Expand Bar item: Expand Bar index: 1 Expand Bar Item index: 0 08:02:09.593 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:02:09.593 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:02:09.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:02:09.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:02:09.593 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:02:09.593 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:02:09.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:02:09.593 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 08:02:09.593 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 08:02:09.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:02:09.594 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ExpandBar and index 1 was found 08:02:09.594 DEBUG [WorkbenchTestable][AbstractExpandItem] Expand Expand Bar Item Expand Item: 0 08:02:09.598 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 08:02:10.598 INFO [WorkbenchTestable][AbstractExpandItem] Expand Bar Item Expand Item: 0 has been expanded 08:02:10.599 DEBUG [WorkbenchTestable][DefaultExpandItem] Searching for Expand Bar item: Expand Bar index: 1 Expand Bar Item index: 2 08:02:10.599 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ExpandBar with no referenced composite specified, index 1 and no matchers specified 08:02:10.599 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:02:10.599 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:02:10.599 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:02:10.599 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:02:10.599 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:02:10.599 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:02:10.599 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 08:02:10.599 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 08:02:10.599 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:02:10.599 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ExpandBar and index 1 was found 08:02:10.599 DEBUG [WorkbenchTestable][AbstractExpandItem] Expand Expand Bar Item Expand Item: 2 08:02:10.600 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 08:02:11.600 INFO [WorkbenchTestable][AbstractExpandItem] Expand Bar Item Expand Item: 2 has been expanded 08:02:11.600 DEBUG [WorkbenchTestable][DefaultExpandItem] Searching for Expand Bar item: Expand Bar index: 1 Expand Bar Item index: 4 08:02:11.600 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:02:11.600 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:02:11.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:02:11.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:02:11.600 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:02:11.600 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:02:11.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:02:11.600 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 08:02:11.600 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 08:02:11.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:02:11.600 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ExpandBar and index 1 was found 08:02:11.601 DEBUG [WorkbenchTestable][AbstractExpandItem] Expand Expand Bar Item Expand Item: 4 08:02:11.601 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 08:02:12.601 INFO [WorkbenchTestable][AbstractExpandItem] Expand Bar Item Expand Item: 4 has been expanded 08:02:12.601 INFO [WorkbenchTestable][AbstractExpandBar] Collapse all expand bar items 08:02:12.602 DEBUG [WorkbenchTestable][AbstractExpandItem] Collapse Expand Bar Item Expand Item: 0 08:02:12.604 INFO [WorkbenchTestable][AbstractExpandItem] Expand Bar Item Expand Item: 0 has been collapsed 08:02:12.604 DEBUG [WorkbenchTestable][AbstractExpandItem] Collapse Expand Bar Item Expand Item: 1 08:02:12.604 DEBUG [WorkbenchTestable][AbstractExpandItem] Expand Bar Item Expand Item: 1 is already collapsed. No action performed 08:02:12.604 DEBUG [WorkbenchTestable][AbstractExpandItem] Collapse Expand Bar Item Expand Item: 2 08:02:12.604 INFO [WorkbenchTestable][AbstractExpandItem] Expand Bar Item Expand Item: 2 has been collapsed 08:02:12.605 DEBUG [WorkbenchTestable][AbstractExpandItem] Collapse Expand Bar Item Expand Item: 3 08:02:12.605 DEBUG [WorkbenchTestable][AbstractExpandItem] Expand Bar Item Expand Item: 3 is already collapsed. No action performed 08:02:12.605 DEBUG [WorkbenchTestable][AbstractExpandItem] Collapse Expand Bar Item Expand Item: 4 08:02:12.605 INFO [WorkbenchTestable][AbstractExpandItem] Expand Bar Item Expand Item: 4 has been collapsed 08:02:12.605 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:02:12.605 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:02:12.605 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:02:12.606 DEBUG [main][AbstractWait] Waiting until shell is active... 08:02:12.606 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:02:12.606 INFO [main][AbstractShell] Close shell Testing shell 08:02:12.606 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:02:12.629 DEBUG [main][AbstractWait] Waiting while shell is available... 08:02:12.629 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:02:12.629 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest 08:02:12.629 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:02:12.629 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:02:12.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:02:12.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:02:12.636 INFO [WorkbenchTestable][RequirementsRunner] Finished test: collapseAll no-configuration(org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest) 08:02:12.636 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:02:12.636 INFO [WorkbenchTestable][RequirementsRunner] Started test: findByIndexAndExpand no-configuration(org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest) 08:02:12.636 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest 08:02:12.636 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:02:12.636 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:02:12.636 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt (Eclipse:741): Gtk-WARNING **: 08:02:12.649: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:02:12.656: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:02:12.657: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:02:12.658: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:02:12.659: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:02:12.665: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:02:12.666: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:02:12.667: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:02:12.667: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:02:12.668: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:02:12.669: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:02:12.669: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:02:12.678: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:02:12.685: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:02:12.687: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:02:12.688: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:02:12.688: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:02:12.695: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:02:12.695: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:02:12.697: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:02:12.697: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:02:12.698: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:02:12.699: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:02:12.699: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:02:12.705: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:02:12.706: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:02:12.706: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:02:12.707: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:02:12.707: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:02:12.707: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:02:12.724: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:02:12.725: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:02:12.725: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:02:12.725: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:02:12.732: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:02:12.732: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:02:12.732: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:02:12.732: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:02:12.734: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:02:12.734: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:02:12.734: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:02:12.734: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:02:12.735: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:02:12.736: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:02:12.736: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:02:12.736: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:02:12.736: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 08:02:12.739 DEBUG [WorkbenchTestable][DefaultExpandItem] Searching for Expand Bar item: Expand Bar index: 1 Expand Bar Item index: 0 08:02:12.739 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:02:12.739 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:02:12.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:02:12.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:02:12.761 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:02:12.761 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:02:12.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:02:12.761 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 08:02:12.761 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 08:02:12.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:02:12.761 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ExpandBar and index 1 was found 08:02:12.761 DEBUG [WorkbenchTestable][AbstractExpandItem] Expand Expand Bar Item Expand Item: 0 08:02:12.762 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 08:02:13.762 INFO [WorkbenchTestable][AbstractExpandItem] Expand Bar Item Expand Item: 0 has been expanded 08:02:13.763 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:02:13.763 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:02:13.763 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:02:13.763 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:02:13.763 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:02:13.763 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:02:13.763 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:02:13.763 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 08:02:13.763 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 08:02:13.763 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:02:13.763 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 1 was found 08:02:13.763 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:02:13.766 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:02:13.766 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:02:13.766 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:02:13.767 DEBUG [main][AbstractWait] Waiting until shell is active... 08:02:13.767 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:02:13.767 INFO [main][AbstractShell] Close shell Testing shell 08:02:13.767 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:02:13.789 DEBUG [main][AbstractWait] Waiting while shell is available... 08:02:13.789 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:02:13.789 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest 08:02:13.789 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:02:13.790 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:02:13.808 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:02:13.809 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:02:13.809 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findByIndexAndExpand no-configuration(org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest) 08:02:13.809 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:02:13.809 INFO [WorkbenchTestable][RequirementsRunner] Started test: expandAll no-configuration(org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest) 08:02:13.809 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest 08:02:13.809 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:02:13.809 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:02:13.809 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt (Eclipse:741): Gtk-WARNING **: 08:02:13.824: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:02:13.830: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:02:13.832: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:02:13.833: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:02:13.834: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:02:13.840: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:02:13.840: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:02:13.841: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:02:13.841: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:02:13.842: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:02:13.843: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:02:13.843: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:02:13.853: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:02:13.861: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:02:13.862: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:02:13.863: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:02:13.864: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:02:13.871: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:02:13.872: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:02:13.873: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:02:13.873: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:02:13.874: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:02:13.875: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:02:13.875: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:02:13.882: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:02:13.882: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:02:13.883: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:02:13.884: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:02:13.884: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:02:13.884: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:02:13.885: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:02:13.886: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:02:13.886: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:02:13.887: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:02:13.894: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:02:13.894: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:02:13.894: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:02:13.894: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:02:13.895: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:02:13.895: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:02:13.896: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:02:13.896: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:02:13.897: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:02:13.898: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:02:13.898: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:02:13.898: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:02:13.898: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 08:02:13.901 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:02:13.901 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:02:13.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:02:13.920 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:02:13.920 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:02:13.920 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:02:13.920 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:02:13.920 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:02:13.920 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:02:13.920 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:02:13.920 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ExpandBar and index 0 was found 08:02:13.920 INFO [WorkbenchTestable][AbstractExpandBar] Expand all expand bar items 08:02:13.920 DEBUG [WorkbenchTestable][AbstractExpandItem] Expand Expand Bar Item Expand Item: 0 08:02:13.921 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 08:02:14.921 INFO [WorkbenchTestable][AbstractExpandItem] Expand Bar Item Expand Item: 0 has been expanded 08:02:14.921 DEBUG [WorkbenchTestable][AbstractExpandItem] Expand Expand Bar Item Expand Item: 1 08:02:14.922 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 08:02:15.922 INFO [WorkbenchTestable][AbstractExpandItem] Expand Bar Item Expand Item: 1 has been expanded 08:02:15.922 DEBUG [WorkbenchTestable][AbstractExpandItem] Expand Expand Bar Item Expand Item: 2 08:02:15.923 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 08:02:16.923 INFO [WorkbenchTestable][AbstractExpandItem] Expand Bar Item Expand Item: 2 has been expanded 08:02:16.923 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:02:16.924 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:02:16.924 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:02:16.924 DEBUG [main][AbstractWait] Waiting until shell is active... 08:02:16.924 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:02:16.924 INFO [main][AbstractShell] Close shell Testing shell 08:02:16.924 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:02:16.945 DEBUG [main][AbstractWait] Waiting while shell is available... 08:02:16.946 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:02:16.946 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest 08:02:16.946 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:02:16.946 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:02:16.965 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:02:16.965 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:02:16.965 INFO [WorkbenchTestable][RequirementsRunner] Finished test: expandAll no-configuration(org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest) 08:02:16.965 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:02:16.965 INFO [WorkbenchTestable][RequirementsRunner] Started test: findByNameAndExpand no-configuration(org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest) 08:02:16.965 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest 08:02:16.965 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:02:16.965 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:02:16.965 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt (Eclipse:741): Gtk-WARNING **: 08:02:16.979: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:02:16.985: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:02:16.987: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:02:16.988: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:02:16.989: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:02:16.994: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:02:16.995: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:02:16.996: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:02:16.996: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:02:16.997: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:02:16.998: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:02:16.998: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:02:17.008: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:02:17.014: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:02:17.016: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:02:17.017: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:02:17.018: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:02:17.024: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:02:17.024: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:02:17.025: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:02:17.026: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:02:17.027: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:02:17.028: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:02:17.028: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:02:17.034: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:02:17.034: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:02:17.034: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:02:17.036: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:02:17.036: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:02:17.036: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:02:17.037: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:02:17.038: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:02:17.038: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:02:17.038: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:02:17.044: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:02:17.045: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:02:17.045: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:02:17.045: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:02:17.046: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:02:17.046: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:02:17.047: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:02:17.047: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:02:17.048: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:02:17.049: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:02:17.049: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:02:17.049: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:02:17.049: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 08:02:17.052 DEBUG [WorkbenchTestable][DefaultExpandItem] Searching for Expand Bar item: Expand Bar index: 1 Expand Bar Item text: Expand Item: 1 08:02:17.052 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:02:17.052 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:02:17.070 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:02:17.071 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:02:17.071 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:02:17.071 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:02:17.071 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:02:17.071 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 08:02:17.071 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 08:02:17.071 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:02:17.071 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ExpandBar and index 1 was found 08:02:17.072 DEBUG [WorkbenchTestable][AbstractExpandItem] Expand Expand Bar Item Expand Item: 1 08:02:17.073 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 08:02:18.073 INFO [WorkbenchTestable][AbstractExpandItem] Expand Bar Item Expand Item: 1 has been expanded 08:02:18.073 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:02:18.073 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:02:18.073 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:02:18.073 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:02:18.073 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:02:18.073 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:02:18.073 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:02:18.073 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 08:02:18.074 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 08:02:18.074 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:02:18.074 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 2 was found 08:02:18.074 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:02:18.076 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:02:18.076 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:02:18.076 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:02:18.077 DEBUG [main][AbstractWait] Waiting until shell is active... 08:02:18.077 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:02:18.077 INFO [main][AbstractShell] Close shell Testing shell 08:02:18.077 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:02:18.099 DEBUG [main][AbstractWait] Waiting while shell is available... 08:02:18.099 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:02:18.099 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest 08:02:18.099 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:02:18.099 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:02:18.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:02:18.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:02:18.105 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findByNameAndExpand no-configuration(org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest) 08:02:18.105 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:02:18.105 INFO [WorkbenchTestable][RequirementsRunner] Started test: getBarItems no-configuration(org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest) 08:02:18.105 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest 08:02:18.105 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:02:18.105 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:02:18.105 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt (Eclipse:741): Gtk-WARNING **: 08:02:18.130: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:02:18.136: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:02:18.137: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:02:18.138: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:02:18.139: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:02:18.146: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:02:18.146: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:02:18.147: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:02:18.147: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:02:18.148: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:02:18.149: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:02:18.149: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:02:18.158: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:02:18.165: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:02:18.166: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:02:18.167: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:02:18.168: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:02:18.174: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:02:18.174: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:02:18.176: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:02:18.176: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:02:18.177: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:02:18.178: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:02:18.178: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:02:18.184: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:02:18.184: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:02:18.184: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:02:18.185: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:02:18.185: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:02:18.186: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:02:18.186: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:02:18.187: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:02:18.187: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:02:18.188: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:02:18.193: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:02:18.194: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:02:18.194: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:02:18.194: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:02:18.195: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:02:18.195: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:02:18.195: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:02:18.195: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:02:18.196: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:02:18.197: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:02:18.197: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:02:18.198: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:02:18.198: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 08:02:18.200 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:02:18.200 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:02:18.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:02:18.218 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:02:18.218 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:02:18.218 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:02:18.218 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:02:18.218 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:02:18.218 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:02:18.218 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:02:18.218 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ExpandBar and index 0 was found 08:02:18.218 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:02:18.218 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:02:18.218 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:02:18.219 DEBUG [main][AbstractWait] Waiting until shell is active... 08:02:18.219 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:02:18.219 INFO [main][AbstractShell] Close shell Testing shell 08:02:18.219 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:02:18.240 DEBUG [main][AbstractWait] Waiting while shell is available... 08:02:18.240 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:02:18.240 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest 08:02:18.240 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:02:18.240 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:02:18.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:02:18.246 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:02:18.246 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getBarItems no-configuration(org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest) 08:02:18.246 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:02:18.246 INFO [WorkbenchTestable][RequirementsRunner] Started test: findNonExistingByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest) 08:02:18.246 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest 08:02:18.246 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:02:18.246 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:02:18.246 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt (Eclipse:741): Gtk-WARNING **: 08:02:18.259: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:02:18.266: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:02:18.267: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:02:18.268: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:02:18.269: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:02:18.274: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:02:18.274: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:02:18.275: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:02:18.276: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:02:18.276: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:02:18.277: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:02:18.277: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:02:18.287: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:02:18.293: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:02:18.294: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:02:18.295: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:02:18.296: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:02:18.302: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:02:18.302: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:02:18.303: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:02:18.303: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:02:18.304: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:02:18.305: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:02:18.305: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:02:18.311: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:02:18.311: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:02:18.311: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:02:18.313: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:02:18.313: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:02:18.313: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:02:18.314: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:02:18.315: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:02:18.315: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:02:18.315: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:02:18.321: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:02:18.321: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:02:18.321: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:02:18.321: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:02:18.322: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:02:18.322: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:02:18.322: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:02:18.323: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:02:18.323: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:02:18.324: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:02:18.325: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:02:18.325: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:02:18.325: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 08:02:18.327 DEBUG [WorkbenchTestable][DefaultExpandItem] Searching for Expand Bar item: Expand Bar index: 3 Expand Bar Item index: 1 08:02:18.327 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:02:18.327 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:02:18.348 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:02:18.349 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:02:18.349 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:02:18.349 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:02:18.349 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:02:18.349 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 3 with specified parent and matchers 08:02:18.349 TRACE [WorkbenchTestable][WidgetLookup] widget with index 3is not found 08:02:18.850 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 3 with specified parent and matchers 08:02:18.850 TRACE [WorkbenchTestable][WidgetLookup] widget with index 3is not found 08:02:19.350 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 3 with specified parent and matchers 08:02:19.351 TRACE [WorkbenchTestable][WidgetLookup] widget with index 3is not found 08:02:19.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:02:19.352 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ExpandBar and index 3 was not found 08:02:19.352 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:02:19.352 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:02:19.352 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:02:19.352 DEBUG [main][AbstractWait] Waiting until shell is active... 08:02:19.352 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:02:19.352 INFO [main][AbstractShell] Close shell Testing shell 08:02:19.352 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:02:19.374 DEBUG [main][AbstractWait] Waiting while shell is available... 08:02:19.374 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:02:19.374 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest 08:02:19.374 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:02:19.374 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:02:19.380 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:02:19.380 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:02:19.380 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findNonExistingByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest) 08:02:19.380 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:02:19.380 INFO [WorkbenchTestable][RequirementsRunner] Started test: findNonExistingByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest) 08:02:19.380 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest 08:02:19.380 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:02:19.380 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:02:19.381 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt (Eclipse:741): Gtk-WARNING **: 08:02:19.405: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:02:19.412: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:02:19.413: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:02:19.414: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:02:19.415: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:02:19.420: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:02:19.421: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:02:19.422: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:02:19.422: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:02:19.423: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:02:19.423: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:02:19.424: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:02:19.432: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:02:19.439: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:02:19.440: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:02:19.441: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:02:19.442: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:02:19.448: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:02:19.448: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:02:19.449: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:02:19.449: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:02:19.450: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:02:19.451: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:02:19.451: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:02:19.457: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:02:19.458: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:02:19.458: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:02:19.459: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:02:19.459: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:02:19.459: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:02:19.460: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:02:19.461: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:02:19.462: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:02:19.462: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:02:19.468: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:02:19.468: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:02:19.468: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:02:19.468: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:02:19.469: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:02:19.470: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:02:19.470: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:02:19.470: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:02:19.471: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:02:19.472: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:02:19.472: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:02:19.472: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:741): Gtk-WARNING **: 08:02:19.472: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 08:02:19.475 DEBUG [WorkbenchTestable][DefaultExpandItem] Searching for Expand Bar item: Expand Bar index: 0 Expand Bar Item text: NON_EXISTING_#$ 08:02:19.475 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:02:19.475 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:02:19.495 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:02:19.495 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:02:19.495 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:02:19.495 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:02:19.495 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:02:19.495 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:02:19.495 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:02:19.495 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:02:19.495 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ExpandBar and index 0 was found 08:02:19.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:02:19.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:02:19.496 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:02:19.496 DEBUG [main][AbstractWait] Waiting until shell is active... 08:02:19.496 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:02:19.496 INFO [main][AbstractShell] Close shell Testing shell 08:02:19.496 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:02:19.517 DEBUG [main][AbstractWait] Waiting while shell is available... 08:02:19.517 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:02:19.517 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest 08:02:19.517 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:02:19.517 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:02:19.523 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:02:19.523 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:02:19.524 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findNonExistingByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest) 08:02:19.524 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest 08:02:19.524 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:02:19.524 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:02:19.524 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:02:19.524 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.21 s - in org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest getItemsCount no-configuration(org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest) Time elapsed: 0.16 s collapseAll no-configuration(org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest) Time elapsed: 3.153 s findByIndexAndExpand no-configuration(org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest) Time elapsed: 1.173 s expandAll no-configuration(org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest) Time elapsed: 3.156 s findByNameAndExpand no-configuration(org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest) Time elapsed: 1.14 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.134 s findNonExistingByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest) Time elapsed: 0.144 s Running org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest 08:02:19.531 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest 08:02:19.531 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 08:02:19.532 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:02:19.532 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest 08:02:19.532 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:02:19.532 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 08:02:19.532 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:02:19.532 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 08:02:19.532 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:02:19.532 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:02:19.532 INFO [WorkbenchTestable][RequirementsRunner] Started test: findCLabelById no-configuration(org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest) 08:02:19.532 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest 08:02:19.533 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:02:19.533 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:02:19.533 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:02:19.553 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:02:19.553 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:02:19.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:02:19.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:02:19.567 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:02:19.567 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:02:19.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:02:19.567 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:02:19.567 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:02:19.568 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:02:19.568 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:02:19.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:02:19.568 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CLabel and index 0 was found 08:02:19.569 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:02:19.569 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:02:19.569 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:02:19.569 DEBUG [main][AbstractWait] Waiting until shell is active... 08:02:19.569 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:02:19.569 INFO [main][AbstractShell] Close shell Testing shell 08:02:19.569 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:02:19.572 DEBUG [main][AbstractWait] Waiting while shell is available... 08:02:19.572 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:02:19.572 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest 08:02:19.573 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:02:19.573 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:02:19.578 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:02:19.578 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:02:19.578 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findCLabelById no-configuration(org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest) 08:02:19.579 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:02:19.579 INFO [WorkbenchTestable][RequirementsRunner] Started test: findCLabelByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest) 08:02:19.579 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest 08:02:19.579 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:02:19.579 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:02:19.579 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:02:19.584 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:02:19.584 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:02:19.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:02:19.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:02:19.605 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:02:19.605 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:02:19.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:02:19.605 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 08:02:19.606 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 08:02:19.606 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:02:19.606 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CLabel and index 1 was found 08:02:19.606 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:02:19.606 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:02:19.606 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:02:19.606 DEBUG [main][AbstractWait] Waiting until shell is active... 08:02:19.606 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:02:19.606 INFO [main][AbstractShell] Close shell Testing shell 08:02:19.606 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:02:19.609 DEBUG [main][AbstractWait] Waiting while shell is available... 08:02:19.610 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:02:19.610 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest 08:02:19.610 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:02:19.610 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:02:19.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:02:19.639 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:02:19.639 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findCLabelByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest) 08:02:19.639 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:02:19.639 INFO [WorkbenchTestable][RequirementsRunner] Started test: hasImage no-configuration(org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest) 08:02:19.639 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest 08:02:19.639 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:02:19.639 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:02:19.639 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:02:19.645 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:02:19.645 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:02:19.660 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:02:19.660 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:02:19.660 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:02:19.660 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:02:19.660 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:02:19.660 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:02:19.660 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:02:19.660 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:02:19.660 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CLabel and index 0 was found 08:02:19.661 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:02:19.661 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:02:19.661 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:02:19.661 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:02:19.661 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:02:19.661 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:02:19.661 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:02:19.661 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 08:02:19.661 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 08:02:19.661 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:02:19.661 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CLabel and index 1 was found 08:02:19.661 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:02:19.662 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:02:19.662 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:02:19.662 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:02:19.662 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:02:19.662 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:02:19.662 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:02:19.662 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 08:02:19.662 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 08:02:19.662 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:02:19.662 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CLabel and index 2 was found 08:02:19.662 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:02:19.662 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:02:19.662 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:02:19.662 DEBUG [main][AbstractWait] Waiting until shell is active... 08:02:19.662 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:02:19.662 INFO [main][AbstractShell] Close shell Testing shell 08:02:19.662 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:02:19.665 DEBUG [main][AbstractWait] Waiting while shell is available... 08:02:19.665 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:02:19.665 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest 08:02:19.665 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:02:19.665 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:02:19.684 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:02:19.684 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:02:19.685 INFO [WorkbenchTestable][RequirementsRunner] Finished test: hasImage no-configuration(org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest) 08:02:19.685 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:02:19.685 INFO [WorkbenchTestable][RequirementsRunner] Started test: getTooltipText no-configuration(org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest) 08:02:19.685 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest 08:02:19.685 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:02:19.685 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:02:19.685 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:02:19.690 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:02:19.690 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:02:19.696 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:02:19.697 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:02:19.697 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:02:19.697 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:02:19.697 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:02:19.697 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 08:02:19.697 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 08:02:19.697 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:02:19.697 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CLabel and index 1 was found 08:02:19.697 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:02:19.697 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:02:19.697 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:02:19.697 DEBUG [main][AbstractWait] Waiting until shell is active... 08:02:19.697 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:02:19.697 INFO [main][AbstractShell] Close shell Testing shell 08:02:19.697 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:02:19.700 DEBUG [main][AbstractWait] Waiting while shell is available... 08:02:19.700 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:02:19.700 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest 08:02:19.700 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:02:19.700 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:02:19.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:02:19.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:02:19.719 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getTooltipText no-configuration(org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest) 08:02:19.719 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:02:19.719 INFO [WorkbenchTestable][RequirementsRunner] Started test: findNonExistingCLabelByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest) 08:02:19.719 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest 08:02:19.719 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:02:19.719 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:02:19.719 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:02:19.727 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:02:19.727 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:02:19.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:02:19.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:02:19.743 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:02:19.743 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:02:19.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:02:19.743 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 11 with specified parent and matchers 08:02:19.743 TRACE [WorkbenchTestable][WidgetLookup] widget with index 11is not found 08:02:20.244 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 11 with specified parent and matchers 08:02:20.244 TRACE [WorkbenchTestable][WidgetLookup] widget with index 11is not found 08:02:20.744 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 11 with specified parent and matchers 08:02:20.744 TRACE [WorkbenchTestable][WidgetLookup] widget with index 11is not found 08:02:20.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:02:20.745 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CLabel and index 11 was not found 08:02:20.745 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:02:20.745 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:02:20.745 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:02:20.745 DEBUG [main][AbstractWait] Waiting until shell is active... 08:02:20.745 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:02:20.745 INFO [main][AbstractShell] Close shell Testing shell 08:02:20.745 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:02:20.749 DEBUG [main][AbstractWait] Waiting while shell is available... 08:02:20.749 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:02:20.749 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest 08:02:20.749 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:02:20.749 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:02:20.768 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:02:20.768 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:02:20.768 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findNonExistingCLabelByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest) 08:02:20.768 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:02:20.768 INFO [WorkbenchTestable][RequirementsRunner] Started test: findCLabelByText no-configuration(org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest) 08:02:20.768 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest 08:02:20.768 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:02:20.768 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:02:20.768 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:02:20.774 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:02:20.774 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:02:20.780 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:02:20.780 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:02:20.781 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:02:20.781 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:02:20.781 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:02:20.781 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:02:20.781 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:02:20.781 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:02:20.781 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CLabel and index 0 was found 08:02:20.781 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:02:20.781 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:02:20.781 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:02:20.781 DEBUG [main][AbstractWait] Waiting until shell is active... 08:02:20.781 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:02:20.781 INFO [main][AbstractShell] Close shell Testing shell 08:02:20.781 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:02:20.784 DEBUG [main][AbstractWait] Waiting while shell is available... 08:02:20.784 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:02:20.784 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest 08:02:20.784 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:02:20.784 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:02:20.799 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:02:20.799 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:02:20.799 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findCLabelByText no-configuration(org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest) 08:02:20.799 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:02:20.799 INFO [WorkbenchTestable][RequirementsRunner] Started test: findNonExistingCLabelByText no-configuration(org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest) 08:02:20.799 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest 08:02:20.799 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:02:20.799 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:02:20.799 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:02:20.817 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:02:20.817 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:02:20.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:02:20.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:02:20.832 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:02:20.832 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:02:20.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:02:20.832 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:02:20.833 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:02:21.333 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:02:21.333 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:02:21.833 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:02:21.834 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:02:21.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:02:21.834 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CLabel and index 0 was not found 08:02:21.835 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:02:21.835 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:02:21.835 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:02:21.835 DEBUG [main][AbstractWait] Waiting until shell is active... 08:02:21.835 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:02:21.835 INFO [main][AbstractShell] Close shell Testing shell 08:02:21.835 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:02:21.838 DEBUG [main][AbstractWait] Waiting while shell is available... 08:02:21.838 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:02:21.838 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest 08:02:21.838 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:02:21.838 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:02:21.844 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:02:21.844 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:02:21.845 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findNonExistingCLabelByText no-configuration(org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest) 08:02:21.845 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:02:21.845 INFO [WorkbenchTestable][RequirementsRunner] Started test: getAlignment no-configuration(org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest) 08:02:21.845 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest 08:02:21.845 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:02:21.845 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:02:21.845 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:02:21.861 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CLabel with no referenced composite specified, index 1 and no matchers specified 08:02:21.861 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:02:21.877 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:02:21.877 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:02:21.878 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:02:21.878 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:02:21.878 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:02:21.878 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 08:02:21.878 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 08:02:21.878 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:02:21.878 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CLabel and index 1 was found 08:02:21.879 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:02:21.879 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:02:21.879 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:02:21.879 DEBUG [main][AbstractWait] Waiting until shell is active... 08:02:21.879 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:02:21.879 INFO [main][AbstractShell] Close shell Testing shell 08:02:21.879 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:02:21.882 DEBUG [main][AbstractWait] Waiting while shell is available... 08:02:21.882 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:02:21.882 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest 08:02:21.882 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:02:21.882 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:02:21.888 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:02:21.888 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:02:21.888 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getAlignment no-configuration(org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest) 08:02:21.888 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest 08:02:21.888 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:02:21.888 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:02:21.888 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:02:21.888 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.358 s - in org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest findCLabelById no-configuration(org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest) Time elapsed: 0.046 s findCLabelByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest) Time elapsed: 0.06 s hasImage no-configuration(org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest) Time elapsed: 0.046 s getTooltipText no-configuration(org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest) Time elapsed: 0.034 s findNonExistingCLabelByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest) Time elapsed: 1.049 s findCLabelByText no-configuration(org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest) Time elapsed: 0.031 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.043 s Running org.eclipse.reddeer.swt.test.impl.button.LabeledCheckBoxTest 08:02:21.895 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.button.LabeledCheckBoxTest 08:02:21.896 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 08:02:21.896 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:02:21.896 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.button.LabeledCheckBoxTest 08:02:21.896 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:02:21.896 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 08:02:21.896 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:02:21.896 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 08:02:21.896 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:02:21.896 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:02:21.897 INFO [WorkbenchTestable][RequirementsRunner] Started test: labeledCheckBoxTest no-configuration(org.eclipse.reddeer.swt.test.impl.button.LabeledCheckBoxTest) 08:02:21.897 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.LabeledCheckBoxTest 08:02:21.897 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:02:21.897 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:02:21.897 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:02:21.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 widget with label: is "Label 1") 08:02:21.916 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:02:21.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:02:21.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:02:21.938 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:02:21.938 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:02:21.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:02:21.938 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:02:21.938 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:02:21.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:02:21.938 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:02:21.939 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with 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:02:21.939 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:02:21.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:02:21.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:02:21.939 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:02:21.939 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:02:21.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:02:21.939 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:02:21.940 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:02:21.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:02:21.940 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:02:21.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:02:21.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:02:21.941 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:02:21.941 DEBUG [main][AbstractWait] Waiting until shell is active... 08:02:21.941 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:02:21.941 INFO [main][AbstractShell] Close shell Testing shell 08:02:21.941 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:02:21.944 DEBUG [main][AbstractWait] Waiting while shell is available... 08:02:21.945 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:02:21.945 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.LabeledCheckBoxTest 08:02:21.945 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:02:21.945 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:02:21.963 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:02:21.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:02:21.964 INFO [WorkbenchTestable][RequirementsRunner] Finished test: labeledCheckBoxTest no-configuration(org.eclipse.reddeer.swt.test.impl.button.LabeledCheckBoxTest) 08:02:21.964 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.button.LabeledCheckBoxTest 08:02:21.964 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:02:21.964 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:02:21.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:02:21.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.069 s - in org.eclipse.reddeer.swt.test.impl.button.LabeledCheckBoxTest labeledCheckBoxTest no-configuration(org.eclipse.reddeer.swt.test.impl.button.LabeledCheckBoxTest) Time elapsed: 0.067 s Running org.eclipse.reddeer.swt.test.impl.button.DataBindingRadioButtonTest 08:02:21.970 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.button.DataBindingRadioButtonTest 08:02:21.975 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 08:02:21.975 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:02:21.975 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.button.DataBindingRadioButtonTest 08:02:21.975 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:02:21.975 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 08:02:21.976 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:02:21.976 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 08:02:21.976 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:02:21.976 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:02:21.976 INFO [WorkbenchTestable][RequirementsRunner] Started test: clickOnRadioButtons no-configuration(org.eclipse.reddeer.swt.test.impl.button.DataBindingRadioButtonTest) 08:02:21.976 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.DataBindingRadioButtonTest 08:02:21.976 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:02:21.976 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:02:21.976 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:02:22.036 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 16) 08:02:22.036 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:02:22.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:02:22.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:02:22.055 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:02:22.055 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:02:22.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:02:22.055 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:02:22.055 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:02:22.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:02:22.055 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:02:22.056 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:02:22.056 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:02:22.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:02:22.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:02:22.056 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:02:22.056 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:02:22.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:02:22.056 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 08:02:22.056 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 08:02:22.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:02:22.056 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 1 was found 08:02:22.056 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:02:22.056 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:02:22.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:02:22.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:02:22.056 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:02:22.056 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:02:22.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:02:22.056 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 08:02:22.056 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 08:02:22.057 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:02:22.057 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 2 was found 08:02:22.057 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:02:22.057 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:02:22.057 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:02:22.057 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:02:22.057 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:02:22.057 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:02:22.057 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:02:22.058 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:02:22.058 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:02:22.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:02:22.059 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 08:02:22.059 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:02:22.059 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:02:22.059 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:02:22.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:02:22.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:02:22.059 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:02:22.059 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:02:22.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:02:22.060 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:02:22.060 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:02:22.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:02:22.060 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 08:02:22.060 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:02:22.060 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:02:22.061 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:02:22.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:02:22.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:02:22.061 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:02:22.061 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:02:22.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:02:22.061 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:02:22.062 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:02:22.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:02:22.062 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 08:02:22.062 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:02:22.062 INFO [WorkbenchTestable][AbstractButton] Click button RADIO-BUTTONB 08:02:22.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:02:22.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:02:22.062 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:02:22.062 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:02:22.062 TRACE [main][WidgetHandler] Notify Button with event 27 08:02:22.062 TRACE [main][WidgetHandler] Wait for synchronization 08:02:22.063 TRACE [main][WidgetHandler] Notify Button with event 13 08:02:22.063 TRACE [main][WidgetHandler] Wait for synchronization 08:02:22.063 TRACE [main][WidgetHandler] Notify Button with event 26 08:02:22.063 TRACE [main][WidgetHandler] Wait for synchronization 08:02:22.063 TRACE [main][WidgetHandler] Notify Button with event 3 08:02:22.063 TRACE [main][WidgetHandler] Wait for synchronization 08:02:22.063 TRACE [main][WidgetHandler] Notify Button with event 4 08:02:22.063 TRACE [main][WidgetHandler] Wait for synchronization 08:02:22.063 TRACE [main][WidgetHandler] Notify Button with event 13 08:02:22.063 TRACE [main][WidgetHandler] Wait for synchronization 08:02:22.069 INFO [WorkbenchTestable][AbstractButton] Click button RADIO-BUTTONC 08:02:22.069 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:02:22.069 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:02:22.069 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:02:22.069 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:02:22.069 TRACE [main][WidgetHandler] Notify Button with event 27 08:02:22.069 TRACE [main][WidgetHandler] Wait for synchronization 08:02:22.069 TRACE [main][WidgetHandler] Notify Button with event 13 08:02:22.069 TRACE [main][WidgetHandler] Wait for synchronization 08:02:22.069 TRACE [main][WidgetHandler] Notify Button with event 26 08:02:22.069 TRACE [main][WidgetHandler] Wait for synchronization 08:02:22.069 TRACE [main][WidgetHandler] Notify Button with event 3 08:02:22.069 TRACE [main][WidgetHandler] Wait for synchronization 08:02:22.069 TRACE [main][WidgetHandler] Notify Button with event 4 08:02:22.069 TRACE [main][WidgetHandler] Wait for synchronization 08:02:22.069 TRACE [main][WidgetHandler] Notify Button with event 13 08:02:22.069 TRACE [main][WidgetHandler] Wait for synchronization 08:02:22.070 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:02:22.070 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:02:22.070 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:02:22.071 DEBUG [main][AbstractWait] Waiting until shell is active... 08:02:22.071 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:02:22.071 INFO [main][AbstractShell] Close shell Testing shell 08:02:22.071 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:02:22.077 DEBUG [main][AbstractWait] Waiting while shell is available... 08:02:22.077 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:02:22.077 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.DataBindingRadioButtonTest 08:02:22.077 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:02:22.077 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:02:22.083 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:02:22.083 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:02:22.084 INFO [WorkbenchTestable][RequirementsRunner] Finished test: clickOnRadioButtons no-configuration(org.eclipse.reddeer.swt.test.impl.button.DataBindingRadioButtonTest) 08:02:22.084 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.button.DataBindingRadioButtonTest 08:02:22.084 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:02:22.084 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:02:22.084 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:02:22.084 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.114 s - in org.eclipse.reddeer.swt.test.impl.button.DataBindingRadioButtonTest clickOnRadioButtons no-configuration(org.eclipse.reddeer.swt.test.impl.button.DataBindingRadioButtonTest) Time elapsed: 0.108 s Running org.eclipse.reddeer.swt.test.impl.button.ButtonTest 08:02:22.090 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 08:02:22.091 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 08:02:22.091 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:02:22.091 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 08:02:22.092 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:02:22.092 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 08:02:22.104 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:02:22.104 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 08:02:22.104 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:02:22.104 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:02:22.104 INFO [WorkbenchTestable][RequirementsRunner] Started test: toggleToggleButton no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 08:02:22.104 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 08:02:22.104 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:02:22.105 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:02:22.105 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:02:22.136 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:02:22.136 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:02:22.156 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:02:22.156 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:02:22.156 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:02:22.156 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:02:22.156 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:02:22.156 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 08:02:22.157 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 08:02:22.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:02:22.157 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 1 was found 08:02:22.161 INFO [WorkbenchTestable][ToggleButton] Checking Toggle Button TOOGLE-BUTTON1 08:02:22.161 INFO [WorkbenchTestable][AbstractButton] Click button TOOGLE-BUTTON1 08:02:22.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:02:22.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:02:22.161 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:02:22.162 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:02:22.162 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified 08:02:22.162 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:02:22.162 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:02:22.162 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:02:22.162 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:02:22.162 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:02:22.162 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:02:22.162 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:02:22.163 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:02:22.163 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:02:22.163 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 08:02:22.163 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:02:22.163 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class 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:02:22.163 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:02:22.163 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:02:22.163 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:02:22.163 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:02:22.163 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:02:22.163 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:02:22.163 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:02:22.164 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:02:22.164 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:02:22.164 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:02:22.164 INFO [WorkbenchTestable][AbstractButton] Click button PUSH-BUTTON0 08:02:22.164 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:02:22.164 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:02:22.164 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:02:22.164 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:02:22.165 DEBUG [WorkbenchTestable][ToggleButton] Toggle Button TOOGLE-BUTTON1 already checked, no action performed 08:02:22.165 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:02:22.165 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:02:22.165 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:02:22.165 DEBUG [main][AbstractWait] Waiting until shell is active... 08:02:22.165 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:02:22.165 INFO [main][AbstractShell] Close shell Testing shell 08:02:22.165 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:02:22.171 DEBUG [main][AbstractWait] Waiting while shell is available... 08:02:22.171 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:02:22.171 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 08:02:22.171 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:02:22.171 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:02:22.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:02:22.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:02:22.191 INFO [WorkbenchTestable][RequirementsRunner] Finished test: toggleToggleButton no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 08:02:22.191 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:02:22.191 INFO [WorkbenchTestable][RequirementsRunner] Started test: findRadioButtonByLabelAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 08:02:22.191 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 08:02:22.191 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:02:22.191 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:02:22.191 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:02:22.230 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 16, Matcher matching widgets with text that without mnenomic matches: is "RADIO-BUTTON1") 08:02:22.230 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:02:22.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:02:22.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:02:22.252 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:02:22.252 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:02:22.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:02:22.252 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:02:22.253 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:02:22.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:02:22.253 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:02:22.253 INFO [WorkbenchTestable][AbstractButton] Click button RADIO-BUTTON1 08:02:22.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:02:22.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:02:22.253 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:02:22.253 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:02:22.254 TRACE [main][WidgetHandler] Notify Button with event 27 08:02:22.254 TRACE [main][WidgetHandler] Wait for synchronization 08:02:22.254 TRACE [main][WidgetHandler] Notify Button with event 13 08:02:22.254 TRACE [main][WidgetHandler] Wait for synchronization 08:02:22.254 TRACE [main][WidgetHandler] Notify Button with event 26 08:02:22.254 TRACE [main][WidgetHandler] Wait for synchronization 08:02:22.254 TRACE [main][WidgetHandler] Notify Button with event 3 08:02:22.254 TRACE [main][WidgetHandler] Wait for synchronization 08:02:22.254 TRACE [main][WidgetHandler] Notify Button with event 4 08:02:22.254 TRACE [main][WidgetHandler] Wait for synchronization 08:02:22.254 TRACE [main][WidgetHandler] Notify Button with event 13 08:02:22.254 TRACE [main][WidgetHandler] Wait for synchronization 08:02:22.254 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:02:22.254 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:02:22.254 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:02:22.254 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:02:22.254 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:02:22.254 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:02:22.254 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:02:22.254 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:02:22.255 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:02:22.255 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:02:22.255 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 08:02:22.255 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:02:22.255 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:02:22.256 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:02:22.256 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:02:22.256 DEBUG [main][AbstractWait] Waiting until shell is active... 08:02:22.256 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:02:22.256 INFO [main][AbstractShell] Close shell Testing shell 08:02:22.256 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:02:22.262 DEBUG [main][AbstractWait] Waiting while shell is available... 08:02:22.262 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:02:22.262 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 08:02:22.262 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:02:22.262 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:02:22.267 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:02:22.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:02:22.268 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findRadioButtonByLabelAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 08:02:22.268 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:02:22.268 INFO [WorkbenchTestable][RequirementsRunner] Started test: findToggleButtonByLabelAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 08:02:22.268 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 08:02:22.268 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:02:22.268 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:02:22.268 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:02:22.296 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with 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:02:22.296 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:02:22.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:02:22.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:02:22.317 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:02:22.317 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:02:22.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:02:22.317 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:02:22.317 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:02:22.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:02:22.318 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:02:22.318 INFO [WorkbenchTestable][AbstractButton] Click button TOOGLE-BUTTON2 08:02:22.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:02:22.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:02:22.318 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:02:22.318 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:02:22.318 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:02:22.318 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:02:22.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:02:22.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:02:22.319 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:02:22.319 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:02:22.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:02:22.319 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:02:22.319 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:02:22.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:02:22.319 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 08:02:22.319 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:02:22.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:02:22.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:02:22.320 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:02:22.320 DEBUG [main][AbstractWait] Waiting until shell is active... 08:02:22.320 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:02:22.320 INFO [main][AbstractShell] Close shell Testing shell 08:02:22.320 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:02:22.326 DEBUG [main][AbstractWait] Waiting while shell is available... 08:02:22.326 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:02:22.326 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 08:02:22.326 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:02:22.326 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:02:22.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:02:22.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:02:22.333 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findToggleButtonByLabelAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 08:02:22.333 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:02:22.333 INFO [WorkbenchTestable][RequirementsRunner] Started test: findArrowButtonByIndexAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 08:02:22.333 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 08:02:22.333 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:02:22.333 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:02:22.333 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:02:22.361 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:02:22.361 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:02:22.380 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:02:22.380 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:02:22.381 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:02:22.381 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:02:22.381 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:02:22.381 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 08:02:22.381 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 08:02:22.381 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:02:22.381 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 2 was found 08:02:22.381 INFO [WorkbenchTestable][AbstractButton] Click button 08:02:22.381 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:02:22.381 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:02:22.381 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:02:22.381 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:02:22.382 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:02:22.382 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:02:22.382 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:02:22.382 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:02:22.382 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:02:22.382 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:02:22.382 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:02:22.382 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:02:22.382 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:02:22.382 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:02:22.382 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 08:02:22.382 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:02:22.383 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:02:22.383 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:02:22.383 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:02:22.383 DEBUG [main][AbstractWait] Waiting until shell is active... 08:02:22.384 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:02:22.384 INFO [main][AbstractShell] Close shell Testing shell 08:02:22.384 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:02:22.389 DEBUG [main][AbstractWait] Waiting while shell is available... 08:02:22.389 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:02:22.389 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 08:02:22.389 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:02:22.389 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:02:22.394 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:02:22.394 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:02:22.395 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findArrowButtonByIndexAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 08:02:22.395 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:02:22.395 INFO [WorkbenchTestable][RequirementsRunner] Started test: findPushButtonByLabelAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 08:02:22.395 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 08:02:22.395 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:02:22.395 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:02:22.395 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:02:22.411 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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:02:22.411 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:02:22.435 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:02:22.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:02:22.436 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:02:22.436 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:02:22.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:02:22.436 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:02:22.436 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:02:22.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:02:22.436 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:02:22.436 INFO [WorkbenchTestable][AbstractButton] Click button PUSH-BUTTON0 08:02:22.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:02:22.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:02:22.437 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:02:22.437 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:02:22.437 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:02:22.437 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:02:22.437 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:02:22.437 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:02:22.437 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:02:22.437 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:02:22.437 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:02:22.437 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:02:22.438 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:02:22.438 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:02:22.438 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 08:02:22.438 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:02:22.438 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:02:22.438 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:02:22.438 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:02:22.439 DEBUG [main][AbstractWait] Waiting until shell is active... 08:02:22.439 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:02:22.439 INFO [main][AbstractShell] Close shell Testing shell 08:02:22.439 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:02:22.445 DEBUG [main][AbstractWait] Waiting while shell is available... 08:02:22.445 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:02:22.445 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 08:02:22.445 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:02:22.445 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:02:22.450 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:02:22.450 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:02:22.451 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findPushButtonByLabelAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 08:02:22.451 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:02:22.451 INFO [WorkbenchTestable][RequirementsRunner] Started test: toggleCheckBox no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 08:02:22.451 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 08:02:22.451 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:02:22.451 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:02:22.451 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:02:22.467 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:02:22.467 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:02:22.491 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:02:22.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:02:22.492 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:02:22.492 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:02:22.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:02:22.492 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 08:02:22.492 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 08:02:22.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:02:22.492 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 1 was found 08:02:22.493 INFO [WorkbenchTestable][CheckBox] Select checkbox CHECK-BOX1 08:02:22.493 INFO [WorkbenchTestable][CheckBox] Check checkbox CHECK-BOX1 08:02:22.493 INFO [WorkbenchTestable][AbstractButton] Click button CHECK-BOX1 08:02:22.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:02:22.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:02:22.493 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:02:22.493 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:02:22.493 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:02:22.493 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:02:22.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:02:22.494 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:02:22.494 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:02:22.494 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:02:22.494 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:02:22.494 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:02:22.494 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:02:22.494 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:02:22.494 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 08:02:22.494 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:02:22.495 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class 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:02:22.495 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:02:22.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:02:22.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:02:22.529 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:02:22.529 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:02:22.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:02:22.529 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:02:22.530 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:02:22.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:02:22.530 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:02:22.530 INFO [WorkbenchTestable][AbstractButton] Click button PUSH-BUTTON0 08:02:22.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:02:22.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:02:22.530 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:02:22.530 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:02:22.531 INFO [WorkbenchTestable][CheckBox] Select checkbox CHECK-BOX1 08:02:22.531 DEBUG [WorkbenchTestable][CheckBox] Checkbox CHECK-BOX1 already selected, no action performed 08:02:22.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:02:22.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:02:22.531 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:02:22.531 DEBUG [main][AbstractWait] Waiting until shell is active... 08:02:22.531 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:02:22.531 INFO [main][AbstractShell] Close shell Testing shell 08:02:22.531 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:02:22.538 DEBUG [main][AbstractWait] Waiting while shell is available... 08:02:22.538 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:02:22.538 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 08:02:22.538 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:02:22.538 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:02:22.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:02:22.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:02:22.557 INFO [WorkbenchTestable][RequirementsRunner] Finished test: toggleCheckBox no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 08:02:22.557 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:02:22.557 INFO [WorkbenchTestable][RequirementsRunner] Started test: findNonExistingCheckBoxByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 08:02:22.557 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 08:02:22.557 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:02:22.557 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:02:22.557 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:02:22.573 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:02:22.573 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:02:22.594 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:02:22.595 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:02:22.595 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:02:22.595 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:02:22.595 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:02:22.595 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 5 with specified parent and matchers 08:02:22.596 TRACE [WorkbenchTestable][WidgetLookup] widget with index 5is not found 08:02:23.096 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 5 with specified parent and matchers 08:02:23.097 TRACE [WorkbenchTestable][WidgetLookup] widget with index 5is not found 08:02:23.597 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 5 with specified parent and matchers 08:02:23.598 TRACE [WorkbenchTestable][WidgetLookup] widget with index 5is not found 08:02:23.598 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:02:23.599 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 5 was not found 08:02:23.599 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:02:23.599 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:02:23.599 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:02:23.599 DEBUG [main][AbstractWait] Waiting until shell is active... 08:02:23.599 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:02:23.599 INFO [main][AbstractShell] Close shell Testing shell 08:02:23.599 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:02:23.605 DEBUG [main][AbstractWait] Waiting while shell is available... 08:02:23.605 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:02:23.605 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 08:02:23.605 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:02:23.605 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:02:23.612 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:02:23.612 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:02:23.612 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findNonExistingCheckBoxByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 08:02:23.612 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:02:23.612 INFO [WorkbenchTestable][RequirementsRunner] Started test: findNonExistingCheckBoxByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 08:02:23.612 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 08:02:23.612 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:02:23.612 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:02:23.612 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:02:23.629 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32, Matcher matching widgets with text that without mnenomic matches: is "NON_EXISTING_DASLKJ") 08:02:23.629 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:02:23.654 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:02:23.655 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:02:23.655 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:02:23.655 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:02:23.655 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:02:23.655 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:02:23.656 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:02:24.156 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:02:24.157 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:02:24.657 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:02:24.658 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:02:24.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:02:24.659 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was not found 08:02:24.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:02:24.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:02:24.659 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:02:24.659 DEBUG [main][AbstractWait] Waiting until shell is active... 08:02:24.659 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:02:24.659 INFO [main][AbstractShell] Close shell Testing shell 08:02:24.659 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:02:24.666 DEBUG [main][AbstractWait] Waiting while shell is available... 08:02:24.666 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:02:24.666 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 08:02:24.666 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:02:24.666 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:02:24.684 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:02:24.685 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:02:24.685 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findNonExistingCheckBoxByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 08:02:24.685 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:02:24.685 INFO [WorkbenchTestable][RequirementsRunner] Started test: findOkButtonByAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 08:02:24.685 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 08:02:24.685 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:02:24.685 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:02:24.685 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:02:24.703 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "PUSH-BUTTON0") 08:02:24.703 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:02:24.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:02:24.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:02:24.724 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:02:24.724 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:02:24.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:02:24.724 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:02:24.725 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:02:24.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:02:24.725 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:02:24.725 INFO [WorkbenchTestable][AbstractButton] Click button PUSH-BUTTON0 08:02:24.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:02:24.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:02:24.725 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:02:24.725 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:02:24.725 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:02:24.726 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:02:24.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:02:24.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:02:24.726 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:02:24.726 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:02:24.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:02:24.726 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:02:24.726 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:02:24.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:02:24.726 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 08:02:24.726 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:02:24.727 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:02:24.727 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:02:24.727 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:02:24.727 DEBUG [main][AbstractWait] Waiting until shell is active... 08:02:24.727 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:02:24.727 INFO [main][AbstractShell] Close shell Testing shell 08:02:24.727 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:02:24.733 DEBUG [main][AbstractWait] Waiting while shell is available... 08:02:24.733 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:02:24.733 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 08:02:24.733 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:02:24.733 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:02:24.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:02:24.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:02:24.752 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findOkButtonByAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 08:02:24.752 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:02:24.752 INFO [WorkbenchTestable][RequirementsRunner] Started test: findArrowButtonByIdAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 08:02:24.752 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 08:02:24.752 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:02:24.752 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:02:24.752 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:02:24.767 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 4, with key 'buttonTestId' and value 'ARROW-BUTTON#2') 08:02:24.767 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:02:24.788 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:02:24.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:02:24.789 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:02:24.789 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:02:24.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:02:24.789 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:02:24.789 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key buttonTestId 08:02:24.789 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key buttonTestId 08:02:24.789 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key buttonTestId 08:02:24.789 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:02:24.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:02:24.789 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:02:24.789 INFO [WorkbenchTestable][AbstractButton] Click button 08:02:24.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:02:24.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:02:24.790 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:02:24.790 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:02:24.790 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:02:24.790 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:02:24.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:02:24.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:02:24.790 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:02:24.790 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:02:24.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:02:24.790 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:02:24.790 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:02:24.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:02:24.790 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 08:02:24.790 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:02:24.791 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:02:24.791 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:02:24.791 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:02:24.792 DEBUG [main][AbstractWait] Waiting until shell is active... 08:02:24.792 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:02:24.792 INFO [main][AbstractShell] Close shell Testing shell 08:02:24.792 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:02:24.797 DEBUG [main][AbstractWait] Waiting while shell is available... 08:02:24.797 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:02:24.797 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 08:02:24.797 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:02:24.797 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:02:24.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:02:24.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:02:24.803 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findArrowButtonByIdAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 08:02:24.803 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:02:24.803 INFO [WorkbenchTestable][RequirementsRunner] Started test: findCheckBoxByIndexAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 08:02:24.803 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 08:02:24.803 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:02:24.803 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:02:24.803 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:02:24.831 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:02:24.831 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:02:24.852 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:02:24.852 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:02:24.852 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:02:24.852 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:02:24.852 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:02:24.852 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 08:02:24.853 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 08:02:24.853 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:02:24.853 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 1 was found 08:02:24.853 INFO [WorkbenchTestable][AbstractButton] Click button CHECK-BOX1 08:02:24.853 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:02:24.853 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:02:24.853 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:02:24.853 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:02:24.854 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:02:24.854 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:02:24.854 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:02:24.854 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:02:24.854 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:02:24.854 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:02:24.854 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:02:24.854 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:02:24.859 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:02:24.859 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:02:24.859 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 08:02:24.859 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:02:24.860 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:02:24.860 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:02:24.860 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:02:24.861 DEBUG [main][AbstractWait] Waiting until shell is active... 08:02:24.861 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:02:24.861 INFO [main][AbstractShell] Close shell Testing shell 08:02:24.861 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:02:24.866 DEBUG [main][AbstractWait] Waiting while shell is available... 08:02:24.866 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:02:24.866 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 08:02:24.866 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:02:24.866 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:02:24.884 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:02:24.884 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:02:24.885 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findCheckBoxByIndexAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 08:02:24.885 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:02:24.885 INFO [WorkbenchTestable][RequirementsRunner] Started test: findNonExistingToggleButtonByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 08:02:24.885 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 08:02:24.885 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:02:24.885 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:02:24.885 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:02:24.901 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:02:24.901 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:02:24.921 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:02:24.922 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:02:24.922 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:02:24.922 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:02:24.922 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:02:24.922 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 4 with specified parent and matchers 08:02:24.922 TRACE [WorkbenchTestable][WidgetLookup] widget with index 4is not found 08:02:25.422 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 4 with specified parent and matchers 08:02:25.423 TRACE [WorkbenchTestable][WidgetLookup] widget with index 4is not found 08:02:25.923 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 4 with specified parent and matchers 08:02:25.924 TRACE [WorkbenchTestable][WidgetLookup] widget with index 4is not found 08:02:25.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:02:25.925 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 4 was not found 08:02:25.925 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:02:25.925 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:02:25.925 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:02:25.925 DEBUG [main][AbstractWait] Waiting until shell is active... 08:02:25.925 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:02:25.925 INFO [main][AbstractShell] Close shell Testing shell 08:02:25.925 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:02:25.931 DEBUG [main][AbstractWait] Waiting while shell is available... 08:02:25.931 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:02:25.931 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 08:02:25.931 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:02:25.931 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:02:25.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:02:25.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:02:25.950 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findNonExistingToggleButtonByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 08:02:25.950 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:02:25.950 INFO [WorkbenchTestable][RequirementsRunner] Started test: findNonExistingToggleButtonByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 08:02:25.950 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 08:02:25.950 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:02:25.950 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:02:25.950 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:02:25.966 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with 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:02:25.966 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:02:25.987 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:02:25.987 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:02:25.987 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:02:25.987 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:02:25.987 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:02:25.987 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:02:25.988 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:02:26.488 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:02:26.489 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:02:26.989 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:02:26.990 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:02:26.990 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:02:26.991 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was not found 08:02:26.991 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:02:26.991 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:02:26.991 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:02:26.991 DEBUG [main][AbstractWait] Waiting until shell is active... 08:02:26.991 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:02:26.991 INFO [main][AbstractShell] Close shell Testing shell 08:02:26.991 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:02:26.997 DEBUG [main][AbstractWait] Waiting while shell is available... 08:02:26.997 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:02:26.997 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 08:02:26.997 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:02:26.997 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:02:27.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:02:27.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:02:27.017 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findNonExistingToggleButtonByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 08:02:27.017 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:02:27.018 INFO [WorkbenchTestable][RequirementsRunner] Started test: findNonExistingPushButtonByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 08:02:27.018 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 08:02:27.018 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:02:27.018 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:02:27.018 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:02:27.035 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:02:27.035 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:02:27.057 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:02:27.057 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:02:27.058 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:02:27.058 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:02:27.058 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:02:27.058 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 5 with specified parent and matchers 08:02:27.058 TRACE [WorkbenchTestable][WidgetLookup] widget with index 5is not found 08:02:27.558 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 5 with specified parent and matchers 08:02:27.559 TRACE [WorkbenchTestable][WidgetLookup] widget with index 5is not found 08:02:28.059 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 5 with specified parent and matchers 08:02:28.060 TRACE [WorkbenchTestable][WidgetLookup] widget with index 5is not found 08:02:28.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:02:28.061 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 5 was not found 08:02:28.061 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:02:28.061 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:02:28.061 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:02:28.061 DEBUG [main][AbstractWait] Waiting until shell is active... 08:02:28.062 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:02:28.062 INFO [main][AbstractShell] Close shell Testing shell 08:02:28.062 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:02:28.070 DEBUG [main][AbstractWait] Waiting while shell is available... 08:02:28.070 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:02:28.070 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 08:02:28.071 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:02:28.071 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:02:28.077 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:02:28.077 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:02:28.077 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findNonExistingPushButtonByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 08:02:28.077 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:02:28.077 INFO [WorkbenchTestable][RequirementsRunner] Started test: findNonExistingPushButtonByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 08:02:28.077 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 08:02:28.077 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:02:28.077 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:02:28.077 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:02:28.094 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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:02:28.094 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:02:28.120 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:02:28.120 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:02:28.120 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:02:28.120 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:02:28.120 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:02:28.120 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:02:28.121 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:02:28.621 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:02:28.622 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:02:29.122 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:02:29.123 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:02:29.123 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:02:29.124 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was not found 08:02:29.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:02:29.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:02:29.124 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:02:29.124 DEBUG [main][AbstractWait] Waiting until shell is active... 08:02:29.125 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:02:29.125 INFO [main][AbstractShell] Close shell Testing shell 08:02:29.125 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:02:29.130 DEBUG [main][AbstractWait] Waiting while shell is available... 08:02:29.130 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:02:29.131 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 08:02:29.131 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:02:29.131 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:02:29.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:02:29.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:02:29.150 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findNonExistingPushButtonByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 08:02:29.150 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:02:29.150 INFO [WorkbenchTestable][RequirementsRunner] Started test: findCheckBoxByLabelAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 08:02:29.150 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 08:02:29.150 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:02:29.150 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:02:29.150 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:02:29.166 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with 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:02:29.166 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:02:29.187 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:02:29.188 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:02:29.188 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:02:29.188 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:02:29.188 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:02:29.188 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:02:29.189 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:02:29.189 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:02:29.189 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:02:29.189 INFO [WorkbenchTestable][AbstractButton] Click button CHECK-BOX1 08:02:29.189 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:02:29.189 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:02:29.189 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:02:29.189 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:02:29.190 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:02:29.190 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:02:29.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:02:29.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:02:29.190 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:02:29.190 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:02:29.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:02:29.190 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:02:29.190 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:02:29.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:02:29.190 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 08:02:29.190 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:02:29.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:02:29.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:02:29.191 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:02:29.192 DEBUG [main][AbstractWait] Waiting until shell is active... 08:02:29.192 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:02:29.192 INFO [main][AbstractShell] Close shell Testing shell 08:02:29.192 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:02:29.197 DEBUG [main][AbstractWait] Waiting while shell is available... 08:02:29.198 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:02:29.198 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 08:02:29.198 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:02:29.198 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:02:29.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:02:29.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:02:29.216 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findCheckBoxByLabelAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 08:02:29.216 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:02:29.217 INFO [WorkbenchTestable][RequirementsRunner] Started test: findNonExistingArrowButtonByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 08:02:29.217 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 08:02:29.217 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:02:29.217 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:02:29.217 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:02:29.233 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:02:29.233 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:02:29.254 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:02:29.254 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:02:29.254 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:02:29.254 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:02:29.254 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:02:29.254 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 6 with specified parent and matchers 08:02:29.255 TRACE [WorkbenchTestable][WidgetLookup] widget with index 6is not found 08:02:29.755 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 6 with specified parent and matchers 08:02:29.756 TRACE [WorkbenchTestable][WidgetLookup] widget with index 6is not found 08:02:30.256 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 6 with specified parent and matchers 08:02:30.257 TRACE [WorkbenchTestable][WidgetLookup] widget with index 6is not found 08:02:30.257 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:02:30.258 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 6 was not found 08:02:30.258 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:02:30.258 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:02:30.258 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:02:30.258 DEBUG [main][AbstractWait] Waiting until shell is active... 08:02:30.258 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:02:30.258 INFO [main][AbstractShell] Close shell Testing shell 08:02:30.258 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:02:30.265 DEBUG [main][AbstractWait] Waiting while shell is available... 08:02:30.265 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:02:30.265 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 08:02:30.265 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:02:30.265 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:02:30.284 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:02:30.284 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:02:30.284 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findNonExistingArrowButtonByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 08:02:30.285 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:02:30.285 INFO [WorkbenchTestable][RequirementsRunner] Started test: toggleRadioButton no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 08:02:30.285 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 08:02:30.285 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:02:30.285 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:02:30.285 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:02:30.301 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:02:30.301 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:02:30.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:02:30.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:02:30.323 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:02:30.323 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:02:30.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:02:30.323 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 08:02:30.324 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 08:02:30.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:02:30.324 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 1 was found 08:02:30.324 INFO [WorkbenchTestable][RadioButton] Select radio button RADIO-BUTTON1 08:02:30.324 INFO [WorkbenchTestable][AbstractButton] Click button RADIO-BUTTON1 08:02:30.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:02:30.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:02:30.324 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:02:30.324 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:02:30.325 TRACE [main][WidgetHandler] Notify Button with event 27 08:02:30.325 TRACE [main][WidgetHandler] Wait for synchronization 08:02:30.325 TRACE [main][WidgetHandler] Notify Button with event 13 08:02:30.325 TRACE [main][WidgetHandler] Wait for synchronization 08:02:30.325 TRACE [main][WidgetHandler] Notify Button with event 26 08:02:30.325 TRACE [main][WidgetHandler] Wait for synchronization 08:02:30.325 TRACE [main][WidgetHandler] Notify Button with event 3 08:02:30.325 TRACE [main][WidgetHandler] Wait for synchronization 08:02:30.325 TRACE [main][WidgetHandler] Notify Button with event 4 08:02:30.325 TRACE [main][WidgetHandler] Wait for synchronization 08:02:30.325 TRACE [main][WidgetHandler] Notify Button with event 13 08:02:30.325 TRACE [main][WidgetHandler] Wait for synchronization 08:02:30.325 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:02:30.325 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:02:30.325 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:02:30.325 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:02:30.325 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:02:30.325 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:02:30.325 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:02:30.325 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:02:30.326 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:02:30.326 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:02:30.326 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 08:02:30.326 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:02:30.326 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class 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:02:30.326 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:02:30.326 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:02:30.326 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:02:30.327 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:02:30.327 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:02:30.327 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:02:30.327 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:02:30.327 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:02:30.327 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:02:30.327 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:02:30.327 INFO [WorkbenchTestable][AbstractButton] Click button PUSH-BUTTON0 08:02:30.327 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:02:30.327 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:02:30.327 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:02:30.327 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:02:30.328 DEBUG [WorkbenchTestable][RadioButton] Radio Button RADIO-BUTTON1 already checked, no action performed 08:02:30.328 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:02:30.328 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:02:30.328 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:02:30.328 DEBUG [main][AbstractWait] Waiting until shell is active... 08:02:30.328 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:02:30.328 INFO [main][AbstractShell] Close shell Testing shell 08:02:30.328 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:02:30.334 DEBUG [main][AbstractWait] Waiting while shell is available... 08:02:30.334 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:02:30.334 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 08:02:30.334 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:02:30.334 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:02:30.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:02:30.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:02:30.340 INFO [WorkbenchTestable][RequirementsRunner] Finished test: toggleRadioButton no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 08:02:30.340 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:02:30.340 INFO [WorkbenchTestable][RequirementsRunner] Started test: findPushButtonByIdAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 08:02:30.340 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 08:02:30.340 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:02:30.340 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:02:30.340 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:02:30.356 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class 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:02:30.357 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:02:30.381 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:02:30.382 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:02:30.382 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:02:30.382 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:02:30.382 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:02:30.382 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:02:30.382 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key buttonTestId 08:02:30.382 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key buttonTestId 08:02:30.382 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key buttonTestId 08:02:30.382 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:02:30.382 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:02:30.382 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:02:30.383 INFO [WorkbenchTestable][AbstractButton] Click button PUSH-BUTTON2 08:02:30.383 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:02:30.383 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:02:30.383 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:02:30.383 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:02:30.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:02:30.383 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:02:30.383 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:02:30.383 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:02:30.383 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:02:30.383 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:02:30.383 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:02:30.383 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:02:30.384 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:02:30.384 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:02:30.384 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 08:02:30.384 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:02:30.385 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:02:30.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:02:30.385 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:02:30.385 DEBUG [main][AbstractWait] Waiting until shell is active... 08:02:30.386 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:02:30.386 INFO [main][AbstractShell] Close shell Testing shell 08:02:30.386 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:02:30.392 DEBUG [main][AbstractWait] Waiting while shell is available... 08:02:30.392 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:02:30.392 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 08:02:30.392 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:02:30.392 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:02:30.397 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:02:30.397 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:02:30.398 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findPushButtonByIdAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 08:02:30.398 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:02:30.398 INFO [WorkbenchTestable][RequirementsRunner] Started test: findRadioButtonByIdAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 08:02:30.398 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 08:02:30.398 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:02:30.398 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:02:30.398 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:02:30.424 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with 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:02:30.424 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:02:30.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:02:30.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:02:30.445 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:02:30.445 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:02:30.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:02:30.445 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:02:30.445 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key buttonTestId 08:02:30.446 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key buttonTestId 08:02:30.446 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:02:30.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:02:30.446 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:02:30.446 INFO [WorkbenchTestable][AbstractButton] Click button RADIO-BUTTON1 08:02:30.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:02:30.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:02:30.446 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:02:30.446 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:02:30.446 TRACE [main][WidgetHandler] Notify Button with event 27 08:02:30.447 TRACE [main][WidgetHandler] Wait for synchronization 08:02:30.447 TRACE [main][WidgetHandler] Notify Button with event 13 08:02:30.447 TRACE [main][WidgetHandler] Wait for synchronization 08:02:30.447 TRACE [main][WidgetHandler] Notify Button with event 26 08:02:30.447 TRACE [main][WidgetHandler] Wait for synchronization 08:02:30.447 TRACE [main][WidgetHandler] Notify Button with event 3 08:02:30.447 TRACE [main][WidgetHandler] Wait for synchronization 08:02:30.447 TRACE [main][WidgetHandler] Notify Button with event 4 08:02:30.447 TRACE [main][WidgetHandler] Wait for synchronization 08:02:30.447 TRACE [main][WidgetHandler] Notify Button with event 13 08:02:30.447 TRACE [main][WidgetHandler] Wait for synchronization 08:02:30.447 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:02:30.447 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:02:30.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:02:30.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:02:30.447 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:02:30.447 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:02:30.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:02:30.447 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:02:30.447 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:02:30.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:02:30.447 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 08:02:30.447 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:02:30.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: 16) 08:02:30.448 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:02:30.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:02:30.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:02:30.448 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:02:30.448 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:02:30.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:02:30.448 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:02:30.449 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:02:30.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:02:30.449 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:02:30.454 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:02:30.454 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:02:30.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:02:30.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:02:30.454 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:02:30.454 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:02:30.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:02:30.454 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 08:02:30.455 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 08:02:30.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:02:30.455 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 2 was found 08:02:30.455 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:02:30.455 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:02:30.455 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:02:30.456 DEBUG [main][AbstractWait] Waiting until shell is active... 08:02:30.456 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:02:30.456 INFO [main][AbstractShell] Close shell Testing shell 08:02:30.456 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:02:30.462 DEBUG [main][AbstractWait] Waiting while shell is available... 08:02:30.462 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:02:30.462 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 08:02:30.462 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:02:30.462 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:02:30.480 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:02:30.480 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:02:30.480 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findRadioButtonByIdAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 08:02:30.480 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:02:30.480 INFO [WorkbenchTestable][RequirementsRunner] Started test: findRadioButtonByIndexAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 08:02:30.480 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 08:02:30.480 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:02:30.480 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:02:30.480 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:02:30.496 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:02:30.496 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:02:30.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:02:30.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:02:30.517 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:02:30.517 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:02:30.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:02:30.517 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 08:02:30.518 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 08:02:30.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:02:30.518 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 1 was found 08:02:30.518 INFO [WorkbenchTestable][AbstractButton] Click button RADIO-BUTTON1 08:02:30.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:02:30.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:02:30.518 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:02:30.518 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:02:30.519 TRACE [main][WidgetHandler] Notify Button with event 27 08:02:30.519 TRACE [main][WidgetHandler] Wait for synchronization 08:02:30.519 TRACE [main][WidgetHandler] Notify Button with event 13 08:02:30.519 TRACE [main][WidgetHandler] Wait for synchronization 08:02:30.519 TRACE [main][WidgetHandler] Notify Button with event 26 08:02:30.519 TRACE [main][WidgetHandler] Wait for synchronization 08:02:30.519 TRACE [main][WidgetHandler] Notify Button with event 3 08:02:30.519 TRACE [main][WidgetHandler] Wait for synchronization 08:02:30.519 TRACE [main][WidgetHandler] Notify Button with event 4 08:02:30.519 TRACE [main][WidgetHandler] Wait for synchronization 08:02:30.519 TRACE [main][WidgetHandler] Notify Button with event 13 08:02:30.519 TRACE [main][WidgetHandler] Wait for synchronization 08:02:30.519 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:02:30.519 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:02:30.519 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:02:30.519 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:02:30.519 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:02:30.519 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:02:30.519 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:02:30.519 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:02:30.520 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:02:30.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:02:30.520 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 08:02:30.520 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:02:30.520 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with 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:02:30.520 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:02:30.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:02:30.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:02:30.521 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:02:30.521 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:02:30.521 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:02:30.521 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:02:30.521 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:02:30.521 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:02:30.521 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:02:30.521 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:02:30.521 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:02:30.521 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:02:30.521 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:02:30.521 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:02:30.521 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:02:30.521 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:02:30.522 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 08:02:30.522 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 08:02:30.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:02:30.522 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 2 was found 08:02:30.523 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:02:30.523 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:02:30.523 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:02:30.523 DEBUG [main][AbstractWait] Waiting until shell is active... 08:02:30.523 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:02:30.523 INFO [main][AbstractShell] Close shell Testing shell 08:02:30.523 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:02:30.529 DEBUG [main][AbstractWait] Waiting while shell is available... 08:02:30.529 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:02:30.529 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 08:02:30.529 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:02:30.529 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:02:30.548 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:02:30.548 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:02:30.549 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findRadioButtonByIndexAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 08:02:30.549 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:02:30.549 INFO [WorkbenchTestable][RequirementsRunner] Started test: findToggleButtonByIndexAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 08:02:30.549 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 08:02:30.549 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:02:30.549 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:02:30.549 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:02:30.567 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:02:30.567 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:02:30.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:02:30.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:02:30.589 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:02:30.589 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:02:30.589 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:02:30.589 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 08:02:30.589 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 08:02:30.589 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:02:30.589 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 2 was found 08:02:30.589 INFO [WorkbenchTestable][AbstractButton] Click button TOOGLE-BUTTON2 08:02:30.589 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:02:30.589 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:02:30.590 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:02:30.590 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:02:30.590 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:02:30.590 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:02:30.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:02:30.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:02:30.590 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:02:30.590 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:02:30.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:02:30.590 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:02:30.590 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:02:30.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:02:30.591 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 08:02:30.591 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:02:30.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:02:30.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:02:30.591 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:02:30.592 DEBUG [main][AbstractWait] Waiting until shell is active... 08:02:30.592 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:02:30.592 INFO [main][AbstractShell] Close shell Testing shell 08:02:30.592 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:02:30.598 DEBUG [main][AbstractWait] Waiting while shell is available... 08:02:30.598 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:02:30.598 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 08:02:30.598 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:02:30.598 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:02:30.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:02:30.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:02:30.630 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findToggleButtonByIndexAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 08:02:30.630 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:02:30.630 INFO [WorkbenchTestable][RequirementsRunner] Started test: findPushButtonByIndexAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 08:02:30.630 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 08:02:30.630 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:02:30.630 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:02:30.630 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:02:30.646 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:02:30.646 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:02:30.667 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:02:30.667 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:02:30.668 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:02:30.668 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:02:30.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:02:30.668 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 08:02:30.668 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 08:02:30.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:02:30.668 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 2 was found 08:02:30.668 INFO [WorkbenchTestable][AbstractButton] Click button PUSH-BUTTON2 08:02:30.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:02:30.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:02:30.668 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:02:30.668 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:02:30.669 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:02:30.669 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:02:30.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:02:30.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:02:30.669 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:02:30.669 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:02:30.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:02:30.669 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:02:30.669 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:02:30.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:02:30.669 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 08:02:30.669 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:02:30.670 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:02:30.670 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:02:30.670 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:02:30.671 DEBUG [main][AbstractWait] Waiting until shell is active... 08:02:30.671 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:02:30.671 INFO [main][AbstractShell] Close shell Testing shell 08:02:30.671 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:02:30.677 DEBUG [main][AbstractWait] Waiting while shell is available... 08:02:30.677 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:02:30.677 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 08:02:30.677 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:02:30.677 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:02:30.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:02:30.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:02:30.683 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findPushButtonByIndexAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 08:02:30.683 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:02:30.683 INFO [WorkbenchTestable][RequirementsRunner] Started test: findCheckBoxByIdAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 08:02:30.683 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 08:02:30.683 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:02:30.683 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:02:30.683 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:02:30.710 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with 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:02:30.710 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:02:30.742 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:02:30.742 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:02:30.743 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:02:30.743 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:02:30.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:02:30.743 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:02:30.743 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key buttonTestId 08:02:30.743 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key buttonTestId 08:02:30.743 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:02:30.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:02:30.743 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:02:30.744 INFO [WorkbenchTestable][AbstractButton] Click button CHECK-BOX1 08:02:30.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:02:30.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:02:30.744 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:02:30.744 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:02:30.744 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:02:30.744 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:02:30.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:02:30.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:02:30.744 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:02:30.744 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:02:30.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:02:30.744 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:02:30.745 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:02:30.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:02:30.745 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 08:02:30.745 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:02:30.745 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:02:30.746 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:02:30.746 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:02:30.746 DEBUG [main][AbstractWait] Waiting until shell is active... 08:02:30.746 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:02:30.746 INFO [main][AbstractShell] Close shell Testing shell 08:02:30.746 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:02:30.752 DEBUG [main][AbstractWait] Waiting while shell is available... 08:02:30.752 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:02:30.752 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 08:02:30.752 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:02:30.752 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:02:30.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:02:30.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:02:30.758 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findCheckBoxByIdAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 08:02:30.758 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:02:30.758 INFO [WorkbenchTestable][RequirementsRunner] Started test: findNonExistingRadioButtonByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 08:02:30.758 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 08:02:30.758 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:02:30.758 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:02:30.758 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:02:30.785 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:02:30.785 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:02:30.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:02:30.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:02:30.805 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:02:30.805 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:02:30.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:02:30.805 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 4 with specified parent and matchers 08:02:30.806 TRACE [WorkbenchTestable][WidgetLookup] widget with index 4is not found 08:02:31.306 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 4 with specified parent and matchers 08:02:31.306 TRACE [WorkbenchTestable][WidgetLookup] widget with index 4is not found 08:02:31.807 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 4 with specified parent and matchers 08:02:31.807 TRACE [WorkbenchTestable][WidgetLookup] widget with index 4is not found 08:02:31.807 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:02:31.808 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 4 was not found 08:02:31.808 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:02:31.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:02:31.809 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:02:31.809 DEBUG [main][AbstractWait] Waiting until shell is active... 08:02:31.809 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:02:31.809 INFO [main][AbstractShell] Close shell Testing shell 08:02:31.809 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:02:31.815 DEBUG [main][AbstractWait] Waiting while shell is available... 08:02:31.815 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:02:31.815 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 08:02:31.815 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:02:31.815 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:02:31.820 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:02:31.820 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:02:31.820 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findNonExistingRadioButtonByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 08:02:31.820 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:02:31.821 INFO [WorkbenchTestable][RequirementsRunner] Started test: findNonExistingRadioButtonByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 08:02:31.821 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 08:02:31.821 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:02:31.821 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:02:31.821 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:02:31.836 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with 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:02:31.836 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:02:31.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:02:31.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:02:31.860 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:02:31.860 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:02:31.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:02:31.860 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:02:31.861 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:02:32.361 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:02:32.362 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:02:32.862 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:02:32.863 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:02:32.863 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:02:32.864 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was not found 08:02:32.864 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:02:32.864 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:02:32.864 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:02:32.864 DEBUG [main][AbstractWait] Waiting until shell is active... 08:02:32.864 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:02:32.864 INFO [main][AbstractShell] Close shell Testing shell 08:02:32.864 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:02:32.870 DEBUG [main][AbstractWait] Waiting while shell is available... 08:02:32.870 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:02:32.870 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 08:02:32.870 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:02:32.870 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:02:32.888 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:02:32.888 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:02:32.888 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findNonExistingRadioButtonByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 08:02:32.888 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:02:32.888 INFO [WorkbenchTestable][RequirementsRunner] Started test: findToggleButtonByIdAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 08:02:32.888 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 08:02:32.888 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:02:32.888 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:02:32.888 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:02:32.904 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with 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:02:32.904 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:02:32.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:02:32.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:02:32.925 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:02:32.925 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:02:32.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:02:32.925 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:02:32.925 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key buttonTestId 08:02:32.925 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key buttonTestId 08:02:32.925 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key buttonTestId 08:02:32.925 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:02:32.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:02:32.925 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:02:32.925 INFO [WorkbenchTestable][AbstractButton] Click button TOOGLE-BUTTON2 08:02:32.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:02:32.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:02:32.926 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:02:32.926 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:02:32.926 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:02:32.926 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:02:32.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:02:32.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:02:32.926 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:02:32.926 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:02:32.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:02:32.926 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:02:32.926 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:02:32.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:02:32.926 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 08:02:32.926 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:02:32.927 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:02:32.927 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:02:32.927 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:02:32.928 DEBUG [main][AbstractWait] Waiting until shell is active... 08:02:32.928 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:02:32.928 INFO [main][AbstractShell] Close shell Testing shell 08:02:32.928 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:02:32.933 DEBUG [main][AbstractWait] Waiting while shell is available... 08:02:32.933 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:02:32.934 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 08:02:32.934 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:02:32.934 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:02:32.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:02:32.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:02:32.939 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findToggleButtonByIdAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 08:02:32.939 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 08:02:32.939 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:02:32.939 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:02:32.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:02:32.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 27, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.849 s - in org.eclipse.reddeer.swt.test.impl.button.ButtonTest toggleToggleButton no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) Time elapsed: 0.087 s findRadioButtonByLabelAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) Time elapsed: 0.077 s findToggleButtonByLabelAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) Time elapsed: 0.065 s findArrowButtonByIndexAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) Time elapsed: 0.062 s findPushButtonByLabelAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) Time elapsed: 0.056 s toggleCheckBox no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) Time elapsed: 0.106 s findNonExistingCheckBoxByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) Time elapsed: 1.055 s findNonExistingCheckBoxByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) Time elapsed: 1.073 s findOkButtonByAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) Time elapsed: 0.067 s findArrowButtonByIdAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) Time elapsed: 0.051 s findCheckBoxByIndexAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) Time elapsed: 0.082 s findNonExistingToggleButtonByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) Time elapsed: 1.065 s findNonExistingToggleButtonByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) Time elapsed: 1.067 s findNonExistingPushButtonByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) Time elapsed: 1.059 s findNonExistingPushButtonByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) Time elapsed: 1.072 s findCheckBoxByLabelAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) Time elapsed: 0.066 s findNonExistingArrowButtonByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) Time elapsed: 1.067 s toggleRadioButton no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) Time elapsed: 0.055 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.082 s findRadioButtonByIndexAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) Time elapsed: 0.069 s findToggleButtonByIndexAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) Time elapsed: 0.081 s findPushButtonByIndexAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) Time elapsed: 0.053 s findCheckBoxByIdAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) Time elapsed: 0.075 s findNonExistingRadioButtonByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) Time elapsed: 1.062 s findNonExistingRadioButtonByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) Time elapsed: 1.067 s findToggleButtonByIdAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) Time elapsed: 0.051 s Running org.eclipse.reddeer.swt.test.impl.button.PredefinedButtonTest 08:02:32.945 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.button.PredefinedButtonTest 08:02:32.946 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 08:02:32.946 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:02:32.946 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.button.PredefinedButtonTest 08:02:32.946 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:02:32.946 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 08:02:32.954 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:02:32.954 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 08:02:32.954 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:02:32.954 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:02:32.954 INFO [WorkbenchTestable][RequirementsRunner] Started test: testPrescribedButtonsNotFound no-configuration(org.eclipse.reddeer.swt.test.impl.button.PredefinedButtonTest) 08:02:32.954 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.PredefinedButtonTest 08:02:32.954 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:02:32.954 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:02:32.954 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:02:32.994 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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:02:32.994 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:02:32.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:02:32.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:02:32.994 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:02:32.994 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:02:32.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:02:32.994 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:02:32.994 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:02:33.495 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:02:33.495 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:02:33.995 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:02:33.996 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:02:33.996 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:02:33.997 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was not found 08:02:33.997 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:02:33.997 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:02:33.997 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:02:33.997 DEBUG [main][AbstractWait] Waiting until shell is active... 08:02:33.997 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:02:33.997 INFO [main][AbstractShell] Close shell Testing shell 08:02:33.997 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:02:34.005 DEBUG [main][AbstractWait] Waiting while shell is available... 08:02:34.006 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:02:34.006 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.PredefinedButtonTest 08:02:34.006 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:02:34.006 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:02:34.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:02:34.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:02:34.024 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testPrescribedButtonsNotFound no-configuration(org.eclipse.reddeer.swt.test.impl.button.PredefinedButtonTest) 08:02:34.025 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:02:34.025 INFO [WorkbenchTestable][RequirementsRunner] Started test: testPresribedButtonsFound no-configuration(org.eclipse.reddeer.swt.test.impl.button.PredefinedButtonTest) 08:02:34.025 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.PredefinedButtonTest 08:02:34.025 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:02:34.025 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:02:34.025 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:02:34.065 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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:02:34.065 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:02:34.065 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:02:34.065 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:02:34.065 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:02:34.065 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:02:34.065 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:02:34.065 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:02:34.065 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:02:34.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:02:34.066 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:02:34.066 INFO [WorkbenchTestable][AbstractButton] Click button &OK 08:02:34.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:02:34.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:02:34.066 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:02:34.066 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:02:34.067 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:02:34.067 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:02:34.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:02:34.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:02:34.067 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:02:34.067 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:02:34.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:02:34.067 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:02:34.067 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:02:34.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:02:34.067 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 08:02:34.067 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:02:34.068 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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:02:34.068 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:02:34.068 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:02:34.069 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:02:34.069 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:02:34.069 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:02:34.069 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:02:34.069 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:02:34.069 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:02:34.069 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:02:34.069 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:02:34.069 INFO [WorkbenchTestable][AbstractButton] Click button &Cancel 08:02:34.069 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:02:34.070 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:02:34.070 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:02:34.070 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:02:34.070 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 08:02:34.070 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:02:34.070 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:02:34.070 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:02:34.070 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:02:34.070 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:02:34.070 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:02:34.070 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:02:34.071 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:02:34.071 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:02:34.071 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:02:34.072 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 08:02:34.072 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:02:34.072 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:02:34.072 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:02:34.072 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:02:34.072 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "< Back", Widget matcher matching widgets with style: 8) 08:02:34.072 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:02:34.072 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:02:34.072 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:02:34.072 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:02:34.072 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:02:34.072 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:02:34.072 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:02:34.073 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:02:34.074 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:02:34.074 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:02:34.074 INFO [WorkbenchTestable][AbstractButton] Click button < &Back 08:02:34.074 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:02:34.074 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:02:34.074 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:02:34.074 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:02:34.074 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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:02:34.074 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:02:34.074 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:02:34.074 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:02:34.075 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:02:34.075 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:02:34.075 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:02:34.075 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:02:34.075 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:02:34.075 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:02:34.075 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:02:34.075 INFO [WorkbenchTestable][AbstractButton] Click button &Yes 08:02:34.075 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:02:34.075 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:02:34.075 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:02:34.075 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:02:34.076 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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:02:34.076 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:02:34.080 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:02:34.080 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:02:34.080 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:02:34.080 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:02:34.080 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:02:34.080 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:02:34.081 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:02:34.081 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:02:34.081 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:02:34.081 INFO [WorkbenchTestable][AbstractButton] Click button &No 08:02:34.081 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:02:34.081 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:02:34.081 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:02:34.081 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:02:34.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, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 08:02:34.082 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:02:34.082 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:02:34.082 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:02:34.082 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:02:34.082 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:02:34.082 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:02:34.082 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:02:34.083 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:02:34.083 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:02:34.083 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:02:34.083 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 08:02:34.083 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:02:34.083 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:02:34.083 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:02:34.083 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:02:34.084 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:02:34.084 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:02:34.084 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:02:34.084 DEBUG [main][AbstractWait] Waiting until shell is active... 08:02:34.084 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:02:34.084 INFO [main][AbstractShell] Close shell Testing shell 08:02:34.084 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:02:34.091 DEBUG [main][AbstractWait] Waiting while shell is available... 08:02:34.092 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:02:34.092 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.PredefinedButtonTest 08:02:34.092 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:02:34.092 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:02:34.110 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:02:34.110 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:02:34.110 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testPresribedButtonsFound no-configuration(org.eclipse.reddeer.swt.test.impl.button.PredefinedButtonTest) 08:02:34.110 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.button.PredefinedButtonTest 08:02:34.110 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:02:34.110 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:02:34.110 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:02:34.110 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.165 s - in org.eclipse.reddeer.swt.test.impl.button.PredefinedButtonTest testPrescribedButtonsNotFound no-configuration(org.eclipse.reddeer.swt.test.impl.button.PredefinedButtonTest) Time elapsed: 1.07 s testPresribedButtonsFound no-configuration(org.eclipse.reddeer.swt.test.impl.button.PredefinedButtonTest) Time elapsed: 0.085 s Running org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest 08:02:34.115 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest 08:02:34.115 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 08:02:34.115 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:02:34.115 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest 08:02:34.115 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:02:34.115 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 08:02:34.116 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:02:34.116 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 08:02:34.116 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:02:34.116 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:02:34.116 INFO [WorkbenchTestable][RequirementsRunner] Started test: clickTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest) 08:02:34.116 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest 08:02:34.116 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:02:34.116 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:02:34.116 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:02:34.126 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:02:34.126 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:02:34.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:02:34.141 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:02:34.141 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:02:34.141 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:02:34.141 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:02:34.141 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:02:34.141 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:02:34.141 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:02:34.141 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 08:02:34.141 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:02:34.143 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:02:34.144 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:02:34.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:02:34.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:02:34.144 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:02:34.144 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:02:34.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:02:34.144 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:02:34.146 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:02:34.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:02:34.146 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 0 was found 08:02:34.147 INFO [WorkbenchTestable][AbstractLink] Click link with text 'link1' and index 0 08:02:34.147 INFO [WorkbenchTestable][AbstractLink] Click link's text 'test1' 08:02:34.147 TRACE [main][WidgetHandler] Notify Link with event 3 08:02:34.147 TRACE [main][WidgetHandler] Wait for synchronization 08:02:34.148 TRACE [main][WidgetHandler] Notify Link with event 4 08:02:34.148 TRACE [main][WidgetHandler] Wait for synchronization 08:02:34.148 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:02:34.148 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:02:34.148 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:02:34.148 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:02:34.148 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:02:34.148 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:02:34.148 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:02:34.148 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:02:34.148 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:02:34.148 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:02:34.148 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 0 was found 08:02:34.148 INFO [WorkbenchTestable][AbstractLink] Click link with text 'link2' and index 0 08:02:34.149 INFO [WorkbenchTestable][AbstractLink] Click link's text 'link2' 08:02:34.149 TRACE [main][WidgetHandler] Notify Link with event 3 08:02:34.149 TRACE [main][WidgetHandler] Wait for synchronization 08:02:34.149 TRACE [main][WidgetHandler] Notify Link with event 4 08:02:34.149 TRACE [main][WidgetHandler] Wait for synchronization 08:02:34.149 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:02:34.149 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:02:34.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:02:34.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:02:34.149 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:02:34.149 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:02:34.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:02:34.149 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:02:34.149 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:02:34.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:02:34.149 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 0 was found 08:02:34.149 INFO [WorkbenchTestable][AbstractLink] Click link with text 'links' and index 0 08:02:34.149 INFO [WorkbenchTestable][AbstractLink] Click link's text 'test2' 08:02:34.149 TRACE [main][WidgetHandler] Notify Link with event 3 08:02:34.150 TRACE [main][WidgetHandler] Wait for synchronization 08:02:34.150 TRACE [main][WidgetHandler] Notify Link with event 4 08:02:34.150 TRACE [main][WidgetHandler] Wait for synchronization 08:02:34.150 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:02:34.150 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:02:34.150 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:02:34.150 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:02:34.150 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:02:34.150 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:02:34.150 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:02:34.150 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:02:34.150 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:02:34.150 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:02:34.150 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 0 was found 08:02:34.150 INFO [WorkbenchTestable][AbstractLink] Click link with index 0 08:02:34.150 INFO [WorkbenchTestable][AbstractLink] Click link's text 'test1' 08:02:34.150 TRACE [main][WidgetHandler] Notify Link with event 3 08:02:34.150 TRACE [main][WidgetHandler] Wait for synchronization 08:02:34.150 TRACE [main][WidgetHandler] Notify Link with event 4 08:02:34.150 TRACE [main][WidgetHandler] Wait for synchronization 08:02:34.152 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:02:34.152 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:02:34.152 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:02:34.152 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:02:34.152 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:02:34.152 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:02:34.152 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:02:34.152 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:02:34.152 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:02:34.152 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:02:34.152 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 0 was found 08:02:34.153 INFO [WorkbenchTestable][AbstractLink] Click link with index 0 08:02:34.153 INFO [WorkbenchTestable][AbstractLink] Click link's text 'link2' 08:02:34.153 TRACE [main][WidgetHandler] Notify Link with event 3 08:02:34.153 TRACE [main][WidgetHandler] Wait for synchronization 08:02:34.153 TRACE [main][WidgetHandler] Notify Link with event 4 08:02:34.153 TRACE [main][WidgetHandler] Wait for synchronization 08:02:34.153 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:02:34.153 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:02:34.153 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:02:34.153 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:02:34.153 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:02:34.153 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:02:34.153 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:02:34.153 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:02:34.153 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:02:34.153 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:02:34.153 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 0 was found 08:02:34.153 INFO [WorkbenchTestable][AbstractLink] Click link with index 1 08:02:34.154 INFO [WorkbenchTestable][AbstractLink] Click link's text 'test2' 08:02:34.154 TRACE [main][WidgetHandler] Notify Link with event 3 08:02:34.154 TRACE [main][WidgetHandler] Wait for synchronization 08:02:34.154 TRACE [main][WidgetHandler] Notify Link with event 4 08:02:34.154 TRACE [main][WidgetHandler] Wait for synchronization 08:02:34.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:02:34.154 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:02:34.154 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:02:34.154 DEBUG [main][AbstractWait] Waiting until shell is active... 08:02:34.154 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:02:34.154 INFO [main][AbstractShell] Close shell Testing shell 08:02:34.154 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:02:34.157 DEBUG [main][AbstractWait] Waiting while shell is available... 08:02:34.158 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:02:34.158 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest 08:02:34.158 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:02:34.158 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:02:34.176 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:02:34.176 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:02:34.177 INFO [WorkbenchTestable][RequirementsRunner] Finished test: clickTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest) 08:02:34.177 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:02:34.177 INFO [WorkbenchTestable][RequirementsRunner] Started test: stringConstructorTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest) 08:02:34.177 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest 08:02:34.177 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:02:34.177 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:02:34.177 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:02:34.183 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:02:34.183 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:02:34.189 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:02:34.189 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:02:34.190 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:02:34.190 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:02:34.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:02:34.190 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:02:34.190 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:02:34.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:02:34.190 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 0 was found 08:02:34.190 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:02:34.190 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:02:34.191 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:02:34.191 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:02:34.191 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:02:34.191 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:02:34.191 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:02:34.191 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:02:34.191 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:02:34.191 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:02:34.191 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 0 was found 08:02:34.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:02:34.192 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:02:34.192 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:02:34.192 DEBUG [main][AbstractWait] Waiting until shell is active... 08:02:34.192 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:02:34.192 INFO [main][AbstractShell] Close shell Testing shell 08:02:34.192 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:02:34.195 DEBUG [main][AbstractWait] Waiting while shell is available... 08:02:34.195 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:02:34.196 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest 08:02:34.196 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:02:34.196 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:02:34.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:02:34.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:02:34.248 INFO [WorkbenchTestable][RequirementsRunner] Finished test: stringConstructorTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest) 08:02:34.248 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:02:34.248 INFO [WorkbenchTestable][RequirementsRunner] Started test: clickWrongTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest) 08:02:34.248 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest 08:02:34.248 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:02:34.248 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:02:34.248 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:02:34.255 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:02:34.255 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:02:34.260 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:02:34.261 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:02:34.261 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:02:34.261 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:02:34.261 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:02:34.261 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:02:34.261 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:02:34.261 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:02:34.261 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 0 was found 08:02:34.262 INFO [WorkbenchTestable][AbstractLink] Click link with text 'wrongText' and index 0 08:02:34.262 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:02:34.262 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:02:34.262 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:02:34.262 DEBUG [main][AbstractWait] Waiting until shell is active... 08:02:34.262 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:02:34.262 INFO [main][AbstractShell] Close shell Testing shell 08:02:34.262 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:02:34.266 DEBUG [main][AbstractWait] Waiting while shell is available... 08:02:34.266 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:02:34.266 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest 08:02:34.266 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:02:34.266 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:02:34.284 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:02:34.284 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:02:34.284 INFO [WorkbenchTestable][RequirementsRunner] Finished test: clickWrongTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest) 08:02:34.284 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:02:34.284 INFO [WorkbenchTestable][RequirementsRunner] Started test: clickWrongIndexTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest) 08:02:34.284 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest 08:02:34.284 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:02:34.284 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:02:34.284 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:02:34.291 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:02:34.291 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:02:34.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:02:34.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:02:34.333 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:02:34.333 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:02:34.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:02:34.333 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:02:34.334 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:02:34.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:02:34.334 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 0 was found 08:02:34.334 INFO [WorkbenchTestable][AbstractLink] Click link with index 1 08:02:34.334 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:02:34.334 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:02:34.334 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:02:34.335 DEBUG [main][AbstractWait] Waiting until shell is active... 08:02:34.335 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:02:34.335 INFO [main][AbstractShell] Close shell Testing shell 08:02:34.335 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:02:34.338 DEBUG [main][AbstractWait] Waiting while shell is available... 08:02:34.339 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:02:34.339 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest 08:02:34.339 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:02:34.339 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:02:34.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:02:34.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:02:34.358 INFO [WorkbenchTestable][RequirementsRunner] Finished test: clickWrongIndexTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest) 08:02:34.358 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:02:34.358 INFO [WorkbenchTestable][RequirementsRunner] Started test: getTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest) 08:02:34.358 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest 08:02:34.358 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:02:34.358 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:02:34.358 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:02:34.364 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Link with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "link1") 08:02:34.364 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:02:34.370 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:02:34.370 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:02:34.370 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:02:34.370 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:02:34.370 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:02:34.370 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:02:34.371 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:02:34.371 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:02:34.371 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 0 was found 08:02:34.371 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:02:34.371 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:02:34.371 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:02:34.371 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:02:34.371 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:02:34.371 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:02:34.371 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:02:34.371 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:02:34.372 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:02:34.372 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:02:34.372 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 0 was found 08:02:34.372 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:02:34.372 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:02:34.372 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:02:34.372 DEBUG [main][AbstractWait] Waiting until shell is active... 08:02:34.372 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:02:34.372 INFO [main][AbstractShell] Close shell Testing shell 08:02:34.372 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:02:34.375 DEBUG [main][AbstractWait] Waiting while shell is available... 08:02:34.376 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:02:34.376 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest 08:02:34.376 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:02:34.376 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:02:34.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:02:34.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:02:34.403 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest) 08:02:34.403 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:02:34.403 INFO [WorkbenchTestable][RequirementsRunner] Started test: getHrefTextsTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest) 08:02:34.403 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest 08:02:34.403 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:02:34.403 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:02:34.403 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:02:34.425 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:02:34.425 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:02:34.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:02:34.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:02:34.441 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:02:34.441 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:02:34.442 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:02:34.442 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:02:34.442 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:02:34.442 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:02:34.442 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 0 was found 08:02:34.442 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:02:34.442 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:02:34.442 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:02:34.442 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:02:34.442 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:02:34.442 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:02:34.442 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:02:34.442 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:02:34.443 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:02:34.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:02:34.443 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 0 was found 08:02:34.443 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:02:34.443 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:02:34.443 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:02:34.443 DEBUG [main][AbstractWait] Waiting until shell is active... 08:02:34.443 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:02:34.444 INFO [main][AbstractShell] Close shell Testing shell 08:02:34.444 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:02:34.447 DEBUG [main][AbstractWait] Waiting while shell is available... 08:02:34.447 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:02:34.448 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest 08:02:34.448 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:02:34.448 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:02:34.453 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:02:34.453 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:02:34.454 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getHrefTextsTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest) 08:02:34.454 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:02:34.454 INFO [WorkbenchTestable][RequirementsRunner] Started test: sameAnchorTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest) 08:02:34.454 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest 08:02:34.454 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:02:34.454 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:02:34.454 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:02:34.460 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:02:34.460 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:02:34.478 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:02:34.479 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:02:34.479 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:02:34.479 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:02:34.479 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:02:34.479 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:02:34.479 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:02:34.479 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:02:34.479 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 08:02:34.479 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:02:34.480 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:02:34.480 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:02:34.480 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:02:34.480 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:02:34.480 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:02:34.480 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:02:34.480 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:02:34.480 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:02:34.480 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:02:34.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:02:34.481 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 0 was found 08:02:34.481 INFO [WorkbenchTestable][AbstractLink] Click link with text 'same' and index 0 08:02:34.481 INFO [WorkbenchTestable][AbstractLink] Click link's text 'same1' 08:02:34.481 TRACE [main][WidgetHandler] Notify Link with event 3 08:02:34.481 TRACE [main][WidgetHandler] Wait for synchronization 08:02:34.481 TRACE [main][WidgetHandler] Notify Link with event 4 08:02:34.481 TRACE [main][WidgetHandler] Wait for synchronization 08:02:34.481 INFO [WorkbenchTestable][AbstractLink] Click link with text 'same' and index 1 08:02:34.482 INFO [WorkbenchTestable][AbstractLink] Click link's text 'same2' 08:02:34.482 TRACE [main][WidgetHandler] Notify Link with event 3 08:02:34.482 TRACE [main][WidgetHandler] Wait for synchronization 08:02:34.482 TRACE [main][WidgetHandler] Notify Link with event 4 08:02:34.482 TRACE [main][WidgetHandler] Wait for synchronization 08:02:34.482 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:02:34.482 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:02:34.482 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:02:34.482 DEBUG [main][AbstractWait] Waiting until shell is active... 08:02:34.482 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:02:34.482 INFO [main][AbstractShell] Close shell Testing shell 08:02:34.482 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:02:34.486 DEBUG [main][AbstractWait] Waiting while shell is available... 08:02:34.486 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:02:34.486 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest 08:02:34.486 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:02:34.486 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:02:34.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:02:34.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:02:34.492 INFO [WorkbenchTestable][RequirementsRunner] Finished test: sameAnchorTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest) 08:02:34.492 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest 08:02:34.492 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:02:34.492 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:02:34.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:02:34.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.378 s - in org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest clickTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest) Time elapsed: 0.061 s stringConstructorTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest) Time elapsed: 0.071 s clickWrongTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest) Time elapsed: 0.036 s clickWrongIndexTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest) Time elapsed: 0.074 s getTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest) Time elapsed: 0.045 s getHrefTextsTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest) Time elapsed: 0.051 s sameAnchorTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest) Time elapsed: 0.038 s Running org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest 08:02:34.497 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest 08:02:34.497 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 08:02:34.497 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:02:34.498 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest 08:02:34.498 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:02:34.498 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 08:02:34.529 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:02:34.529 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 08:02:34.529 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:02:34.529 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:02:34.529 INFO [WorkbenchTestable][RequirementsRunner] Started test: clickTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest) 08:02:34.529 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest 08:02:34.530 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:02:34.530 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:02:34.530 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:02:34.538 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:02:34.538 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:02:34.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:02:34.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:02:34.545 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:02:34.545 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:02:34.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:02:34.545 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:02:34.545 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:02:34.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:02:34.545 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 08:02:34.545 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:02:34.546 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:02:34.546 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:02:34.546 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:02:34.546 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:02:34.547 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:02:34.547 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:02:34.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:02:34.547 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:02:34.547 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:02:34.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:02:34.547 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 0 was found 08:02:34.547 INFO [WorkbenchTestable][AbstractLink] Click link with text 'link1' and index 0 08:02:34.547 INFO [WorkbenchTestable][AbstractLink] Click link's text 'test1' 08:02:34.556 TRACE [main][WidgetHandler] Notify Link with event 3 08:02:34.556 TRACE [main][WidgetHandler] Wait for synchronization 08:02:34.556 TRACE [main][WidgetHandler] Notify Link with event 4 08:02:34.556 TRACE [main][WidgetHandler] Wait for synchronization 08:02:34.556 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:02:34.556 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:02:34.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:02:34.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:02:34.556 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:02:34.556 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:02:34.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:02:34.556 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 08:02:34.557 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 08:02:34.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:02:34.557 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 1 was found 08:02:34.557 INFO [WorkbenchTestable][AbstractLink] Click link with text 'link2' and index 0 08:02:34.557 INFO [WorkbenchTestable][AbstractLink] Click link's text 'link2' 08:02:34.557 TRACE [main][WidgetHandler] Notify Link with event 3 08:02:34.557 TRACE [main][WidgetHandler] Wait for synchronization 08:02:34.557 TRACE [main][WidgetHandler] Notify Link with event 4 08:02:34.557 TRACE [main][WidgetHandler] Wait for synchronization 08:02:34.557 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:02:34.557 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:02:34.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:02:34.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:02:34.557 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:02:34.557 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:02:34.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:02:34.557 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 08:02:34.557 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 08:02:34.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:02:34.558 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 1 was found 08:02:34.558 INFO [WorkbenchTestable][AbstractLink] Click link with text 'links' and index 0 08:02:34.558 INFO [WorkbenchTestable][AbstractLink] Click link's text 'test2' 08:02:34.558 TRACE [main][WidgetHandler] Notify Link with event 3 08:02:34.558 TRACE [main][WidgetHandler] Wait for synchronization 08:02:34.558 TRACE [main][WidgetHandler] Notify Link with event 4 08:02:34.558 TRACE [main][WidgetHandler] Wait for synchronization 08:02:34.558 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:02:34.558 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:02:34.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:02:34.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:02:34.558 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:02:34.558 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:02:34.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:02:34.558 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:02:34.558 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:02:34.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:02:34.558 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 0 was found 08:02:34.558 INFO [WorkbenchTestable][AbstractLink] Click link with index 0 08:02:34.558 INFO [WorkbenchTestable][AbstractLink] Click link's text 'test1' 08:02:34.558 TRACE [main][WidgetHandler] Notify Link with event 3 08:02:34.558 TRACE [main][WidgetHandler] Wait for synchronization 08:02:34.559 TRACE [main][WidgetHandler] Notify Link with event 4 08:02:34.559 TRACE [main][WidgetHandler] Wait for synchronization 08:02:34.559 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:02:34.559 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:02:34.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:02:34.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:02:34.559 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:02:34.559 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:02:34.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:02:34.559 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 08:02:34.559 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 08:02:34.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:02:34.559 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 1 was found 08:02:34.559 INFO [WorkbenchTestable][AbstractLink] Click link with index 0 08:02:34.559 INFO [WorkbenchTestable][AbstractLink] Click link's text 'link2' 08:02:34.559 TRACE [main][WidgetHandler] Notify Link with event 3 08:02:34.559 TRACE [main][WidgetHandler] Wait for synchronization 08:02:34.559 TRACE [main][WidgetHandler] Notify Link with event 4 08:02:34.559 TRACE [main][WidgetHandler] Wait for synchronization 08:02:34.559 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:02:34.559 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:02:34.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:02:34.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:02:34.560 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:02:34.560 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:02:34.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:02:34.560 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 08:02:34.560 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 08:02:34.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:02:34.560 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 1 was found 08:02:34.560 INFO [WorkbenchTestable][AbstractLink] Click link with index 1 08:02:34.560 INFO [WorkbenchTestable][AbstractLink] Click link's text 'test2' 08:02:34.560 TRACE [main][WidgetHandler] Notify Link with event 3 08:02:34.560 TRACE [main][WidgetHandler] Wait for synchronization 08:02:34.560 TRACE [main][WidgetHandler] Notify Link with event 4 08:02:34.560 TRACE [main][WidgetHandler] Wait for synchronization 08:02:34.560 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:02:34.560 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:02:34.560 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:02:34.560 DEBUG [main][AbstractWait] Waiting until shell is active... 08:02:34.560 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:02:34.560 INFO [main][AbstractShell] Close shell Testing shell 08:02:34.560 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:02:34.565 DEBUG [main][AbstractWait] Waiting while shell is available... 08:02:34.565 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:02:34.565 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest 08:02:34.565 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:02:34.565 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:02:34.571 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:02:34.571 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:02:34.571 INFO [WorkbenchTestable][RequirementsRunner] Finished test: clickTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest) 08:02:34.571 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:02:34.571 INFO [WorkbenchTestable][RequirementsRunner] Started test: stringConstructorTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest) 08:02:34.571 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest 08:02:34.571 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:02:34.571 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:02:34.571 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:02:34.578 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:02:34.578 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:02:34.595 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:02:34.595 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:02:34.595 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:02:34.595 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:02:34.595 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:02:34.595 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:02:34.596 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:02:34.596 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:02:34.596 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 0 was found 08:02:34.596 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:02:34.596 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:02:34.596 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:02:34.596 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:02:34.596 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:02:34.596 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:02:34.596 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:02:34.596 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:02:34.596 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:02:34.596 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:02:34.596 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 0 was found 08:02:34.597 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:02:34.597 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:02:34.597 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:02:34.597 DEBUG [main][AbstractWait] Waiting until shell is active... 08:02:34.597 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:02:34.597 INFO [main][AbstractShell] Close shell Testing shell 08:02:34.597 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:02:34.600 DEBUG [main][AbstractWait] Waiting while shell is available... 08:02:34.601 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:02:34.601 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest 08:02:34.601 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:02:34.601 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:02:34.640 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:02:34.640 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:02:34.640 INFO [WorkbenchTestable][RequirementsRunner] Finished test: stringConstructorTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest) 08:02:34.640 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:02:34.640 INFO [WorkbenchTestable][RequirementsRunner] Started test: clickWrongTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest) 08:02:34.640 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest 08:02:34.640 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:02:34.640 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:02:34.640 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:02:34.647 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Link with no referenced composite specified, index 0 and no matchers specified 08:02:34.647 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:02:34.662 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:02:34.663 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:02:34.663 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:02:34.663 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:02:34.663 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:02:34.663 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:02:34.663 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:02:34.663 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:02:34.663 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 0 was found 08:02:34.663 INFO [WorkbenchTestable][AbstractLink] Click link with text 'wrongText' and index 0 08:02:34.664 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:02:34.664 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:02:34.664 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:02:34.664 DEBUG [main][AbstractWait] Waiting until shell is active... 08:02:34.664 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:02:34.664 INFO [main][AbstractShell] Close shell Testing shell 08:02:34.664 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:02:34.668 DEBUG [main][AbstractWait] Waiting while shell is available... 08:02:34.668 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:02:34.668 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest 08:02:34.668 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:02:34.668 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:02:34.673 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:02:34.673 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:02:34.674 INFO [WorkbenchTestable][RequirementsRunner] Finished test: clickWrongTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest) 08:02:34.674 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:02:34.674 INFO [WorkbenchTestable][RequirementsRunner] Started test: clickWrongIndexTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest) 08:02:34.674 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest 08:02:34.674 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:02:34.674 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:02:34.674 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:02:34.680 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:02:34.680 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:02:34.698 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:02:34.698 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:02:34.698 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:02:34.698 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:02:34.698 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:02:34.698 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:02:34.698 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:02:34.699 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:02:34.699 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 0 was found 08:02:34.699 INFO [WorkbenchTestable][AbstractLink] Click link with index 1 08:02:34.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:02:34.699 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:02:34.699 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:02:34.699 DEBUG [main][AbstractWait] Waiting until shell is active... 08:02:34.700 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:02:34.700 INFO [main][AbstractShell] Close shell Testing shell 08:02:34.700 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:02:34.704 DEBUG [main][AbstractWait] Waiting while shell is available... 08:02:34.704 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:02:34.704 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest 08:02:34.704 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:02:34.704 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:02:34.742 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:02:34.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:02:34.743 INFO [WorkbenchTestable][RequirementsRunner] Finished test: clickWrongIndexTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest) 08:02:34.743 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:02:34.743 INFO [WorkbenchTestable][RequirementsRunner] Started test: getTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest) 08:02:34.743 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest 08:02:34.743 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:02:34.743 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:02:34.743 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:02:34.752 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:02:34.752 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:02:34.768 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:02:34.768 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:02:34.768 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:02:34.768 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:02:34.768 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:02:34.768 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:02:34.768 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:02:34.768 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:02:34.768 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 0 was found 08:02:34.769 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:02:34.769 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:02:34.769 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:02:34.769 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:02:34.769 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:02:34.769 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:02:34.769 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:02:34.769 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 08:02:34.769 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 08:02:34.769 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:02:34.769 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 1 was found 08:02:34.769 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:02:34.769 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:02:34.769 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:02:34.769 DEBUG [main][AbstractWait] Waiting until shell is active... 08:02:34.769 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:02:34.769 INFO [main][AbstractShell] Close shell Testing shell 08:02:34.769 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:02:34.773 DEBUG [main][AbstractWait] Waiting while shell is available... 08:02:34.773 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:02:34.773 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest 08:02:34.773 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:02:34.773 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:02:34.778 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:02:34.778 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:02:34.778 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest) 08:02:34.778 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:02:34.779 INFO [WorkbenchTestable][RequirementsRunner] Started test: getHrefTextsTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest) 08:02:34.779 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest 08:02:34.779 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:02:34.779 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:02:34.779 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:02:34.796 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:02:34.796 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:02:34.810 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:02:34.810 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:02:34.810 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:02:34.810 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:02:34.810 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:02:34.810 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:02:34.810 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:02:34.810 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:02:34.810 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 0 was found 08:02:34.811 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:02:34.811 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:02:34.811 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:02:34.811 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:02:34.811 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:02:34.811 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:02:34.811 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:02:34.811 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 08:02:34.811 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 08:02:34.811 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:02:34.811 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 1 was found 08:02:34.811 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:02:34.812 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:02:34.812 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:02:34.812 DEBUG [main][AbstractWait] Waiting until shell is active... 08:02:34.812 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:02:34.812 INFO [main][AbstractShell] Close shell Testing shell 08:02:34.812 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:02:34.815 DEBUG [main][AbstractWait] Waiting while shell is available... 08:02:34.815 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:02:34.815 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest 08:02:34.815 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:02:34.815 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:02:34.820 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:02:34.820 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:02:34.820 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getHrefTextsTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest) 08:02:34.820 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:02:34.820 INFO [WorkbenchTestable][RequirementsRunner] Started test: sameAnchorTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest) 08:02:34.820 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest 08:02:34.820 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:02:34.820 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:02:34.820 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:02:34.826 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:02:34.826 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:02:34.843 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:02:34.844 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:02:34.844 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:02:34.844 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:02:34.844 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:02:34.844 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:02:34.844 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:02:34.844 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:02:34.844 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 08:02:34.844 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:02:34.845 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:02:34.845 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:02:34.845 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:02:34.845 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:02:34.845 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:02:34.845 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:02:34.845 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:02:34.845 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 08:02:34.845 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 08:02:34.845 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:02:34.845 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 2 was found 08:02:34.845 INFO [WorkbenchTestable][AbstractLink] Click link with text 'same' and index 0 08:02:34.846 INFO [WorkbenchTestable][AbstractLink] Click link's text 'same1' 08:02:34.846 TRACE [main][WidgetHandler] Notify Link with event 3 08:02:34.846 TRACE [main][WidgetHandler] Wait for synchronization 08:02:34.846 TRACE [main][WidgetHandler] Notify Link with event 4 08:02:34.846 TRACE [main][WidgetHandler] Wait for synchronization 08:02:34.846 INFO [WorkbenchTestable][AbstractLink] Click link with text 'same' and index 1 08:02:34.846 INFO [WorkbenchTestable][AbstractLink] Click link's text 'same2' 08:02:34.846 TRACE [main][WidgetHandler] Notify Link with event 3 08:02:34.846 TRACE [main][WidgetHandler] Wait for synchronization 08:02:34.846 TRACE [main][WidgetHandler] Notify Link with event 4 08:02:34.846 TRACE [main][WidgetHandler] Wait for synchronization 08:02:34.846 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:02:34.846 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:02:34.846 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:02:34.846 DEBUG [main][AbstractWait] Waiting until shell is active... 08:02:34.846 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:02:34.846 INFO [main][AbstractShell] Close shell Testing shell 08:02:34.846 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:02:34.849 DEBUG [main][AbstractWait] Waiting while shell is available... 08:02:34.850 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:02:34.850 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest 08:02:34.850 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:02:34.850 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:02:34.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:02:34.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:02:34.855 INFO [WorkbenchTestable][RequirementsRunner] Finished test: sameAnchorTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest) 08:02:34.855 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest 08:02:34.855 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:02:34.855 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:02:34.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:02:34.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.359 s - in org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest clickTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest) Time elapsed: 0.042 s stringConstructorTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest) Time elapsed: 0.069 s clickWrongTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest) Time elapsed: 0.034 s clickWrongIndexTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest) Time elapsed: 0.069 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.041 s sameAnchorTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest) Time elapsed: 0.035 s Running org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 08:02:34.861 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 08:02:34.861 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 08:02:34.862 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:02:34.862 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 08:02:34.862 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:02:34.862 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 08:02:34.862 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:02:34.862 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 08:02:34.862 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:02:34.863 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:02:34.863 INFO [WorkbenchTestable][RequirementsRunner] Started test: testFindExistingItemByPath no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 08:02:34.863 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 08:02:34.863 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:02:34.863 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:02:34.863 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:02:34.884 DEBUG [WorkbenchTestable][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:02:34.884 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:02:34.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:02:34.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:02:34.899 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:02:34.899 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:02:34.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:02:34.899 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:02:34.899 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:02:34.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:02:34.899 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:02:34.902 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 08:02:34.902 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:02:34.902 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:02:34.902 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:02:34.903 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:02:34.903 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:02:34.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:02:34.903 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:02:34.903 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:02:34.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:02:34.903 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:02:34.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:02:34.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:02:34.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children... 08:02:34.903 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 08:02:34.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:02:35.403 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:02:35.404 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 08:02:35.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children finished successfully 08:02:35.406 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 08:02:35.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:02:35.406 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 08:02:35.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:02:35.406 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 08:02:35.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem AA has children... 08:02:35.406 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA 08:02:35.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:02:35.906 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:02:35.907 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA 08:02:35.909 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem AA has children finished successfully 08:02:35.909 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA 08:02:35.909 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:02:35.909 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item AA is already expanded. No action performed 08:02:35.909 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:02:35.909 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA 08:02:35.909 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:02:35.910 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:02:35.910 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:02:35.910 DEBUG [main][AbstractWait] Waiting until shell is active... 08:02:35.910 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:02:35.910 INFO [main][AbstractShell] Close shell Testing shell 08:02:35.910 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:02:35.914 DEBUG [main][AbstractWait] Waiting while shell is available... 08:02:35.914 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:02:35.914 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 08:02:35.914 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:02:35.914 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:02:35.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:02:35.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:02:35.919 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testFindExistingItemByPath no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 08:02:35.920 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:02:35.920 INFO [WorkbenchTestable][RequirementsRunner] Started test: testFindUsingIndex no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 08:02:35.920 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 08:02:35.920 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:02:35.920 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:02:35.920 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:02:35.928 DEBUG [WorkbenchTestable][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:02:35.928 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:02:35.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:02:35.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:02:35.947 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:02:35.947 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:02:35.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:02:35.947 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:02:35.947 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:02:35.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:02:35.947 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:02:35.949 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 08:02:35.949 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:02:35.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:02:35.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:02:35.949 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:02:35.949 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:02:35.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:02:35.949 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:02:35.949 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:02:35.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:02:35.949 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:02:35.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:02:35.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:02:35.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:02:35.950 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:02:35.950 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:02:35.950 DEBUG [main][AbstractWait] Waiting until shell is active... 08:02:35.950 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:02:35.950 INFO [main][AbstractShell] Close shell Testing shell 08:02:35.950 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:02:35.953 DEBUG [main][AbstractWait] Waiting while shell is available... 08:02:35.953 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:02:35.953 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 08:02:35.953 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:02:35.953 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:02:35.959 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:02:35.959 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:02:35.959 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testFindUsingIndex no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 08:02:35.959 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:02:35.959 INFO [WorkbenchTestable][RequirementsRunner] Started test: testFindNonExistingItemByPath no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 08:02:35.959 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 08:02:35.959 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:02:35.959 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:02:35.959 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:02:35.968 DEBUG [WorkbenchTestable][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:02:35.968 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:02:35.986 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:02:35.987 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:02:35.987 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:02:35.987 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:02:35.987 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:02:35.987 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:02:35.987 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:02:35.987 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:02:35.987 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:02:35.989 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 08:02:35.989 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:02:35.989 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:02:35.989 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:02:35.989 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:02:35.989 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:02:35.989 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:02:35.989 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:02:35.989 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:02:35.989 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:02:35.989 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:02:35.989 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:02:35.989 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:02:35.989 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children... 08:02:35.990 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 08:02:35.990 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:02:36.490 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:02:36.490 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 08:02:36.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children finished successfully 08:02:36.492 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 08:02:36.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:02:36.492 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 08:02:36.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:02:36.493 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 08:02:36.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem AA has children... 08:02:36.493 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA 08:02:36.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:02:36.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:02:36.993 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA 08:02:36.996 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem AA has children finished successfully 08:02:36.996 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA 08:02:36.996 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:02:36.996 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item AA is already expanded. No action performed 08:02:36.996 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:02:36.996 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA 08:02:36.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:02:36.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:02:36.996 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:02:36.997 DEBUG [main][AbstractWait] Waiting until shell is active... 08:02:36.997 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:02:36.997 INFO [main][AbstractShell] Close shell Testing shell 08:02:36.997 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:02:37.000 DEBUG [main][AbstractWait] Waiting while shell is available... 08:02:37.000 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:02:37.000 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 08:02:37.000 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:02:37.000 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:02:37.006 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:02:37.006 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:02:37.006 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testFindNonExistingItemByPath no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 08:02:37.006 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:02:37.006 INFO [WorkbenchTestable][RequirementsRunner] Started test: testGetCell no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 08:02:37.006 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 08:02:37.006 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:02:37.006 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:02:37.006 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:02:37.015 DEBUG [WorkbenchTestable][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:02:37.015 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:02:37.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:02:37.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:02:37.033 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:02:37.033 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:02:37.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:02:37.033 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:02:37.033 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:02:37.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:02:37.033 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:02:37.035 DEBUG [WorkbenchTestable][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:02:37.035 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:02:37.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:02:37.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:02:37.035 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:02:37.035 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:02:37.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:02:37.035 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:02:37.035 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:02:37.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:02:37.035 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:02:37.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:02:37.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:02:37.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children... 08:02:37.035 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 08:02:37.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:02:37.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:02:37.536 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 08:02:37.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children finished successfully 08:02:37.538 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 08:02:37.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:02:37.538 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 08:02:37.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:02:37.538 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 08:02:37.539 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem AA has children... 08:02:37.539 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA 08:02:37.539 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:02:38.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:02:38.039 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA 08:02:38.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem AA has children finished successfully 08:02:38.042 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA 08:02:38.042 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:02:38.042 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item AA is already expanded. No action performed 08:02:38.042 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:02:38.042 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA 08:02:38.042 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:02:38.042 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:02:38.042 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:02:38.043 DEBUG [main][AbstractWait] Waiting until shell is active... 08:02:38.043 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:02:38.043 INFO [main][AbstractShell] Close shell Testing shell 08:02:38.043 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:02:38.046 DEBUG [main][AbstractWait] Waiting while shell is available... 08:02:38.046 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:02:38.046 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 08:02:38.046 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:02:38.046 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:02:38.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:02:38.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:02:38.052 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testGetCell no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 08:02:38.052 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:02:38.052 INFO [WorkbenchTestable][RequirementsRunner] Started test: testGetPath no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 08:02:38.052 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 08:02:38.052 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:02:38.052 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:02:38.052 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:02:38.061 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 08:02:38.061 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:02:38.079 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:02:38.079 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:02:38.079 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:02:38.079 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:02:38.080 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:02:38.080 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:02:38.080 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:02:38.080 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:02:38.080 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:02:38.081 DEBUG [WorkbenchTestable][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:02:38.081 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:02:38.082 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:02:38.082 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:02:38.082 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:02:38.082 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:02:38.082 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:02:38.082 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:02:38.082 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:02:38.082 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:02:38.082 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:02:38.082 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:02:38.082 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:02:38.082 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children... 08:02:38.082 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 08:02:38.082 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:02:38.583 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:02:38.583 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 08:02:38.585 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children finished successfully 08:02:38.585 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 08:02:38.585 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:02:38.585 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 08:02:38.585 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:02:38.585 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 08:02:38.585 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem AA has children... 08:02:38.586 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA 08:02:38.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:02:39.086 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:02:39.086 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA 08:02:39.089 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem AA has children finished successfully 08:02:39.089 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA 08:02:39.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:02:39.090 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item AA is already expanded. No action performed 08:02:39.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:02:39.090 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA 08:02:39.091 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:02:39.091 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:02:39.091 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:02:39.092 DEBUG [main][AbstractWait] Waiting until shell is active... 08:02:39.092 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:02:39.092 INFO [main][AbstractShell] Close shell Testing shell 08:02:39.092 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:02:39.096 DEBUG [main][AbstractWait] Waiting while shell is available... 08:02:39.096 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:02:39.096 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 08:02:39.096 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:02:39.096 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:02:39.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:02:39.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:02:39.101 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testGetPath no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 08:02:39.101 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:02:39.102 INFO [WorkbenchTestable][RequirementsRunner] Started test: getItem no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 08:02:39.102 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 08:02:39.102 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:02:39.102 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:02:39.102 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:02:39.110 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 08:02:39.110 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:02:39.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:02:39.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:02:39.129 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:02:39.129 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:02:39.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:02:39.129 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:02:39.129 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:02:39.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:02:39.129 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:02:39.131 DEBUG [WorkbenchTestable][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:02:39.131 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:02:39.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:02:39.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:02:39.131 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:02:39.131 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:02:39.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:02:39.131 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:02:39.131 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:02:39.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:02:39.131 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:02:39.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:02:39.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:02:39.132 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item AA of tree item A 08:02:39.132 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 08:02:39.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:02:39.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:02:39.632 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 08:02:39.635 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:02:39.635 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:02:39.635 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:02:39.635 DEBUG [main][AbstractWait] Waiting until shell is active... 08:02:39.635 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:02:39.635 INFO [main][AbstractShell] Close shell Testing shell 08:02:39.635 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:02:39.639 DEBUG [main][AbstractWait] Waiting while shell is available... 08:02:39.639 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:02:39.639 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 08:02:39.639 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:02:39.639 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:02:39.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:02:39.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:02:39.657 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getItem no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 08:02:39.657 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:02:39.658 INFO [WorkbenchTestable][RequirementsRunner] Started test: testExpandCollapse no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 08:02:39.658 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 08:02:39.658 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:02:39.658 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:02:39.658 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:02:39.667 DEBUG [WorkbenchTestable][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:02:39.667 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:02:39.673 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:02:39.673 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:02:39.674 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:02:39.674 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:02:39.674 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:02:39.674 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:02:39.674 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:02:39.674 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:02:39.674 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:02:39.684 DEBUG [WorkbenchTestable][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:02:39.684 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:02:39.684 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:02:39.684 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:02:39.684 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:02:39.684 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:02:39.684 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:02:39.684 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:02:39.684 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:02:39.684 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:02:39.684 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:02:39.684 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:02:39.684 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:02:39.685 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children... 08:02:39.685 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 08:02:39.685 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:02:40.185 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:02:40.185 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 08:02:40.187 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children finished successfully 08:02:40.187 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 08:02:40.187 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:02:40.187 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 08:02:40.187 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:02:40.188 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 08:02:40.190 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item AA and wait with time period 1 08:02:40.190 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA 08:02:40.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:02:40.191 DEBUG [main][TreeEventsListener] Calling method treeExpanded() 08:02:40.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:02:40.691 DEBUG [main][TreeEventsListener] Calling method treeExpanded() 08:02:40.691 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA 08:02:40.693 INFO [WorkbenchTestable][AbstractTreeItem] Collapse tree item AA 08:02:40.694 DEBUG [WorkbenchTestable][TreeItemHandler] Collapse Tree Item AA 08:02:40.695 DEBUG [main][TreeItemHandler] Setting tree item AA collapsed 08:02:40.695 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree about collapse event 08:02:40.695 DEBUG [main][TreeEventsListener] Calling method treeCollapsed() 08:02:40.695 INFO [WorkbenchTestable][TreeItemHandler] Collapsed: AA 08:02:40.696 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:02:40.696 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:02:40.696 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:02:40.697 DEBUG [main][AbstractWait] Waiting until shell is active... 08:02:40.697 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:02:40.697 INFO [main][AbstractShell] Close shell Testing shell 08:02:40.697 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:02:40.701 DEBUG [main][AbstractWait] Waiting while shell is available... 08:02:40.701 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:02:40.701 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 08:02:40.701 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:02:40.701 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:02:40.706 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:02:40.706 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:02:40.706 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testExpandCollapse no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 08:02:40.707 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:02:40.707 INFO [WorkbenchTestable][RequirementsRunner] Started test: testCheckUncheck no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 08:02:40.707 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 08:02:40.707 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:02:40.707 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:02:40.707 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:02:40.728 DEBUG [WorkbenchTestable][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:02:40.728 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:02:40.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:02:40.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:02:40.744 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:02:40.744 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:02:40.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:02:40.744 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:02:40.744 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:02:40.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:02:40.744 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:02:40.745 DEBUG [WorkbenchTestable][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:02:40.745 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:02:40.746 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:02:40.746 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:02:40.746 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:02:40.746 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:02:40.746 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:02:40.746 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:02:40.746 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:02:40.746 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:02:40.746 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:02:40.746 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:02:40.746 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:02:40.746 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children... 08:02:40.746 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 08:02:40.746 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:02:41.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:02:41.247 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 08:02:41.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children finished successfully 08:02:41.249 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 08:02:41.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:02:41.249 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 08:02:41.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:02:41.249 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 08:02:41.250 INFO [WorkbenchTestable][AbstractTreeItem] Check tree item AA 08:02:41.250 DEBUG [WorkbenchTestable][TreeItemHandler] CheckTree Item AA: 08:02:41.251 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree about check event 08:02:41.251 DEBUG [main][TreeEventsListener] Calling method widgetSelected() 08:02:41.251 DEBUG [main][TreeEventsListener] It was check event: true 08:02:41.251 INFO [WorkbenchTestable][TreeItemHandler] Checked: AA 08:02:41.252 INFO [WorkbenchTestable][AbstractTreeItem] Check tree item AA 08:02:41.252 DEBUG [WorkbenchTestable][TreeItemHandler] UncheckTree Item AA: 08:02:41.252 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree about check event 08:02:41.252 DEBUG [main][TreeEventsListener] Calling method widgetSelected() 08:02:41.252 DEBUG [main][TreeEventsListener] It was check event: true 08:02:41.252 INFO [WorkbenchTestable][TreeItemHandler] Unchecked: AA 08:02:41.253 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:02:41.253 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:02:41.253 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:02:41.253 DEBUG [main][AbstractWait] Waiting until shell is active... 08:02:41.253 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:02:41.253 INFO [main][AbstractShell] Close shell Testing shell 08:02:41.253 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:02:41.257 DEBUG [main][AbstractWait] Waiting while shell is available... 08:02:41.257 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:02:41.257 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 08:02:41.257 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:02:41.257 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:02:41.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:02:41.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:02:41.262 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testCheckUncheck no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 08:02:41.262 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:02:41.262 INFO [WorkbenchTestable][RequirementsRunner] Started test: testFindExistingItemByPathMatchers no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 08:02:41.262 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 08:02:41.262 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:02:41.262 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:02:41.262 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:02:41.271 DEBUG [WorkbenchTestable][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:02:41.271 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:02:41.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:02:41.290 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:02:41.290 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:02:41.290 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:02:41.290 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:02:41.290 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:02:41.290 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:02:41.290 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:02:41.290 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:02:41.292 DEBUG [WorkbenchTestable][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:02:41.292 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:02:41.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:02:41.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:02:41.292 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:02:41.292 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:02:41.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:02:41.292 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:02:41.292 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:02:41.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:02:41.292 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:02:41.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:02:41.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:02:41.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem has children... 08:02:41.292 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item 08:02:41.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:02:41.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:02:41.793 INFO [WorkbenchTestable][TreeItemHandler] Expanded: 08:02:41.795 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem has children finished successfully 08:02:41.795 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item 08:02:41.795 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:02:41.795 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item is already expanded. No action performed 08:02:41.796 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:02:41.796 INFO [WorkbenchTestable][TreeItemHandler] Expanded: 08:02:41.796 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem has children... 08:02:41.796 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item 08:02:41.796 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:02:42.296 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:02:42.296 INFO [WorkbenchTestable][TreeItemHandler] Expanded: 08:02:42.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem has children finished successfully 08:02:42.299 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item 08:02:42.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:02:42.299 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item is already expanded. No action performed 08:02:42.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:02:42.299 INFO [WorkbenchTestable][TreeItemHandler] Expanded: 08:02:42.299 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:02:42.299 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:02:42.299 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:02:42.300 DEBUG [main][AbstractWait] Waiting until shell is active... 08:02:42.300 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:02:42.300 INFO [main][AbstractShell] Close shell Testing shell 08:02:42.300 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:02:42.303 DEBUG [main][AbstractWait] Waiting while shell is available... 08:02:42.303 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:02:42.303 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 08:02:42.303 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:02:42.303 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:02:42.322 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:02:42.322 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:02:42.322 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testFindExistingItemByPathMatchers no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 08:02:42.322 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:02:42.322 INFO [WorkbenchTestable][RequirementsRunner] Started test: testSelectUnselectItems no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 08:02:42.322 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 08:02:42.322 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:02:42.322 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:02:42.322 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:02:42.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:02:42.334 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:02:42.354 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:02:42.355 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:02:42.355 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:02:42.355 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:02:42.355 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:02:42.355 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:02:42.355 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:02:42.355 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:02:42.355 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:02:42.360 DEBUG [WorkbenchTestable][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:02:42.360 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:02:42.360 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:02:42.360 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:02:42.360 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:02:42.360 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:02:42.360 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:02:42.360 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:02:42.360 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:02:42.360 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:02:42.360 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:02:42.360 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:02:42.360 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:02:42.360 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children... 08:02:42.360 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 08:02:42.360 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:02:42.861 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:02:42.861 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 08:02:42.863 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children finished successfully 08:02:42.863 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 08:02:42.863 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:02:42.863 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 08:02:42.863 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:02:42.863 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 08:02:42.863 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem AA has children... 08:02:42.863 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA 08:02:42.863 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:02:43.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:02:43.364 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA 08:02:43.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem AA has children finished successfully 08:02:43.366 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA 08:02:43.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:02:43.366 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item AA is already expanded. No action performed 08:02:43.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:02:43.367 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA 08:02:43.367 DEBUG [WorkbenchTestable][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:02:43.367 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:02:43.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:02:43.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:02:43.367 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:02:43.367 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:02:43.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:02:43.367 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:02:43.367 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:02:43.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:02:43.367 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:02:43.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:02:43.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:02:43.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem B has children... 08:02:43.367 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item B 08:02:43.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:02:43.868 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:02:43.868 INFO [WorkbenchTestable][TreeItemHandler] Expanded: B 08:02:43.868 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem B has children finished successfully 08:02:43.868 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item B 08:02:43.868 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:02:43.868 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item B is already expanded. No action performed 08:02:43.868 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:02:43.869 INFO [WorkbenchTestable][TreeItemHandler] Expanded: B 08:02:43.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:02:43.869 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:02:43.869 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:02:43.869 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:02:43.869 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:02:43.869 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:02:43.869 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:02:43.869 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:02:43.869 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:02:43.869 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:02:43.869 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:02:43.869 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:02:43.869 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:02:43.869 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children... 08:02:43.869 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 08:02:43.869 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:02:43.869 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 08:02:43.869 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:02:43.869 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 08:02:43.869 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children finished successfully 08:02:43.870 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 08:02:43.870 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:02:43.870 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 08:02:43.870 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:02:43.870 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 08:02:43.870 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem AA has children... 08:02:43.870 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA 08:02:43.870 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:02:43.870 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item AA is already expanded. No action performed 08:02:43.870 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:02:43.870 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA 08:02:43.870 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem AA has children finished successfully 08:02:43.870 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA 08:02:43.870 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:02:43.870 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item AA is already expanded. No action performed 08:02:43.870 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:02:43.870 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA 08:02:43.870 DEBUG [WorkbenchTestable][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:02:43.870 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:02:43.870 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:02:43.870 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:02:43.870 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:02:43.870 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:02:43.870 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:02:43.870 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:02:43.870 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:02:43.870 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:02:43.870 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:02:43.870 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:02:43.870 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:02:43.870 DEBUG [WorkbenchTestable][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:02:43.870 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:02:43.870 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:02:43.870 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:02:43.871 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:02:43.871 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:02:43.871 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:02:43.871 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:02:43.871 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:02:43.871 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:02:43.871 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:02:43.871 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:02:43.871 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:02:43.871 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children... 08:02:43.871 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 08:02:43.871 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:02:43.871 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 08:02:43.871 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:02:43.871 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 08:02:43.871 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children finished successfully 08:02:43.871 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 08:02:43.871 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:02:43.871 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 08:02:43.871 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:02:43.871 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 08:02:43.871 INFO [WorkbenchTestable][AbstractTree] Select specified tree items 08:02:43.871 INFO [WorkbenchTestable][TreeItemHandler] Select tree items: 08:02:43.872 DEBUG [main][TreeItemHandler] Set Tree selection 08:02:43.873 DEBUG [main][TreeHandler] Notify Tree about selection event 08:02:43.873 DEBUG [main][TreeEventsListener] Calling method widgetSelected() 08:02:43.873 DEBUG [main][TreeEventsListener] It was check event: false 08:02:43.873 DEBUG [WorkbenchTestable][TreeItemHandler] Selected Tree Items: 08:02:43.873 DEBUG [WorkbenchTestable][TreeItemHandler] AAA 08:02:43.873 DEBUG [WorkbenchTestable][TreeItemHandler] BB 08:02:43.873 DEBUG [WorkbenchTestable][TreeItemHandler] AAB 08:02:43.873 DEBUG [WorkbenchTestable][TreeItemHandler] C 08:02:43.874 INFO [WorkbenchTestable][AbstractTree] Unselect all tree items 08:02:43.875 DEBUG [main][TreeHandler] Unselect all tree items 08:02:43.875 DEBUG [main][TreeHandler] Notify Tree about selection event 08:02:43.875 DEBUG [main][TreeEventsListener] Calling method widgetSelected() 08:02:43.875 DEBUG [main][TreeEventsListener] It was check event: false 08:02:43.875 INFO [WorkbenchTestable][TreeHandler] All tree items unselected 08:02:43.875 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:02:43.875 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:02:43.875 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:02:43.875 DEBUG [main][AbstractWait] Waiting until shell is active... 08:02:43.875 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:02:43.875 INFO [main][AbstractShell] Close shell Testing shell 08:02:43.875 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:02:43.879 DEBUG [main][AbstractWait] Waiting while shell is available... 08:02:43.879 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:02:43.879 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 08:02:43.879 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:02:43.879 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:02:43.884 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:02:43.884 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:02:43.885 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testSelectUnselectItems no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 08:02:43.885 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:02:43.885 INFO [WorkbenchTestable][RequirementsRunner] Started test: getItemByPath no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 08:02:43.885 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 08:02:43.885 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:02:43.885 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:02:43.885 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:02:43.905 DEBUG [WorkbenchTestable][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:02:43.905 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:02:43.921 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:02:43.922 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:02:43.922 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:02:43.922 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:02:43.922 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:02:43.922 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:02:43.922 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:02:43.922 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:02:43.922 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:02:43.924 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 08:02:43.924 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:02:43.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:02:43.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:02:43.924 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:02:43.924 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:02:43.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:02:43.924 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:02:43.924 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:02:43.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:02:43.924 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:02:43.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:02:43.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:02:43.924 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 08:02:43.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:02:44.425 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:02:44.425 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 08:02:44.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem AA has children... 08:02:44.427 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA 08:02:44.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:02:44.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:02:44.928 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA 08:02:44.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem AA has children finished successfully 08:02:44.930 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA 08:02:44.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:02:44.930 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item AA is already expanded. No action performed 08:02:44.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:02:44.930 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA 08:02:44.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:02:44.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:02:44.930 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:02:44.931 DEBUG [main][AbstractWait] Waiting until shell is active... 08:02:44.931 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:02:44.931 INFO [main][AbstractShell] Close shell Testing shell 08:02:44.931 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:02:44.935 DEBUG [main][AbstractWait] Waiting while shell is available... 08:02:44.935 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:02:44.935 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 08:02:44.935 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:02:44.935 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:02:44.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:02:44.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:02:44.941 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getItemByPath no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 08:02:44.941 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:02:44.941 INFO [WorkbenchTestable][RequirementsRunner] Started test: testGetParentItem no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 08:02:44.941 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 08:02:44.941 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:02:44.941 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:02:44.941 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:02:44.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:02:44.950 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:02:44.968 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:02:44.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:02:44.969 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:02:44.969 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:02:44.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:02:44.969 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:02:44.969 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:02:44.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:02:44.969 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:02:44.971 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 08:02:44.971 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:02:44.971 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:02:44.971 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:02:44.971 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:02:44.971 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:02:44.971 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:02:44.971 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:02:44.971 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:02:44.971 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:02:44.971 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:02:44.971 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:02:44.971 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:02:44.971 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children... 08:02:44.971 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 08:02:44.971 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:02:45.472 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:02:45.472 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 08:02:45.474 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children finished successfully 08:02:45.474 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 08:02:45.474 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:02:45.475 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 08:02:45.475 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:02:45.475 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 08:02:45.475 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:02:45.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:02:45.476 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:02:45.476 DEBUG [main][AbstractWait] Waiting until shell is active... 08:02:45.476 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:02:45.476 INFO [main][AbstractShell] Close shell Testing shell 08:02:45.476 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:02:45.480 DEBUG [main][AbstractWait] Waiting while shell is available... 08:02:45.480 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:02:45.480 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 08:02:45.480 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:02:45.480 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:02:45.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:02:45.498 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:02:45.498 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testGetParentItem no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 08:02:45.498 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:02:45.498 INFO [WorkbenchTestable][RequirementsRunner] Started test: testSelect no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 08:02:45.498 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 08:02:45.498 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:02:45.498 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:02:45.498 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:02:45.507 DEBUG [WorkbenchTestable][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:02:45.507 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:02:45.514 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:02:45.514 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:02:45.514 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:02:45.514 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:02:45.514 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:02:45.514 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:02:45.514 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:02:45.514 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:02:45.514 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:02:45.516 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 08:02:45.516 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:02:45.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:02:45.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:02:45.516 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:02:45.516 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:02:45.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:02:45.516 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:02:45.516 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:02:45.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:02:45.516 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:02:45.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:02:45.525 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:02:45.525 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children... 08:02:45.525 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 08:02:45.525 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:02:46.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:02:46.026 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 08:02:46.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children finished successfully 08:02:46.028 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 08:02:46.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:02:46.028 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 08:02:46.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:02:46.028 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 08:02:46.028 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item AA 08:02:46.028 DEBUG [main][TreeItemHandler] Selecting tree item: AA 08:02:46.029 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item AA about selection 08:02:46.029 DEBUG [main][TreeEventsListener] Calling method widgetSelected() 08:02:46.029 DEBUG [main][TreeEventsListener] It was check event: false 08:02:46.029 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: AA 08:02:46.029 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:02:46.029 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:02:46.029 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:02:46.029 DEBUG [main][AbstractWait] Waiting until shell is active... 08:02:46.029 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:02:46.029 INFO [main][AbstractShell] Close shell Testing shell 08:02:46.029 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:02:46.033 DEBUG [main][AbstractWait] Waiting while shell is available... 08:02:46.033 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:02:46.033 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 08:02:46.033 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:02:46.033 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:02:46.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:02:46.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:02:46.039 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testSelect no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 08:02:46.039 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:02:46.039 INFO [WorkbenchTestable][RequirementsRunner] Started test: testFindUsingRegexMatchersAndIndex no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 08:02:46.039 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 08:02:46.039 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:02:46.039 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:02:46.039 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:02:46.049 DEBUG [WorkbenchTestable][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:02:46.049 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:02:46.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:02:46.068 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:02:46.068 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:02:46.068 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:02:46.068 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:02:46.068 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:02:46.068 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:02:46.068 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:02:46.068 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:02:46.070 DEBUG [WorkbenchTestable][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:02:46.070 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:02:46.070 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:02:46.070 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:02:46.070 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:02:46.070 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:02:46.070 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:02:46.070 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:02:46.070 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:02:46.071 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:02:46.071 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:02:46.071 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:02:46.071 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:02:46.071 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children... 08:02:46.071 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 08:02:46.071 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:02:46.571 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:02:46.571 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 08:02:46.574 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children finished successfully 08:02:46.574 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 08:02:46.574 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:02:46.574 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 08:02:46.574 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:02:46.574 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 08:02:46.574 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem AA has children... 08:02:46.574 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA 08:02:46.574 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:02:47.075 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:02:47.075 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA 08:02:47.077 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem AA has children finished successfully 08:02:47.077 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA 08:02:47.077 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:02:47.077 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item AA is already expanded. No action performed 08:02:47.077 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:02:47.077 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA 08:02:47.078 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:02:47.078 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:02:47.078 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:02:47.078 DEBUG [main][AbstractWait] Waiting until shell is active... 08:02:47.078 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:02:47.078 INFO [main][AbstractShell] Close shell Testing shell 08:02:47.078 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:02:47.082 DEBUG [main][AbstractWait] Waiting while shell is available... 08:02:47.082 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:02:47.082 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 08:02:47.082 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:02:47.082 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:02:47.088 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:02:47.088 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:02:47.088 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testFindUsingRegexMatchersAndIndex no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 08:02:47.088 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:02:47.088 INFO [WorkbenchTestable][RequirementsRunner] Started test: testDoubleClick no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 08:02:47.088 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 08:02:47.088 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:02:47.088 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:02:47.088 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:02:47.098 DEBUG [WorkbenchTestable][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:02:47.098 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:02:47.117 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:02:47.117 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:02:47.117 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:02:47.117 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:02:47.117 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:02:47.117 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:02:47.117 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:02:47.117 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:02:47.117 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:02:47.119 DEBUG [WorkbenchTestable][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:02:47.119 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:02:47.119 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:02:47.119 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:02:47.119 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:02:47.119 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:02:47.119 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:02:47.119 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:02:47.119 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:02:47.119 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:02:47.119 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:02:47.120 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:02:47.120 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:02:47.120 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children... 08:02:47.120 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 08:02:47.120 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:02:47.620 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:02:47.620 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 08:02:47.623 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children finished successfully 08:02:47.623 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 08:02:47.623 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:02:47.623 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 08:02:47.623 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:02:47.623 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 08:02:47.623 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item AA 08:02:47.623 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item AA 08:02:47.623 DEBUG [main][TreeItemHandler] Selecting tree item: AA 08:02:47.623 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item AA about selection 08:02:47.623 DEBUG [main][TreeEventsListener] Calling method widgetSelected() 08:02:47.624 DEBUG [main][TreeEventsListener] It was check event: false 08:02:47.624 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: AA 08:02:47.624 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 08:02:47.624 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 08:02:47.624 DEBUG [main][TreeEventsListener] Calling method handleEvent() with event type: 8 08:02:47.624 DEBUG [main][TreeEventsListener] SWT.MouseDoubleClick event was fired 08:02:47.624 DEBUG [main][TreeEventsListener] Calling method widgetDefaultSelected() 08:02:47.624 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 08:02:47.625 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:02:47.625 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:02:47.625 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:02:47.625 DEBUG [main][AbstractWait] Waiting until shell is active... 08:02:47.625 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:02:47.625 INFO [main][AbstractShell] Close shell Testing shell 08:02:47.625 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:02:47.629 DEBUG [main][AbstractWait] Waiting while shell is available... 08:02:47.629 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:02:47.629 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 08:02:47.629 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:02:47.629 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:02:47.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:02:47.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:02:47.648 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testDoubleClick no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 08:02:47.648 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:02:47.648 INFO [WorkbenchTestable][RequirementsRunner] Started test: testDynamicExpand no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 08:02:47.648 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 08:02:47.649 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:02:47.649 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:02:47.649 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:02:47.659 DEBUG [WorkbenchTestable][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:02:47.659 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:02:47.673 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:02:47.674 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:02:47.674 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:02:47.674 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:02:47.674 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:02:47.674 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:02:47.674 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:02:47.674 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:02:47.674 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:02:47.676 DEBUG [WorkbenchTestable][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:02:47.676 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:02:47.676 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:02:47.676 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:02:47.676 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:02:47.676 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:02:47.676 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:02:47.676 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:02:47.676 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:02:47.676 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:02:47.676 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:02:47.676 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:02:47.676 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:02:47.676 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item A and wait for at least 3 items 08:02:47.676 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item A and wait with time period 1 08:02:47.676 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 08:02:47.676 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:02:48.177 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:02:48.177 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 08:02:48.178 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem 'A' has 3 children or more... 08:02:48.178 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item A and wait with time period 1 08:02:48.178 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 08:02:48.178 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:02:48.678 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:02:48.678 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 08:02:48.679 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 08:02:48.679 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:02:49.179 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:02:49.179 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 08:02:49.679 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item A and wait with time period 1 08:02:49.680 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 08:02:49.680 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:02:50.180 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:02:50.180 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 08:02:50.180 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 08:02:50.180 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:02:50.681 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:02:50.681 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 08:02:51.182 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item A and wait with time period 1 08:02:51.182 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 08:02:51.182 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:02:51.182 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 08:02:51.182 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:02:51.182 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 08:02:51.182 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 08:02:51.182 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:02:51.182 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 08:02:51.182 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:02:51.182 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 08:02:51.684 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item A and wait with time period 1 08:02:51.684 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 08:02:51.685 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:02:51.685 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 08:02:51.685 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:02:51.685 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 08:02:51.685 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 08:02:51.685 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:02:51.685 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 08:02:51.685 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:02:51.685 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 08:02:52.185 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item A and wait with time period 1 08:02:52.185 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 08:02:52.185 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:02:52.186 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 08:02:52.186 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:02:52.186 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 08:02:52.186 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 08:02:52.186 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:02:52.186 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 08:02:52.186 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:02:52.186 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 08:02:52.686 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item A and wait with time period 1 08:02:52.686 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 08:02:52.686 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:02:52.686 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 08:02:52.686 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:02:52.686 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 08:02:52.686 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 08:02:52.686 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:02:52.686 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 08:02:52.686 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:02:52.686 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 08:02:52.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem 'A' has 3 children or more finished successfully 08:02:52.687 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item A and wait with time period 1 08:02:52.687 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 08:02:52.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:02:52.687 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 08:02:52.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:02:52.687 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 08:02:52.687 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 08:02:52.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:02:52.687 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 08:02:52.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:02:52.687 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 08:02:52.688 DEBUG [WorkbenchTestable][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:02:52.688 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:02:52.688 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:02:52.688 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:02:52.688 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:02:52.688 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:02:52.688 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:02:52.688 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:02:52.688 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:02:52.688 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:02:52.688 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:02:52.688 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:02:52.688 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:02:52.688 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item A and wait for at least 3 items 08:02:52.688 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item A and wait with time period 1 08:02:52.688 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 08:02:52.688 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:02:53.189 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:02:53.189 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 08:02:53.189 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem 'A' has 3 children or more... 08:02:53.189 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item A and wait with time period 1 08:02:53.189 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 08:02:53.189 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:02:53.689 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:02:53.689 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 08:02:53.689 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 08:02:53.690 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:02:54.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:02:54.190 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 08:02:54.690 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item A and wait with time period 1 08:02:54.690 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 08:02:54.690 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:02:55.191 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:02:55.191 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 08:02:55.191 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 08:02:55.191 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:02:55.692 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:02:55.692 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 08:02:56.192 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item A and wait with time period 1 08:02:56.192 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 08:02:56.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:02:56.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:02:56.693 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 08:02:56.693 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 08:02:56.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:02:57.193 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:02:57.193 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 08:02:57.193 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem 'A' has 3 children or more failed, an exception will be thrown 08:02:57.194 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:02:57.194 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:02:57.194 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:02:57.195 DEBUG [main][AbstractWait] Waiting until shell is active... 08:02:57.195 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:02:57.195 INFO [main][AbstractShell] Close shell Testing shell 08:02:57.195 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:02:57.199 DEBUG [main][AbstractWait] Waiting while shell is available... 08:02:57.199 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:02:57.199 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 08:02:57.199 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:02:57.199 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:02:57.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:02:57.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:02:57.206 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testDynamicExpand no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 08:02:57.206 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 08:02:57.206 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:02:57.206 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:02:57.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:02:57.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 22.347 s - in org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest testFindExistingItemByPath no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) Time elapsed: 1.056 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.047 s testGetCell no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) Time elapsed: 1.046 s testGetPath no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) Time elapsed: 1.049 s getItem no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) Time elapsed: 0.555 s testExpandCollapse no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) Time elapsed: 1.048 s testCheckUncheck no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) Time elapsed: 0.555 s testFindExistingItemByPathMatchers no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) Time elapsed: 1.06 s testSelectUnselectItems no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) Time elapsed: 1.563 s getItemByPath no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) Time elapsed: 1.056 s testGetParentItem no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) Time elapsed: 0.557 s testSelect no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) Time elapsed: 0.541 s testFindUsingRegexMatchersAndIndex no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) Time elapsed: 1.049 s testDoubleClick no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) Time elapsed: 0.56 s testDynamicExpand no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) Time elapsed: 9.558 s Running org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest 08:02:57.212 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest 08:02:57.213 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 08:02:57.213 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:02:57.213 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest 08:02:57.213 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:02:57.213 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 08:02:57.228 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:02:57.228 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 08:02:57.228 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:02:57.228 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:02:57.229 INFO [WorkbenchTestable][RequirementsRunner] Started test: testGetItems no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest) 08:02:57.229 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest 08:02:57.229 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:02:57.229 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:02:57.229 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:02:57.241 DEBUG [WorkbenchTestable][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:02:57.241 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:02:57.261 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:02:57.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:02:57.262 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:02:57.262 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:02:57.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:02:57.262 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:02:57.262 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:02:57.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:02:57.262 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:02:57.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:02:57.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:02:57.270 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:02:57.270 DEBUG [main][AbstractWait] Waiting until shell is active... 08:02:57.270 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:02:57.270 INFO [main][AbstractShell] Close shell Testing shell 08:02:57.270 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:02:57.274 DEBUG [main][AbstractWait] Waiting while shell is available... 08:02:57.274 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:02:57.274 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest 08:02:57.274 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:02:57.274 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:02:57.296 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:02:57.297 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:02:57.297 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testGetItems no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest) 08:02:57.297 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:02:57.297 INFO [WorkbenchTestable][RequirementsRunner] Started test: testColumnCount no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest) 08:02:57.297 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest 08:02:57.297 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:02:57.297 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:02:57.297 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:02:57.309 DEBUG [WorkbenchTestable][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:02:57.309 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:02:57.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:02:57.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:02:57.340 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:02:57.340 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:02:57.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:02:57.340 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:02:57.340 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:02:57.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:02:57.340 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:02:57.342 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 08:02:57.342 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:02:57.342 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:02:57.342 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:02:57.342 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:02:57.342 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:02:57.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:02:57.343 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:02:57.343 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:02:57.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:02:57.343 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:02:57.343 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:02:57.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:02:57.344 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:02:57.344 DEBUG [main][AbstractWait] Waiting until shell is active... 08:02:57.344 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:02:57.344 INFO [main][AbstractShell] Close shell Testing shell 08:02:57.344 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:02:57.348 DEBUG [main][AbstractWait] Waiting while shell is available... 08:02:57.348 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:02:57.348 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest 08:02:57.348 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:02:57.348 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:02:57.354 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:02:57.354 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:02:57.354 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testColumnCount no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest) 08:02:57.354 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:02:57.354 INFO [WorkbenchTestable][RequirementsRunner] Started test: testGetAllItems no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest) 08:02:57.354 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest 08:02:57.354 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:02:57.354 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:02:57.354 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:02:57.363 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 08:02:57.363 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:02:57.382 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:02:57.382 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:02:57.382 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:02:57.382 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:02:57.382 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:02:57.382 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:02:57.382 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:02:57.382 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:02:57.382 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:02:57.384 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item A and wait with time period 1 08:02:57.384 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 08:02:57.384 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:02:57.885 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:02:57.885 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 08:02:57.887 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 08:02:57.887 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:02:57.887 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 08:02:57.887 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:02:57.887 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 08:02:57.887 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item AA and wait with time period 1 08:02:57.887 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA 08:02:57.887 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:02:58.388 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:02:58.388 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA 08:02:58.390 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA 08:02:58.390 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:02:58.390 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item AA is already expanded. No action performed 08:02:58.390 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:02:58.390 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA 08:02:58.390 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item AAA and wait with time period 1 08:02:58.391 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AAA 08:02:58.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:02:58.891 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:02:58.891 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AAA 08:02:58.891 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AAA 08:02:58.891 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:02:59.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:02:59.392 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AAA 08:02:59.392 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item AAB and wait with time period 1 08:02:59.392 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AAB 08:02:59.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:02:59.892 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:02:59.892 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AAB 08:02:59.892 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AAB 08:02:59.892 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:03:00.393 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:03:00.393 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AAB 08:03:00.393 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item B and wait with time period 1 08:03:00.393 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item B 08:03:00.393 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:03:00.894 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:03:00.894 INFO [WorkbenchTestable][TreeItemHandler] Expanded: B 08:03:00.894 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item B 08:03:00.894 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:03:00.894 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item B is already expanded. No action performed 08:03:00.894 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:03:00.894 INFO [WorkbenchTestable][TreeItemHandler] Expanded: B 08:03:00.894 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item BB and wait with time period 1 08:03:00.894 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item BB 08:03:00.895 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:03:01.395 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:03:01.395 INFO [WorkbenchTestable][TreeItemHandler] Expanded: BB 08:03:01.395 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item BB 08:03:01.395 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:03:01.896 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:03:01.896 INFO [WorkbenchTestable][TreeItemHandler] Expanded: BB 08:03:01.896 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item C and wait with time period 1 08:03:01.896 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item C 08:03:01.896 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:03:02.396 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:03:02.396 INFO [WorkbenchTestable][TreeItemHandler] Expanded: C 08:03:02.396 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item C 08:03:02.396 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:03:02.897 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:03:02.897 INFO [WorkbenchTestable][TreeItemHandler] Expanded: C 08:03:02.897 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:03:02.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:03:02.898 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:03:02.898 DEBUG [main][AbstractWait] Waiting until shell is active... 08:03:02.898 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:03:02.898 INFO [main][AbstractShell] Close shell Testing shell 08:03:02.898 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:03:02.901 DEBUG [main][AbstractWait] Waiting while shell is available... 08:03:02.902 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:03:02.902 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest 08:03:02.902 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:03:02.902 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:03:02.906 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:03:02.906 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:03:02.907 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testGetAllItems no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest) 08:03:02.907 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:03:02.907 INFO [WorkbenchTestable][RequirementsRunner] Started test: testColumnHeaders no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest) 08:03:02.907 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest 08:03:02.907 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:03:02.907 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:03:02.907 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:03:02.916 DEBUG [WorkbenchTestable][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:03:02.916 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:03:02.934 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:03:02.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:03:02.935 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:03:02.935 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:03:02.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:03:02.935 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:03:02.935 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:03:02.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:03:02.935 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:03:02.937 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 08:03:02.937 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:03:02.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:03:02.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:03:02.937 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:03:02.937 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:03:02.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:03:02.937 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:03:02.937 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:03:02.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:03:02.937 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:03:02.938 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:03:02.938 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:03:02.938 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:03:02.939 DEBUG [main][AbstractWait] Waiting until shell is active... 08:03:02.939 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:03:02.939 INFO [main][AbstractShell] Close shell Testing shell 08:03:02.939 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:03:02.942 DEBUG [main][AbstractWait] Waiting while shell is available... 08:03:02.942 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:03:02.942 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest 08:03:02.942 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:03:02.942 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:03:02.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:03:02.948 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:03:02.948 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testColumnHeaders no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest) 08:03:02.948 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:03:02.948 INFO [WorkbenchTestable][RequirementsRunner] Started test: testGetAllItems_noItems no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest) 08:03:02.948 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest 08:03:02.948 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:03:02.948 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:03:02.948 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:03:02.969 DEBUG [WorkbenchTestable][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:03:02.969 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:03:02.984 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:03:02.985 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:03:02.985 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:03:02.985 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:03:02.985 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:03:02.985 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:03:02.985 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:03:02.985 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:03:02.985 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:03:02.985 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:03:02.985 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:03:02.985 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:03:02.986 DEBUG [main][AbstractWait] Waiting until shell is active... 08:03:02.986 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:03:02.986 INFO [main][AbstractShell] Close shell Testing shell 08:03:02.986 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:03:02.989 DEBUG [main][AbstractWait] Waiting while shell is available... 08:03:02.989 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:03:02.989 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest 08:03:02.989 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:03:02.989 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:03:02.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:03:02.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:03:02.995 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testGetAllItems_noItems no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest) 08:03:02.995 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:03:02.995 INFO [WorkbenchTestable][RequirementsRunner] Started test: testFindingTreeById no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest) 08:03:02.995 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest 08:03:02.995 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:03:02.995 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:03:02.995 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:03:03.004 DEBUG [WorkbenchTestable][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:03:03.004 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:03:03.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:03:03.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:03:03.024 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:03:03.024 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:03:03.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:03:03.024 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:03:03.024 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:03:03.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:03:03.024 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:03:03.024 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:03:03.024 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:03:03.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:03:03.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:03:03.025 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:03:03.025 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:03:03.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:03:03.025 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:03:03.025 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key id 08:03:03.025 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:03:03.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:03:03.025 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:03:03.025 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:03:03.025 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:03:03.025 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:03:03.025 DEBUG [main][AbstractWait] Waiting until shell is active... 08:03:03.025 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:03:03.025 INFO [main][AbstractShell] Close shell Testing shell 08:03:03.025 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:03:03.029 DEBUG [main][AbstractWait] Waiting while shell is available... 08:03:03.029 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:03:03.029 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest 08:03:03.029 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:03:03.029 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:03:03.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:03:03.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:03:03.048 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testFindingTreeById no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest) 08:03:03.048 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:03:03.048 INFO [WorkbenchTestable][RequirementsRunner] Started test: testGetItems_noItems no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest) 08:03:03.048 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest 08:03:03.048 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:03:03.049 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:03:03.049 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:03:03.059 DEBUG [WorkbenchTestable][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:03:03.059 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:03:03.065 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:03:03.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:03:03.066 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:03:03.066 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:03:03.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:03:03.066 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:03:03.066 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:03:03.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:03:03.066 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:03:03.066 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:03:03.067 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:03:03.067 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:03:03.067 DEBUG [main][AbstractWait] Waiting until shell is active... 08:03:03.067 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:03:03.067 INFO [main][AbstractShell] Close shell Testing shell 08:03:03.067 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:03:03.070 DEBUG [main][AbstractWait] Waiting while shell is available... 08:03:03.070 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:03:03.070 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest 08:03:03.070 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:03:03.070 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:03:03.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:03:03.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:03:03.098 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testGetItems_noItems no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest) 08:03:03.098 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest 08:03:03.098 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:03:03.098 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:03:03.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:03:03.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.887 s - in org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest testGetItems no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest) Time elapsed: 0.068 s testColumnCount no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest) Time elapsed: 0.057 s testGetAllItems no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest) Time elapsed: 5.553 s testColumnHeaders no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest) Time elapsed: 0.041 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.053 s testGetItems_noItems no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest) Time elapsed: 0.05 s Running org.eclipse.reddeer.swt.test.impl.styledtext.StyledTextTest 08:03:03.103 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.styledtext.StyledTextTest 08:03:03.104 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 08:03:03.104 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:03:03.104 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.styledtext.StyledTextTest 08:03:03.104 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:03:03.104 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 08:03:03.104 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:03:03.104 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 08:03:03.105 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:03:03.105 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:03:03.105 INFO [WorkbenchTestable][RequirementsRunner] Started test: openContextMenu no-configuration(org.eclipse.reddeer.swt.test.impl.styledtext.StyledTextTest) 08:03:03.105 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.styledtext.StyledTextTest 08:03:03.105 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:03:03.105 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:03:03.105 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:03:03.130 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:03:03.130 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:03:03.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:03:03.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:03:03.143 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:03:03.143 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:03:03.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:03:03.143 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:03:03.143 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:03:03.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:03:03.143 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 08:03:03.146 INFO [WorkbenchTestable][AbstractStyledText] Styled Text set to: this is styled text 08:03:03.151 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:03:03.151 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:03:03.151 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:03:03.151 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:03:03.151 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:03:03.151 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:03:03.151 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:03:03.151 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:03:03.151 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:03:03.151 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:03:03.151 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 08:03:03.151 TRACE [WorkbenchTestable][WidgetHandler] Notify StyledText with event 35 08:03:03.151 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:03:03.152 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:03:03.152 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:03:03.152 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:03:03.152 DEBUG [main][AbstractWait] Waiting until shell is active... 08:03:03.152 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:03:03.152 INFO [main][AbstractShell] Close shell Testing shell 08:03:03.152 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:03:03.155 DEBUG [main][AbstractWait] Waiting while shell is available... 08:03:03.155 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:03:03.155 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.styledtext.StyledTextTest 08:03:03.155 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:03:03.155 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:03:03.162 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:03:03.162 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:03:03.163 INFO [WorkbenchTestable][RequirementsRunner] Finished test: openContextMenu no-configuration(org.eclipse.reddeer.swt.test.impl.styledtext.StyledTextTest) 08:03:03.163 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:03:03.163 INFO [WorkbenchTestable][RequirementsRunner] Started test: selectText no-configuration(org.eclipse.reddeer.swt.test.impl.styledtext.StyledTextTest) 08:03:03.163 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.styledtext.StyledTextTest 08:03:03.163 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:03:03.163 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:03:03.163 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:03:03.169 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:03:03.169 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:03:03.189 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:03:03.189 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:03:03.189 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:03:03.189 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:03:03.189 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:03:03.189 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:03:03.190 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:03:03.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:03:03.190 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 08:03:03.190 INFO [WorkbenchTestable][AbstractStyledText] Styled Text set to: this is styled text 08:03:03.191 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:03:03.191 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:03:03.191 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:03:03.191 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:03:03.191 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:03:03.191 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:03:03.191 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:03:03.191 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:03:03.191 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:03:03.191 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:03:03.191 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 08:03:03.191 INFO [WorkbenchTestable][AbstractStyledText] Select text styled in styled text 08:03:03.194 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:03:03.195 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:03:03.195 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:03:03.195 DEBUG [main][AbstractWait] Waiting until shell is active... 08:03:03.195 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:03:03.195 INFO [main][AbstractShell] Close shell Testing shell 08:03:03.195 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:03:03.198 DEBUG [main][AbstractWait] Waiting while shell is available... 08:03:03.198 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:03:03.198 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.styledtext.StyledTextTest 08:03:03.198 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:03:03.198 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:03:03.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:03:03.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:03:03.234 INFO [WorkbenchTestable][RequirementsRunner] Finished test: selectText no-configuration(org.eclipse.reddeer.swt.test.impl.styledtext.StyledTextTest) 08:03:03.234 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:03:03.234 INFO [WorkbenchTestable][RequirementsRunner] Started test: selectPosition no-configuration(org.eclipse.reddeer.swt.test.impl.styledtext.StyledTextTest) 08:03:03.234 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.styledtext.StyledTextTest 08:03:03.234 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:03:03.234 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:03:03.234 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:03:03.240 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:03:03.240 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:03:03.246 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:03:03.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:03:03.247 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:03:03.247 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:03:03.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:03:03.247 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:03:03.247 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:03:03.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:03:03.247 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 08:03:03.247 INFO [WorkbenchTestable][AbstractStyledText] Styled Text set to: this is styled text 08:03:03.248 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:03:03.248 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:03:03.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:03:03.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:03:03.248 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:03:03.248 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:03:03.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:03:03.248 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:03:03.248 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:03:03.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:03:03.248 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 08:03:03.248 INFO [WorkbenchTestable][AbstractStyledText] Select position start: 8 end: 10 in styled text 08:03:03.249 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:03:03.250 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:03:03.250 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:03:03.250 DEBUG [main][AbstractWait] Waiting until shell is active... 08:03:03.250 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:03:03.250 INFO [main][AbstractShell] Close shell Testing shell 08:03:03.250 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:03:03.253 DEBUG [main][AbstractWait] Waiting while shell is available... 08:03:03.253 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:03:03.253 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.styledtext.StyledTextTest 08:03:03.253 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:03:03.253 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:03:03.279 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:03:03.279 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:03:03.279 INFO [WorkbenchTestable][RequirementsRunner] Finished test: selectPosition no-configuration(org.eclipse.reddeer.swt.test.impl.styledtext.StyledTextTest) 08:03:03.279 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.styledtext.StyledTextTest 08:03:03.279 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:03:03.279 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:03:03.279 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:03:03.279 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.177 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.071 s selectPosition no-configuration(org.eclipse.reddeer.swt.test.impl.styledtext.StyledTextTest) Time elapsed: 0.045 s Running org.eclipse.reddeer.swt.test.impl.shell.OkCancelShellTest 08:03:03.284 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.shell.OkCancelShellTest 08:03:03.285 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 08:03:03.285 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:03:03.285 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.shell.OkCancelShellTest 08:03:03.285 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:03:03.285 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 08:03:03.286 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:03:03.286 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 08:03:03.286 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:03:03.286 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:03:03.286 INFO [WorkbenchTestable][RequirementsRunner] Started test: okAndCancelButtonsTest no-configuration(org.eclipse.reddeer.swt.test.impl.shell.OkCancelShellTest) 08:03:03.286 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.shell.OkCancelShellTest 08:03:03.286 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:03:03.286 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:03:03.286 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:03:03.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:03:03.299 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:03:03.299 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 08:03:03.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:03:03.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:03:03.325 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:03:03.326 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:03:03.326 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:03:03.326 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:03:03.326 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:03:03.326 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:03:03.326 INFO [WorkbenchTestable][AbstractButton] Click button OK 08:03:03.326 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:03:03.326 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:03:03.326 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:03:03.326 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:03:03.327 DEBUG [WorkbenchTestable][AbstractWait] Waiting until button heard click notification... 08:03:03.327 DEBUG [WorkbenchTestable][AbstractWait] Waiting until button heard click notification finished successfully 08:03:03.327 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:03:03.327 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:03:03.327 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:03:03.327 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:03:03.327 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:03:03.327 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:03:03.328 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 08:03:03.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:03:03.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:03:03.328 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:03:03.328 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:03:03.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until button heard click notification... 08:03:03.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until button heard click notification finished successfully 08:03:03.328 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:03:03.328 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:03:03.328 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:03:03.329 DEBUG [main][AbstractWait] Waiting until shell is active... 08:03:03.329 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:03:03.329 INFO [main][AbstractShell] Close shell Testing shell 08:03:03.329 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:03:03.331 DEBUG [main][AbstractWait] Waiting while shell is available... 08:03:03.332 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:03:03.332 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.shell.OkCancelShellTest 08:03:03.332 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:03:03.332 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:03:03.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:03:03.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:03:03.351 INFO [WorkbenchTestable][RequirementsRunner] Finished test: okAndCancelButtonsTest no-configuration(org.eclipse.reddeer.swt.test.impl.shell.OkCancelShellTest) 08:03:03.351 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.shell.OkCancelShellTest 08:03:03.351 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:03:03.351 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:03:03.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:03:03.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.067 s - in org.eclipse.reddeer.swt.test.impl.shell.OkCancelShellTest okAndCancelButtonsTest no-configuration(org.eclipse.reddeer.swt.test.impl.shell.OkCancelShellTest) Time elapsed: 0.065 s Running org.eclipse.reddeer.swt.test.impl.label.DefaultLabelTest 08:03:03.356 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.label.DefaultLabelTest 08:03:03.357 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 08:03:03.357 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:03:03.357 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.label.DefaultLabelTest 08:03:03.357 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:03:03.357 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 08:03:03.357 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:03:03.357 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 08:03:03.357 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:03:03.358 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:03:03.362 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:03:03.362 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRedDeer SWT Controls\E'' view via menu. 08:03:03.362 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:03:03.363 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:03:03.363 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:03:03.363 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:03:03.363 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 08:03:03.363 DEBUG [main][MenuItemLookup] Found menu:'File' 08:03:03.363 DEBUG [main][MenuItemLookup] Found menu:'Edit' 08:03:03.363 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 08:03:03.363 DEBUG [main][MenuItemLookup] Found menu:'Search' 08:03:03.363 DEBUG [main][MenuItemLookup] Found menu:'Project' 08:03:03.363 DEBUG [main][MenuItemLookup] Found menu:'Run' 08:03:03.363 DEBUG [main][MenuItemLookup] Found menu:'Window' 08:03:03.363 DEBUG [main][MenuItemLookup] Item match:Window 08:03:03.363 DEBUG [main][MenuItemLookup] Found menu:'New Window' 08:03:03.364 DEBUG [main][MenuItemLookup] Found menu:'Editor' 08:03:03.364 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 08:03:03.364 DEBUG [main][MenuItemLookup] Found menu:'' 08:03:03.364 DEBUG [main][MenuItemLookup] Found menu:'Show View' 08:03:03.364 DEBUG [main][MenuItemLookup] Item match:Show View 08:03:03.368 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 08:03:03.368 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 08:03:03.368 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 08:03:03.368 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 08:03:03.368 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 08:03:03.368 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 08:03:03.368 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 08:03:03.368 DEBUG [main][MenuItemLookup] Found menu:'Progress' 08:03:03.368 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 08:03:03.368 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 08:03:03.368 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 08:03:03.368 DEBUG [main][MenuItemLookup] Found menu:'Templates' 08:03:03.368 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 08:03:03.368 DEBUG [main][MenuItemLookup] Found menu:'' 08:03:03.368 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 08:03:03.368 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 08:03:03.368 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 08:03:03.368 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 08:03:03.368 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 08:03:03.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 08:03:03.443 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:03:03.443 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 08:03:03.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:03:03.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:03:03.444 DEBUG [WorkbenchTestable][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:03:03.444 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:03:03.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:03:03.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:03:03.444 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 08:03:03.444 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:03:03.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:03:03.444 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:03:03.444 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:03:03.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:03:03.444 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:03:03.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:03:03.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:03:03.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer SWT has children... 08:03:03.446 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer SWT 08:03:03.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:03:03.446 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer SWT is already expanded. No action performed 08:03:03.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:03:03.446 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer SWT 08:03:03.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer SWT has children finished successfully 08:03:03.446 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer SWT 08:03:03.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:03:03.446 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer SWT is already expanded. No action performed 08:03:03.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:03:03.446 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer SWT 08:03:03.446 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item RedDeer SWT Controls 08:03:03.446 DEBUG [main][TreeItemHandler] Selecting tree item: RedDeer SWT Controls 08:03:03.446 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item RedDeer SWT Controls about selection 08:03:03.446 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: RedDeer SWT Controls 08:03:03.447 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:03:03.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:03:03.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:03:03.447 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 08:03:03.447 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:03:03.447 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:03:03.447 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:03:03.447 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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:03:03.447 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:03:03.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:03:03.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:03:03.447 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 08:03:03.447 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:03:03.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:03:03.447 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:03:03.448 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:03:03.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:03:03.448 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:03:03.448 INFO [WorkbenchTestable][AbstractButton] Click button &Open 08:03:03.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:03:03.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:03:03.448 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:03:03.448 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:03:03.490 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 08:03:03.491 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 08:03:03.491 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open... 08:03:03.491 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:03:03.493 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:03:03.494 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open finished successfully 08:03:03.494 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:03:03.496 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:03:03.496 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:03:03.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:03:03.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:03:03.497 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:03:03.497 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRedDeer SWT Controls\E') 08:03:03.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:03:03.497 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:03:03.500 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:03:03.500 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:03:03.500 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:03:03.500 INFO [WorkbenchTestable][AbstractView] Activate view RedDeer SWT Controls 08:03:03.500 INFO [WorkbenchTestable][AbstractCTabItem] Activate RedDeer SWT Controls 08:03:03.501 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:03:03.501 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:03:03.501 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:03:03.501 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:03:03.503 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:03:03.503 INFO [WorkbenchTestable][RequirementsRunner] Started test: testFindingById no-configuration(org.eclipse.reddeer.swt.test.impl.label.DefaultLabelTest) 08:03:03.503 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.label.DefaultLabelTest 08:03:03.503 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:03:03.503 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:03:03.503 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:03:03.504 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:03:03.504 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:03:03.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:03:03.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:03:03.531 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "RedDeer SWT Controls"as the parent 08:03:03.531 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:03:03.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:03:03.531 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:03:03.531 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key org.eclipse.reddeer.widget.key 08:03:03.531 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:03:03.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:03:03.531 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Label and index 0 was found 08:03:03.532 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.label.DefaultLabelTest 08:03:03.532 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:03:03.532 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:03:03.532 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:03:03.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:03:03.533 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testFindingById no-configuration(org.eclipse.reddeer.swt.test.impl.label.DefaultLabelTest) 08:03:03.533 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:03:03.533 INFO [WorkbenchTestable][RequirementsRunner] Started test: defaultLabelTest no-configuration(org.eclipse.reddeer.swt.test.impl.label.DefaultLabelTest) 08:03:03.533 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.label.DefaultLabelTest 08:03:03.533 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:03:03.533 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:03:03.533 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:03:03.533 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:03:03.533 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:03:03.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:03:03.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:03:03.533 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "RedDeer SWT Controls"as the parent 08:03:03.533 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:03:03.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:03:03.533 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:03:03.534 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:03:03.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:03:03.534 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Label and index 0 was found 08:03:03.534 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.label.DefaultLabelTest 08:03:03.534 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:03:03.534 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:03:03.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:03:03.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:03:03.534 INFO [WorkbenchTestable][RequirementsRunner] Finished test: defaultLabelTest no-configuration(org.eclipse.reddeer.swt.test.impl.label.DefaultLabelTest) 08:03:03.534 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.label.DefaultLabelTest 08:03:03.534 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:03:03.534 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:03:03.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:03:03.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.179 s - in org.eclipse.reddeer.swt.test.impl.label.DefaultLabelTest testFindingById no-configuration(org.eclipse.reddeer.swt.test.impl.label.DefaultLabelTest) Time elapsed: 0.03 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:03:03.538 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.spinner.SpinnerTest 08:03:03.539 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 08:03:03.539 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:03:03.539 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.spinner.SpinnerTest 08:03:03.539 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:03:03.539 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 08:03:03.540 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:03:03.540 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 08:03:03.540 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:03:03.540 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:03:03.540 INFO [WorkbenchTestable][RequirementsRunner] Started test: spinnerTest no-configuration(org.eclipse.reddeer.swt.test.impl.spinner.SpinnerTest) 08:03:03.540 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.spinner.SpinnerTest 08:03:03.540 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:03:03.540 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:03:03.540 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:03:03.553 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:03:03.553 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:03:03.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:03:03.562 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:03:03.562 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:03:03.562 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:03:03.562 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:03:03.562 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:03:03.562 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:03:03.562 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:03:03.562 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Spinner and index 0 was found 08:03:03.564 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:03:03.564 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:03:03.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:03:03.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:03:03.564 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:03:03.564 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:03:03.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:03:03.564 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:03:03.564 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:03:03.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:03:03.564 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Spinner and index 0 was found 08:03:03.564 INFO [WorkbenchTestable][AbstractSpinner] Set spinner value to 1 08:03:03.565 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:03:03.565 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:03:03.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:03:03.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:03:03.565 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:03:03.565 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:03:03.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:03:03.565 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:03:03.566 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:03:03.566 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:03:03.566 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Spinner and index 0 was found 08:03:03.566 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:03:03.566 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:03:03.566 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:03:03.566 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:03:03.566 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:03:03.566 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:03:03.566 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:03:03.566 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 08:03:03.566 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 08:03:03.566 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:03:03.566 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Spinner and index 1 was found 08:03:03.567 INFO [WorkbenchTestable][AbstractSpinner] Set spinner value to 2 08:03:03.567 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:03:03.567 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:03:03.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:03:03.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:03:03.567 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:03:03.567 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:03:03.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:03:03.567 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 08:03:03.567 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 08:03:03.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:03:03.567 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Spinner and index 1 was found 08:03:03.568 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:03:03.568 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:03:03.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:03:03.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:03:03.568 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:03:03.568 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:03:03.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:03:03.568 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:03:03.568 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:03:03.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:03:03.568 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Spinner and index 0 was found 08:03:03.569 INFO [WorkbenchTestable][AbstractSpinner] Set spinner value to 11 08:03:03.569 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:03:03.569 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:03:03.569 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:03:03.569 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:03:03.569 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:03:03.569 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:03:03.569 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:03:03.569 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:03:03.570 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:03:03.570 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:03:03.570 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Spinner and index 0 was found 08:03:03.570 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:03:03.570 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:03:03.570 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:03:03.570 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:03:03.570 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:03:03.570 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:03:03.570 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:03:03.570 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:03:03.572 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:03:03.572 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:03:03.572 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Spinner and index 0 was found 08:03:03.573 INFO [WorkbenchTestable][AbstractSpinner] Set spinner value to 22 08:03:03.573 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:03:03.573 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:03:03.573 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:03:03.573 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:03:03.573 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:03:03.573 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:03:03.573 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:03:03.573 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:03:03.574 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:03:03.574 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:03:03.574 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Spinner and index 0 was found 08:03:03.574 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:03:03.574 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:03:03.574 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:03:03.575 DEBUG [main][AbstractWait] Waiting until shell is active... 08:03:03.575 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:03:03.575 INFO [main][AbstractShell] Close shell Testing shell 08:03:03.575 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:03:03.579 DEBUG [main][AbstractWait] Waiting while shell is available... 08:03:03.579 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:03:03.579 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.spinner.SpinnerTest 08:03:03.579 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:03:03.579 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:03:03.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:03:03.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:03:03.586 INFO [WorkbenchTestable][RequirementsRunner] Finished test: spinnerTest no-configuration(org.eclipse.reddeer.swt.test.impl.spinner.SpinnerTest) 08:03:03.586 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.spinner.SpinnerTest 08:03:03.586 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:03:03.586 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:03:03.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:03:03.586 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.impl.spinner.SpinnerTest spinnerTest no-configuration(org.eclipse.reddeer.swt.test.impl.spinner.SpinnerTest) Time elapsed: 0.046 s Running org.eclipse.reddeer.swt.test.impl.text.DefaultTextTest 08:03:03.623 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.text.DefaultTextTest 08:03:03.624 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 08:03:03.624 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:03:03.624 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.text.DefaultTextTest 08:03:03.625 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:03:03.625 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 08:03:03.625 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:03:03.625 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 08:03:03.625 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:03:03.625 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:03:03.625 INFO [WorkbenchTestable][RequirementsRunner] Started test: testDeafaultTextWithId no-configuration(org.eclipse.reddeer.swt.test.impl.text.DefaultTextTest) 08:03:03.625 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.text.DefaultTextTest 08:03:03.626 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:03:03.626 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:03:03.626 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:03:03.626 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:03:03.629 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:03:03.629 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:03:03.631 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:03:03.631 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:03:03.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:03:03.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:03:03.632 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:03:03.632 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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:03:03.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:03:03.632 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:03:03.634 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:03:03.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:03:03.634 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:03:03.634 INFO [WorkbenchTestable][AbstractView] Activate view RedDeer SWT Controls 08:03:03.634 INFO [WorkbenchTestable][AbstractCTabItem] Activate RedDeer SWT Controls 08:03:03.635 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:03:03.635 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:03:03.635 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:03:03.635 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:03:03.637 INFO [WorkbenchTestable][AbstractView] Close view 'RedDeer SWT Controls' 08:03:03.637 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem RedDeer SWT Controls 08:03:03.645 INFO [WorkbenchTestable][AbstractCTabItem] Activate RedDeer SWT Controls 08:03:03.647 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 08:03:03.676 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:03:03.682 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:03:03.682 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRedDeer SWT Controls\E'' view via menu. 08:03:03.682 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:03:03.682 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:03:03.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:03:03.683 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:03:03.683 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 08:03:03.683 DEBUG [main][MenuItemLookup] Found menu:'File' 08:03:03.683 DEBUG [main][MenuItemLookup] Found menu:'Edit' 08:03:03.683 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 08:03:03.683 DEBUG [main][MenuItemLookup] Found menu:'Search' 08:03:03.683 DEBUG [main][MenuItemLookup] Found menu:'Project' 08:03:03.683 DEBUG [main][MenuItemLookup] Found menu:'Run' 08:03:03.683 DEBUG [main][MenuItemLookup] Found menu:'Window' 08:03:03.683 DEBUG [main][MenuItemLookup] Item match:Window 08:03:03.683 DEBUG [main][MenuItemLookup] Found menu:'New Window' 08:03:03.683 DEBUG [main][MenuItemLookup] Found menu:'Editor' 08:03:03.683 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 08:03:03.683 DEBUG [main][MenuItemLookup] Found menu:'' 08:03:03.683 DEBUG [main][MenuItemLookup] Found menu:'Show View' 08:03:03.683 DEBUG [main][MenuItemLookup] Item match:Show View 08:03:03.688 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 08:03:03.688 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 08:03:03.688 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 08:03:03.688 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 08:03:03.688 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 08:03:03.688 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 08:03:03.688 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 08:03:03.688 DEBUG [main][MenuItemLookup] Found menu:'Progress' 08:03:03.688 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 08:03:03.688 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 08:03:03.688 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 08:03:03.688 DEBUG [main][MenuItemLookup] Found menu:'Templates' 08:03:03.688 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 08:03:03.688 DEBUG [main][MenuItemLookup] Found menu:'' 08:03:03.688 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 08:03:03.688 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 08:03:03.730 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 08:03:03.730 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 08:03:03.731 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 08:03:03.787 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 08:03:03.788 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:03:03.788 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 08:03:03.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:03:03.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:03:03.789 DEBUG [WorkbenchTestable][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:03:03.789 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:03:03.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:03:03.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:03:03.789 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 08:03:03.790 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:03:03.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:03:03.790 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:03:03.790 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:03:03.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:03:03.790 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:03:03.791 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:03:03.791 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:03:03.791 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer SWT has children... 08:03:03.791 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer SWT 08:03:03.791 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:03:03.791 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer SWT is already expanded. No action performed 08:03:03.791 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:03:03.791 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer SWT 08:03:03.791 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer SWT has children finished successfully 08:03:03.791 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer SWT 08:03:03.791 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:03:03.791 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer SWT is already expanded. No action performed 08:03:03.791 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:03:03.791 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer SWT 08:03:03.791 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item RedDeer SWT Controls 08:03:03.791 DEBUG [main][TreeItemHandler] Selecting tree item: RedDeer SWT Controls 08:03:03.792 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item RedDeer SWT Controls about selection 08:03:03.792 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: RedDeer SWT Controls 08:03:03.792 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:03:03.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:03:03.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:03:03.792 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 08:03:03.792 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:03:03.792 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:03:03.792 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:03:03.792 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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:03:03.792 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:03:03.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:03:03.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:03:03.792 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 08:03:03.792 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:03:03.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:03:03.792 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:03:03.793 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:03:03.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:03:03.793 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:03:03.793 INFO [WorkbenchTestable][AbstractButton] Click button &Open 08:03:03.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:03:03.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:03:03.793 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:03:03.793 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:03:03.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 08:03:03.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 08:03:03.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open... 08:03:03.838 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:03:03.840 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:03:03.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open finished successfully 08:03:03.840 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:03:03.843 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:03:03.843 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:03:03.844 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:03:03.844 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:03:03.844 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:03:03.844 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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:03:03.844 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:03:03.844 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:03:03.846 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:03:03.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:03:03.846 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:03:03.846 INFO [WorkbenchTestable][AbstractView] Activate view RedDeer SWT Controls 08:03:03.846 INFO [WorkbenchTestable][AbstractCTabItem] Activate RedDeer SWT Controls 08:03:03.847 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:03:03.847 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:03:03.847 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:03:03.847 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:03:03.858 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:03:03.858 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:03:03.858 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:03:03.858 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key org.eclipse.reddeer.widget.key 08:03:03.858 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:03:03.858 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:03:03.858 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 08:03:03.858 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:03:03.859 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.text.DefaultTextTest 08:03:03.859 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:03:03.859 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:03:03.859 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:03:03.859 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:03:03.859 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testDeafaultTextWithId no-configuration(org.eclipse.reddeer.swt.test.impl.text.DefaultTextTest) 08:03:03.859 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:03:03.859 INFO [WorkbenchTestable][RequirementsRunner] Started test: testInDialog no-configuration(org.eclipse.reddeer.swt.test.impl.text.DefaultTextTest) 08:03:03.859 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.text.DefaultTextTest 08:03:03.859 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:03:03.859 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:03:03.859 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:03:03.859 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:03:03.862 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:03:03.862 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:03:03.864 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:03:03.865 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:03:03.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:03:03.875 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:03:03.875 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:03:03.875 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.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:03:03.875 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:03:03.875 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:03:03.877 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:03:03.877 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:03:03.877 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:03:03.877 INFO [WorkbenchTestable][AbstractView] Activate view RedDeer SWT Controls 08:03:03.878 INFO [WorkbenchTestable][AbstractCTabItem] Activate RedDeer SWT Controls 08:03:03.878 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:03:03.878 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:03:03.878 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:03:03.878 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:03:03.880 INFO [WorkbenchTestable][AbstractView] Close view 'RedDeer SWT Controls' 08:03:03.880 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem RedDeer SWT Controls 08:03:03.880 INFO [WorkbenchTestable][AbstractCTabItem] Activate RedDeer SWT Controls 08:03:03.880 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 08:03:03.907 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:03:03.911 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:03:03.911 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRedDeer SWT Controls\E'' view via menu. 08:03:03.911 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:03:03.912 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:03:03.912 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:03:03.912 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:03:03.912 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 08:03:03.912 DEBUG [main][MenuItemLookup] Found menu:'File' 08:03:03.912 DEBUG [main][MenuItemLookup] Found menu:'Edit' 08:03:03.912 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 08:03:03.912 DEBUG [main][MenuItemLookup] Found menu:'Search' 08:03:03.912 DEBUG [main][MenuItemLookup] Found menu:'Project' 08:03:03.912 DEBUG [main][MenuItemLookup] Found menu:'Run' 08:03:03.912 DEBUG [main][MenuItemLookup] Found menu:'Window' 08:03:03.912 DEBUG [main][MenuItemLookup] Item match:Window 08:03:03.913 DEBUG [main][MenuItemLookup] Found menu:'New Window' 08:03:03.913 DEBUG [main][MenuItemLookup] Found menu:'Editor' 08:03:03.913 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 08:03:03.913 DEBUG [main][MenuItemLookup] Found menu:'' 08:03:03.913 DEBUG [main][MenuItemLookup] Found menu:'Show View' 08:03:03.913 DEBUG [main][MenuItemLookup] Item match:Show View 08:03:03.916 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 08:03:03.916 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 08:03:03.916 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 08:03:03.916 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 08:03:03.916 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 08:03:03.916 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 08:03:03.916 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 08:03:03.916 DEBUG [main][MenuItemLookup] Found menu:'Progress' 08:03:03.916 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 08:03:03.916 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 08:03:03.916 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 08:03:03.916 DEBUG [main][MenuItemLookup] Found menu:'Templates' 08:03:03.916 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 08:03:03.916 DEBUG [main][MenuItemLookup] Found menu:'' 08:03:03.916 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 08:03:03.916 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 08:03:03.928 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 08:03:03.928 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 08:03:03.928 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 08:03:03.983 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 08:03:03.984 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 08:03:03.984 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 08:03:03.985 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:03:03.985 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:03:03.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:03:03.985 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:03:03.985 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:03:03.985 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:03:03.985 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 08:03:03.985 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:03:03.985 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:03:03.985 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:03:03.985 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:03:03.985 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:03:03.985 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:03:03.986 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:03:03.986 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:03:03.986 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer SWT has children... 08:03:03.986 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer SWT 08:03:03.986 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:03:03.986 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer SWT is already expanded. No action performed 08:03:03.986 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:03:03.986 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer SWT 08:03:03.986 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer SWT has children finished successfully 08:03:03.986 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer SWT 08:03:03.986 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:03:03.986 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer SWT is already expanded. No action performed 08:03:03.986 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:03:03.986 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer SWT 08:03:03.986 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item RedDeer SWT Controls 08:03:03.986 DEBUG [main][TreeItemHandler] Selecting tree item: RedDeer SWT Controls 08:03:03.987 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item RedDeer SWT Controls about selection 08:03:03.987 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: RedDeer SWT Controls 08:03:03.987 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:03:03.987 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:03:03.987 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:03:03.987 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 08:03:03.987 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:03:03.987 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:03:03.987 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:03:03.987 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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:03:03.987 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:03:03.987 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:03:03.987 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:03:03.987 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 08:03:03.987 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:03:03.987 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:03:03.987 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:03:03.988 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:03:03.988 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:03:03.988 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:03:03.988 INFO [WorkbenchTestable][AbstractButton] Click button &Open 08:03:03.988 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:03:03.988 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:03:03.988 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:03:03.988 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:03:04.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 08:03:04.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 08:03:04.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open... 08:03:04.028 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:03:04.030 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:03:04.030 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open finished successfully 08:03:04.030 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:03:04.033 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:03:04.033 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:03:04.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:03:04.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:03:04.033 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:03:04.034 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRedDeer SWT Controls\E') 08:03:04.034 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:03:04.034 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:03:04.045 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:03:04.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:03:04.045 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:03:04.045 INFO [WorkbenchTestable][AbstractView] Activate view RedDeer SWT Controls 08:03:04.045 INFO [WorkbenchTestable][AbstractCTabItem] Activate RedDeer SWT Controls 08:03:04.045 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:03:04.046 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:03:04.046 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:03:04.046 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:03:04.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:03:04.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:03:04.047 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 08:03:04.047 DEBUG [main][MenuItemLookup] Found menu:'File' 08:03:04.047 DEBUG [main][MenuItemLookup] Item match:File 08:03:04.049 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 08:03:04.049 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 08:03:04.052 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 08:03:04.052 DEBUG [main][MenuItemLookup] Found menu:'Project...' 08:03:04.052 DEBUG [main][MenuItemLookup] Found menu:'' 08:03:04.052 DEBUG [main][MenuItemLookup] Found menu:'Package' 08:03:04.052 DEBUG [main][MenuItemLookup] Found menu:'Class' 08:03:04.052 DEBUG [main][MenuItemLookup] Found menu:'Interface' 08:03:04.052 DEBUG [main][MenuItemLookup] Found menu:'Enum' 08:03:04.052 DEBUG [main][MenuItemLookup] Found menu:'Record' 08:03:04.052 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 08:03:04.052 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 08:03:04.052 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 08:03:04.052 DEBUG [main][MenuItemLookup] Found menu:'Folder' 08:03:04.052 DEBUG [main][MenuItemLookup] Found menu:'File' 08:03:04.052 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 08:03:04.052 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 08:03:04.052 DEBUG [main][MenuItemLookup] Found menu:'' 08:03:04.052 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 08:03:04.052 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 08:03:04.062 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 08:03:04.062 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 08:03:04.062 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 08:03:04.129 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:03:04.131 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:03:04.131 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 08:03:04.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:03:04.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:03:04.132 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:03:04.132 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:03:04.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:03:04.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:03:04.132 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Select a wizard" as the parent 08:03:04.132 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:03:04.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:03:04.132 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:03:04.133 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:03:04.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:03:04.133 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 08:03:04.133 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:03:04.133 INFO [WorkbenchTestable][AbstractText] Text set to: myvalue 08:03:04.134 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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:03:04.134 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:03:04.134 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:03:04.134 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:03:04.134 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Select a wizard" as the parent 08:03:04.134 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:03:04.134 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:03:04.134 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:03:04.135 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:03:04.135 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:03:04.135 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:03:04.136 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 08:03:04.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:03:04.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:03:04.136 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:03:04.136 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:03:04.154 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.text.DefaultTextTest 08:03:04.154 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:03:04.154 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:03:04.154 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:03:04.154 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:03:04.154 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testInDialog no-configuration(org.eclipse.reddeer.swt.test.impl.text.DefaultTextTest) 08:03:04.154 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:03:04.154 INFO [WorkbenchTestable][RequirementsRunner] Started test: defaultTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.text.DefaultTextTest) 08:03:04.154 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.text.DefaultTextTest 08:03:04.154 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:03:04.154 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:03:04.154 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:03:04.154 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:03:04.157 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:03:04.157 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:03:04.163 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:03:04.164 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:03:04.164 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:03:04.164 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:03:04.164 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:03:04.164 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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:03:04.164 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:03:04.164 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:03:04.167 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:03:04.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:03:04.167 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:03:04.167 INFO [WorkbenchTestable][AbstractView] Activate view RedDeer SWT Controls 08:03:04.167 INFO [WorkbenchTestable][AbstractCTabItem] Activate RedDeer SWT Controls 08:03:04.167 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:03:04.168 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:03:04.168 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:03:04.168 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:03:04.169 INFO [WorkbenchTestable][AbstractView] Close view 'RedDeer SWT Controls' 08:03:04.169 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem RedDeer SWT Controls 08:03:04.169 INFO [WorkbenchTestable][AbstractCTabItem] Activate RedDeer SWT Controls 08:03:04.169 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 08:03:04.195 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:03:04.199 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:03:04.199 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRedDeer SWT Controls\E'' view via menu. 08:03:04.199 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:03:04.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:03:04.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:03:04.200 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:03:04.200 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 08:03:04.200 DEBUG [main][MenuItemLookup] Found menu:'File' 08:03:04.200 DEBUG [main][MenuItemLookup] Found menu:'Edit' 08:03:04.200 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 08:03:04.200 DEBUG [main][MenuItemLookup] Found menu:'Search' 08:03:04.200 DEBUG [main][MenuItemLookup] Found menu:'Project' 08:03:04.200 DEBUG [main][MenuItemLookup] Found menu:'Run' 08:03:04.200 DEBUG [main][MenuItemLookup] Found menu:'Window' 08:03:04.200 DEBUG [main][MenuItemLookup] Item match:Window 08:03:04.200 DEBUG [main][MenuItemLookup] Found menu:'New Window' 08:03:04.200 DEBUG [main][MenuItemLookup] Found menu:'Editor' 08:03:04.200 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 08:03:04.200 DEBUG [main][MenuItemLookup] Found menu:'' 08:03:04.200 DEBUG [main][MenuItemLookup] Found menu:'Show View' 08:03:04.200 DEBUG [main][MenuItemLookup] Item match:Show View 08:03:04.223 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 08:03:04.223 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 08:03:04.223 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 08:03:04.223 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 08:03:04.223 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 08:03:04.223 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 08:03:04.223 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 08:03:04.223 DEBUG [main][MenuItemLookup] Found menu:'Progress' 08:03:04.223 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 08:03:04.223 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 08:03:04.223 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 08:03:04.223 DEBUG [main][MenuItemLookup] Found menu:'Templates' 08:03:04.223 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 08:03:04.223 DEBUG [main][MenuItemLookup] Found menu:'' 08:03:04.223 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 08:03:04.223 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 08:03:04.235 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 08:03:04.235 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 08:03:04.235 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 08:03:04.291 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 08:03:04.292 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:03:04.292 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 08:03:04.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:03:04.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:03:04.293 DEBUG [WorkbenchTestable][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:03:04.293 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:03:04.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:03:04.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:03:04.294 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 08:03:04.294 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:03:04.294 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:03:04.294 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:03:04.294 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:03:04.294 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:03:04.294 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:03:04.295 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:03:04.295 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:03:04.295 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer SWT has children... 08:03:04.295 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer SWT 08:03:04.295 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:03:04.295 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer SWT is already expanded. No action performed 08:03:04.295 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:03:04.295 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer SWT 08:03:04.295 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer SWT has children finished successfully 08:03:04.295 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer SWT 08:03:04.295 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:03:04.295 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer SWT is already expanded. No action performed 08:03:04.295 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:03:04.295 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer SWT 08:03:04.296 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item RedDeer SWT Controls 08:03:04.296 DEBUG [main][TreeItemHandler] Selecting tree item: RedDeer SWT Controls 08:03:04.296 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item RedDeer SWT Controls about selection 08:03:04.296 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: RedDeer SWT Controls 08:03:04.296 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:03:04.296 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:03:04.296 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:03:04.296 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 08:03:04.296 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:03:04.296 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:03:04.296 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:03:04.296 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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:03:04.296 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:03:04.296 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:03:04.297 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:03:04.297 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 08:03:04.297 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:03:04.297 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:03:04.297 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:03:04.297 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:03:04.297 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:03:04.297 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:03:04.297 INFO [WorkbenchTestable][AbstractButton] Click button &Open 08:03:04.297 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:03:04.297 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:03:04.297 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:03:04.297 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:03:04.353 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 08:03:04.353 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 08:03:04.353 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open... 08:03:04.353 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:03:04.356 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:03:04.356 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open finished successfully 08:03:04.356 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:03:04.358 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:03:04.358 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:03:04.359 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:03:04.359 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:03:04.359 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:03:04.359 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRedDeer SWT Controls\E') 08:03:04.359 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:03:04.359 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:03:04.362 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:03:04.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:03:04.362 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:03:04.362 INFO [WorkbenchTestable][AbstractView] Activate view RedDeer SWT Controls 08:03:04.362 INFO [WorkbenchTestable][AbstractCTabItem] Activate RedDeer SWT Controls 08:03:04.373 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:03:04.373 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:03:04.373 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:03:04.373 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:03:04.375 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:03:04.375 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:03:04.375 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:03:04.375 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:03:04.376 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "RedDeer SWT Controls"as the parent 08:03:04.376 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:03:04.376 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:03:04.376 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:03:04.376 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:03:04.376 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:03:04.376 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 08:03:04.376 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:03:04.376 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:03:04.376 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:03:04.376 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:03:04.376 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:03:04.376 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "RedDeer SWT Controls"as the parent 08:03:04.376 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:03:04.376 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:03:04.376 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:03:04.376 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:03:04.376 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:03:04.376 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 08:03:04.376 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:03:04.376 INFO [WorkbenchTestable][AbstractText] Text set to: New text 08:03:04.376 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:03:04.376 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:03:04.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:03:04.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:03:04.377 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "RedDeer SWT Controls"as the parent 08:03:04.377 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:03:04.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:03:04.377 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:03:04.377 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:03:04.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:03:04.377 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 08:03:04.377 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:03:04.377 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:03:04.377 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:03:04.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:03:04.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:03:04.377 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "RedDeer SWT Controls"as the parent 08:03:04.377 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:03:04.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:03:04.377 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:03:04.377 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:03:04.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:03:04.377 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 08:03:04.377 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:03:04.377 INFO [WorkbenchTestable][AbstractText] Text set to: Original text 08:03:04.377 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.text.DefaultTextTest 08:03:04.377 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:03:04.377 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:03:04.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:03:04.378 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:03:04.378 INFO [WorkbenchTestable][RequirementsRunner] Finished test: defaultTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.text.DefaultTextTest) 08:03:04.378 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.text.DefaultTextTest 08:03:04.378 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:03:04.378 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:03:04.378 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:03:04.378 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.788 s - in org.eclipse.reddeer.swt.test.impl.text.DefaultTextTest testDeafaultTextWithId no-configuration(org.eclipse.reddeer.swt.test.impl.text.DefaultTextTest) Time elapsed: 0.234 s testInDialog no-configuration(org.eclipse.reddeer.swt.test.impl.text.DefaultTextTest) Time elapsed: 0.295 s defaultTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.text.DefaultTextTest) Time elapsed: 0.224 s Running org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 08:03:04.382 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 08:03:04.383 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 08:03:04.383 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:03:04.383 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 08:03:04.383 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:03:04.383 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 08:03:04.392 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:03:04.392 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 08:03:04.392 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:03:04.392 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:03:04.392 INFO [WorkbenchTestable][RequirementsRunner] Started test: findLabeledTextWithCLabel no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 08:03:04.392 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 08:03:04.392 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:03:04.392 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:03:04.392 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:03:04.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:03:04.464 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:03:04.464 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 08:03:04.464 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:03:04.464 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:03:04.464 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:03:04.464 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:03:04.464 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:03:04.464 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:03:04.464 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:03:04.464 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:03:04.464 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:03:04.464 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:03:04.471 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:03:04.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:03:04.471 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 08:03:04.471 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:03:04.472 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:03:04.472 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:03:04.472 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:03:04.473 DEBUG [main][AbstractWait] Waiting until shell is active... 08:03:04.473 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:03:04.473 INFO [main][AbstractShell] Close shell Testing shell 08:03:04.473 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:03:04.481 DEBUG [main][AbstractWait] Waiting while shell is available... 08:03:04.481 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:03:04.481 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 08:03:04.481 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:03:04.481 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:03:04.488 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:03:04.488 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:03:04.488 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findLabeledTextWithCLabel no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 08:03:04.489 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:03:04.489 INFO [WorkbenchTestable][RequirementsRunner] Started test: findLabeledTextWithFormLabel no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 08:03:04.489 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 08:03:04.489 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:03:04.489 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:03:04.489 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:03:04.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:03:04.528 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:03:04.528 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 08:03:04.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:03:04.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:03:04.528 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "FormLabel") 08:03:04.528 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:03:04.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:03:04.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:03:04.528 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:03:04.528 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:03:04.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:03:04.528 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:03:04.533 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:03:04.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:03:04.533 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 08:03:04.533 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:03:04.534 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:03:04.534 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:03:04.534 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:03:04.534 DEBUG [main][AbstractWait] Waiting until shell is active... 08:03:04.534 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:03:04.534 INFO [main][AbstractShell] Close shell Testing shell 08:03:04.534 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:03:04.542 DEBUG [main][AbstractWait] Waiting while shell is available... 08:03:04.542 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:03:04.542 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 08:03:04.542 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:03:04.542 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:03:04.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:03:04.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:03:04.549 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findLabeledTextWithFormLabel no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 08:03:04.549 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:03:04.549 INFO [WorkbenchTestable][RequirementsRunner] Started test: setFocusTest no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 08:03:04.549 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 08:03:04.549 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:03:04.549 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:03:04.549 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:03:04.572 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:03:04.588 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:03:04.588 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 08:03:04.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:03:04.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:03:04.589 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:03:04.589 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:03:04.589 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:03:04.589 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:03:04.589 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:03:04.589 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:03:04.589 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:03:04.589 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 08:03:04.589 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 08:03:04.589 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:03:04.589 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 1 was found 08:03:04.589 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:03:04.590 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:03:04.590 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:03:04.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:03:04.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:03:04.590 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:03:04.590 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:03:04.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:03:04.590 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:03:04.590 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:03:04.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:03:04.591 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 08:03:04.591 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:03:04.591 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:03:04.591 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:03:04.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:03:04.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:03:04.591 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:03:04.591 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:03:04.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:03:04.591 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:03:04.593 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:03:04.594 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:03:04.594 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 08:03:04.594 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:03:04.594 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:03:04.594 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:03:04.594 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:03:04.594 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:03:04.594 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:03:04.594 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:03:04.594 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:03:04.594 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:03:04.595 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:03:04.595 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:03:04.595 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 08:03:04.595 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:03:04.596 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:03:04.596 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:03:04.596 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:03:04.596 DEBUG [main][AbstractWait] Waiting until shell is active... 08:03:04.596 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:03:04.596 INFO [main][AbstractShell] Close shell Testing shell 08:03:04.596 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:03:04.604 DEBUG [main][AbstractWait] Waiting while shell is available... 08:03:04.604 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:03:04.604 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 08:03:04.604 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:03:04.604 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:03:04.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:03:04.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:03:04.630 INFO [WorkbenchTestable][RequirementsRunner] Finished test: setFocusTest no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 08:03:04.630 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:03:04.630 INFO [WorkbenchTestable][RequirementsRunner] Started test: findLabeledTextWithOutsideLabel no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 08:03:04.630 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 08:03:04.630 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:03:04.630 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:03:04.630 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:03:04.653 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:03:04.665 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:03:04.665 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 08:03:04.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:03:04.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:03:04.665 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:03:04.665 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:03:04.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:03:04.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:03:04.665 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:03:04.665 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:03:04.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:03:04.665 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:03:04.670 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:03:04.670 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:03:04.670 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 08:03:04.670 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:03:04.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:03:04.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:03:04.671 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:03:04.672 DEBUG [main][AbstractWait] Waiting until shell is active... 08:03:04.672 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:03:04.672 INFO [main][AbstractShell] Close shell Testing shell 08:03:04.672 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:03:04.679 DEBUG [main][AbstractWait] Waiting while shell is available... 08:03:04.680 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:03:04.680 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 08:03:04.680 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:03:04.680 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:03:04.686 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:03:04.686 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:03:04.687 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findLabeledTextWithOutsideLabel no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 08:03:04.687 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:03:04.687 INFO [WorkbenchTestable][RequirementsRunner] Started test: setNonEditableTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 08:03:04.687 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 08:03:04.687 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:03:04.687 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:03:04.687 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:03:04.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:03:04.745 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:03:04.745 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 08:03:04.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:03:04.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:03:04.745 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:03:04.745 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:03:04.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:03:04.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:03:04.745 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:03:04.745 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:03:04.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:03:04.745 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:03:04.749 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:03:04.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:03:04.749 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 08:03:04.749 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:03:04.750 INFO [WorkbenchTestable][AbstractText] Text set to: funny text 08:03:04.750 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:03:04.750 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:03:04.750 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:03:04.751 DEBUG [main][AbstractWait] Waiting until shell is active... 08:03:04.751 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:03:04.751 INFO [main][AbstractShell] Close shell Testing shell 08:03:04.751 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:03:04.759 DEBUG [main][AbstractWait] Waiting while shell is available... 08:03:04.759 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:03:04.759 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 08:03:04.759 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:03:04.759 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:03:04.766 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:03:04.766 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:03:04.766 INFO [WorkbenchTestable][RequirementsRunner] Finished test: setNonEditableTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 08:03:04.766 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:03:04.766 INFO [WorkbenchTestable][RequirementsRunner] Started test: findLabeledTextWithAsterisk no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 08:03:04.766 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 08:03:04.766 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:03:04.766 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:03:04.766 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:03:04.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:03:04.805 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:03:04.805 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 08:03:04.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:03:04.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:03:04.805 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:03:04.805 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:03:04.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:03:04.806 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:03:04.806 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:03:04.806 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:03:04.806 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:03:04.806 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:03:04.829 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:03:04.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:03:04.829 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 08:03:04.829 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:03:04.830 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:03:04.830 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:03:04.830 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:03:04.831 DEBUG [main][AbstractWait] Waiting until shell is active... 08:03:04.831 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:03:04.831 INFO [main][AbstractShell] Close shell Testing shell 08:03:04.831 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:03:04.838 DEBUG [main][AbstractWait] Waiting while shell is available... 08:03:04.838 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:03:04.839 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 08:03:04.839 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:03:04.839 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:03:04.845 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:03:04.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:03:04.846 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findLabeledTextWithAsterisk no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 08:03:04.846 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:03:04.846 INFO [WorkbenchTestable][RequirementsRunner] Started test: getTextMessage no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 08:03:04.846 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 08:03:04.846 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:03:04.846 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:03:04.846 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:03:04.869 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:03:04.889 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:03:04.889 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 08:03:04.889 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:03:04.889 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:03:04.889 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:03:04.889 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:03:04.889 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:03:04.889 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:03:04.889 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:03:04.889 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:03:04.889 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:03:04.889 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:03:04.893 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:03:04.893 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:03:04.893 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 08:03:04.893 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:03:04.894 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:03:04.894 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:03:04.894 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:03:04.895 DEBUG [main][AbstractWait] Waiting until shell is active... 08:03:04.895 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:03:04.895 INFO [main][AbstractShell] Close shell Testing shell 08:03:04.895 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:03:04.903 DEBUG [main][AbstractWait] Waiting while shell is available... 08:03:04.903 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:03:04.903 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 08:03:04.903 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:03:04.903 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:03:04.910 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:03:04.910 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:03:04.910 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getTextMessage no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 08:03:04.911 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:03:04.911 INFO [WorkbenchTestable][RequirementsRunner] Started test: findLabeledTextForRequiredField no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 08:03:04.911 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 08:03:04.911 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:03:04.911 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:03:04.911 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:03:04.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:03:04.962 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:03:04.962 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 08:03:04.962 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:03:04.962 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:03:04.962 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:03:04.962 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:03:04.962 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:03:04.962 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:03:04.962 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:03:04.962 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:03:04.962 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:03:04.962 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:03:04.968 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:03:04.968 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:03:04.968 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 08:03:04.968 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:03:04.969 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:03:04.969 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:03:04.969 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:03:04.969 DEBUG [main][AbstractWait] Waiting until shell is active... 08:03:04.969 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:03:04.969 INFO [main][AbstractShell] Close shell Testing shell 08:03:04.969 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:03:04.977 DEBUG [main][AbstractWait] Waiting while shell is available... 08:03:04.977 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:03:04.977 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 08:03:04.977 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:03:04.977 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:03:04.984 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:03:04.984 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:03:04.984 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findLabeledTextForRequiredField no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 08:03:04.984 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:03:04.984 INFO [WorkbenchTestable][RequirementsRunner] Started test: findLabeledTextWithIcon no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 08:03:04.984 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 08:03:04.984 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:03:04.984 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:03:04.984 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:03:05.006 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:03:05.022 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:03:05.022 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 08:03:05.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:03:05.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:03:05.022 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:03:05.022 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:03:05.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:03:05.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:03:05.023 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:03:05.023 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:03:05.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:03:05.023 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:03:05.024 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:03:05.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:03:05.024 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 08:03:05.024 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:03:05.024 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:03:05.024 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:03:05.024 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:03:05.030 DEBUG [main][AbstractWait] Waiting until shell is active... 08:03:05.030 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:03:05.030 INFO [main][AbstractShell] Close shell Testing shell 08:03:05.030 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:03:05.037 DEBUG [main][AbstractWait] Waiting while shell is available... 08:03:05.037 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:03:05.037 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 08:03:05.038 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:03:05.038 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:03:05.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:03:05.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:03:05.044 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findLabeledTextWithIcon no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 08:03:05.044 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:03:05.044 INFO [WorkbenchTestable][RequirementsRunner] Started test: typeTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 08:03:05.044 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 08:03:05.044 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:03:05.044 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:03:05.044 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:03:05.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:03:05.082 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:03:05.082 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 08:03:05.082 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:03:05.082 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:03:05.082 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:03:05.082 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:03:05.082 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:03:05.082 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:03:05.082 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:03:05.082 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:03:05.082 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:03:05.082 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:03:05.084 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:03:05.084 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:03:05.084 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 08:03:05.084 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:03:05.085 INFO [WorkbenchTestable][AbstractText] Type text not so funny text 08:03:05.085 INFO [WorkbenchTestable][AbstractText] Text set to: 08:03:05.085 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:03:05.085 DEBUG [WorkbenchTestable][AbstractText] Force focus to receive keyboard events 08:03:05.088 INFO [WorkbenchTestable][Keyboard] Type text "not so funny text" 08:03:05.143 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 08:03:05.144 INFO [WorkbenchTestable][Keyboard] As char:n, as int:110 08:03:05.745 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 08:03:05.745 INFO [WorkbenchTestable][Keyboard] As char:o, as int:111 08:03:06.346 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 08:03:06.346 INFO [WorkbenchTestable][Keyboard] As char:t, as int:116 08:03:06.947 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 08:03:06.947 INFO [WorkbenchTestable][Keyboard] As char: , as int:32 08:03:07.548 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 08:03:07.548 INFO [WorkbenchTestable][Keyboard] As char:s, as int:115 08:03:08.149 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 08:03:08.149 INFO [WorkbenchTestable][Keyboard] As char:o, as int:111 08:03:08.750 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 08:03:08.750 INFO [WorkbenchTestable][Keyboard] As char: , as int:32 08:03:09.351 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 08:03:09.351 INFO [WorkbenchTestable][Keyboard] As char:f, as int:102 08:03:09.952 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 08:03:09.952 INFO [WorkbenchTestable][Keyboard] As char:u, as int:117 08:03:10.553 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 08:03:10.553 INFO [WorkbenchTestable][Keyboard] As char:n, as int:110 08:03:11.154 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 08:03:11.154 INFO [WorkbenchTestable][Keyboard] As char:n, as int:110 08:03:11.755 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 08:03:11.755 INFO [WorkbenchTestable][Keyboard] As char:y, as int:121 08:03:12.356 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 08:03:12.356 INFO [WorkbenchTestable][Keyboard] As char: , as int:32 08:03:12.957 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 08:03:12.957 INFO [WorkbenchTestable][Keyboard] As char:t, as int:116 08:03:13.558 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 08:03:13.558 INFO [WorkbenchTestable][Keyboard] As char:e, as int:101 08:03:14.159 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 08:03:14.159 INFO [WorkbenchTestable][Keyboard] As char:x, as int:120 08:03:14.760 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 08:03:14.760 INFO [WorkbenchTestable][Keyboard] As char:t, as int:116 08:03:15.361 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:03:15.361 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:03:15.361 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:03:15.361 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:03:15.361 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:03:15.361 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:03:15.361 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:03:15.361 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:03:15.364 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:03:15.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:03:15.364 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 08:03:15.364 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:03:15.364 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:03:15.364 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:03:15.364 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:03:15.365 DEBUG [main][AbstractWait] Waiting until shell is active... 08:03:15.365 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:03:15.365 INFO [main][AbstractShell] Close shell Testing shell 08:03:15.365 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:03:15.373 DEBUG [main][AbstractWait] Waiting while shell is available... 08:03:15.373 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:03:15.373 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 08:03:15.373 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:03:15.373 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:03:15.385 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:03:15.385 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:03:15.385 INFO [WorkbenchTestable][RequirementsRunner] Finished test: typeTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 08:03:15.385 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:03:15.385 INFO [WorkbenchTestable][RequirementsRunner] Started test: setTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 08:03:15.385 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 08:03:15.385 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:03:15.385 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:03:15.385 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:03:15.408 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:03:15.422 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:03:15.422 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 08:03:15.422 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:03:15.422 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:03:15.422 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:03:15.422 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:03:15.422 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:03:15.422 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:03:15.422 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:03:15.422 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:03:15.422 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:03:15.422 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:03:15.425 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:03:15.425 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:03:15.425 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 08:03:15.425 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:03:15.426 INFO [WorkbenchTestable][AbstractText] Text set to: funny text 08:03:15.426 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:03:15.426 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:03:15.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:03:15.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:03:15.426 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:03:15.426 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:03:15.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:03:15.426 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:03:15.428 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:03:15.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:03:15.428 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 08:03:15.428 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:03:15.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:03:15.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:03:15.429 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:03:15.429 DEBUG [main][AbstractWait] Waiting until shell is active... 08:03:15.429 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:03:15.429 INFO [main][AbstractShell] Close shell Testing shell 08:03:15.429 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:03:15.437 DEBUG [main][AbstractWait] Waiting while shell is available... 08:03:15.437 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:03:15.437 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 08:03:15.437 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:03:15.437 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:03:15.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:03:15.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:03:15.445 INFO [WorkbenchTestable][RequirementsRunner] Finished test: setTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 08:03:15.445 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:03:15.445 INFO [WorkbenchTestable][RequirementsRunner] Started test: findLabeledTextWithSpecialChar no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 08:03:15.445 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 08:03:15.445 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:03:15.445 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:03:15.445 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:03:15.470 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:03:15.487 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:03:15.488 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 08:03:15.488 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:03:15.488 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:03:15.488 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:03:15.488 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:03:15.488 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:03:15.488 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:03:15.488 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:03:15.488 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:03:15.488 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:03:15.488 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:03:15.496 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:03:15.496 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:03:15.496 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 08:03:15.496 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:03:15.501 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:03:15.501 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:03:15.501 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:03:15.501 DEBUG [main][AbstractWait] Waiting until shell is active... 08:03:15.501 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:03:15.501 INFO [main][AbstractShell] Close shell Testing shell 08:03:15.501 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:03:15.510 DEBUG [main][AbstractWait] Waiting while shell is available... 08:03:15.510 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:03:15.510 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 08:03:15.510 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:03:15.510 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:03:15.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:03:15.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:03:15.534 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findLabeledTextWithSpecialChar no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 08:03:15.534 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:03:15.534 INFO [WorkbenchTestable][RequirementsRunner] Started test: findLabeledTextWithAsteriskWithSpace no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 08:03:15.534 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 08:03:15.534 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:03:15.534 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:03:15.534 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:03:15.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:03:15.570 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:03:15.570 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 08:03:15.570 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:03:15.570 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:03:15.570 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Required label2 *") 08:03:15.570 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:03:15.570 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:03:15.571 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:03:15.571 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:03:15.571 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:03:15.571 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:03:15.571 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:03:15.577 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:03:15.577 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:03:15.577 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 08:03:15.577 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:03:15.578 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:03:15.578 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:03:15.578 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:03:15.579 DEBUG [main][AbstractWait] Waiting until shell is active... 08:03:15.579 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:03:15.579 INFO [main][AbstractShell] Close shell Testing shell 08:03:15.579 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:03:15.587 DEBUG [main][AbstractWait] Waiting while shell is available... 08:03:15.587 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:03:15.587 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 08:03:15.587 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:03:15.587 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:03:15.594 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:03:15.594 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:03:15.594 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findLabeledTextWithAsteriskWithSpace no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 08:03:15.594 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:03:15.594 INFO [WorkbenchTestable][RequirementsRunner] Started test: findLabeledTextWithTwoIcons no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 08:03:15.594 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 08:03:15.594 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:03:15.594 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:03:15.594 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:03:15.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:03:15.651 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:03:15.652 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 08:03:15.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:03:15.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:03:15.652 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:03:15.652 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:03:15.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:03:15.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:03:15.652 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:03:15.652 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:03:15.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:03:15.652 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:03:15.655 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:03:15.655 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:03:15.655 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 08:03:15.655 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:03:15.655 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:03:15.655 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:03:15.656 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:03:15.656 DEBUG [main][AbstractWait] Waiting until shell is active... 08:03:15.656 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:03:15.656 INFO [main][AbstractShell] Close shell Testing shell 08:03:15.656 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:03:15.664 DEBUG [main][AbstractWait] Waiting while shell is available... 08:03:15.664 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:03:15.664 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 08:03:15.664 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:03:15.664 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:03:15.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:03:15.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:03:15.671 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findLabeledTextWithTwoIcons no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 08:03:15.671 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:03:15.671 INFO [WorkbenchTestable][RequirementsRunner] Started test: findLabeledTextForRequiredFieldWithSpace no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 08:03:15.671 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 08:03:15.671 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:03:15.671 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:03:15.671 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:03:15.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:03:15.711 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:03:15.711 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 08:03:15.711 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:03:15.711 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:03:15.711 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:03:15.711 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:03:15.711 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:03:15.711 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:03:15.711 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:03:15.711 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:03:15.711 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:03:15.711 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:03:15.719 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:03:15.719 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:03:15.719 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 08:03:15.719 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:03:15.720 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:03:15.720 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:03:15.720 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:03:15.720 DEBUG [main][AbstractWait] Waiting until shell is active... 08:03:15.720 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:03:15.720 INFO [main][AbstractShell] Close shell Testing shell 08:03:15.720 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:03:15.731 DEBUG [main][AbstractWait] Waiting while shell is available... 08:03:15.731 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:03:15.731 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 08:03:15.731 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:03:15.731 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:03:15.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:03:15.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:03:15.745 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findLabeledTextForRequiredFieldWithSpace no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 08:03:15.745 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:03:15.745 INFO [WorkbenchTestable][RequirementsRunner] Started test: findLabeledTextWithoutIcon no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 08:03:15.745 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 08:03:15.745 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:03:15.745 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:03:15.745 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:03:15.770 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:03:15.784 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:03:15.784 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 08:03:15.784 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:03:15.784 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:03:15.784 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:03:15.784 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:03:15.784 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:03:15.784 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:03:15.784 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:03:15.784 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:03:15.784 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:03:15.784 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:03:15.786 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:03:15.786 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:03:15.786 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 08:03:15.786 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:03:15.787 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:03:15.787 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:03:15.787 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:03:15.788 DEBUG [main][AbstractWait] Waiting until shell is active... 08:03:15.788 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:03:15.788 INFO [main][AbstractShell] Close shell Testing shell 08:03:15.788 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:03:15.796 DEBUG [main][AbstractWait] Waiting while shell is available... 08:03:15.796 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:03:15.796 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 08:03:15.796 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:03:15.796 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:03:15.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:03:15.804 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:03:15.804 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findLabeledTextWithoutIcon no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 08:03:15.804 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:03:15.804 INFO [WorkbenchTestable][RequirementsRunner] Started test: findLabeledTextWithFormCLabel no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 08:03:15.804 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 08:03:15.804 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:03:15.804 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:03:15.804 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:03:15.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:03:15.844 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:03:15.844 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 08:03:15.844 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:03:15.844 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:03:15.844 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:03:15.844 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:03:15.844 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:03:15.844 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:03:15.844 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:03:15.845 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:03:15.845 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:03:15.845 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:03:15.849 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:03:15.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:03:15.849 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 08:03:15.849 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:03:15.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:03:15.851 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:03:15.851 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:03:15.851 DEBUG [main][AbstractWait] Waiting until shell is active... 08:03:15.851 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:03:15.851 INFO [main][AbstractShell] Close shell Testing shell 08:03:15.851 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:03:15.859 DEBUG [main][AbstractWait] Waiting while shell is available... 08:03:15.859 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:03:15.859 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 08:03:15.860 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:03:15.860 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:03:15.866 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:03:15.866 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:03:15.867 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findLabeledTextWithFormCLabel no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 08:03:15.867 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 08:03:15.867 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:03:15.867 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:03:15.867 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:03:15.867 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 11.485 s - in org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest findLabeledTextWithCLabel no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) Time elapsed: 0.096 s findLabeledTextWithFormLabel no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) Time elapsed: 0.06 s setFocusTest no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) Time elapsed: 0.081 s findLabeledTextWithOutsideLabel no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) Time elapsed: 0.057 s setNonEditableTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) Time elapsed: 0.079 s findLabeledTextWithAsterisk no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) Time elapsed: 0.08 s getTextMessage no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) Time elapsed: 0.064 s findLabeledTextForRequiredField no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) Time elapsed: 0.073 s findLabeledTextWithIcon no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) Time elapsed: 0.06 s typeTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) Time elapsed: 10.341 s setTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) Time elapsed: 0.06 s findLabeledTextWithSpecialChar no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) Time elapsed: 0.089 s findLabeledTextWithAsteriskWithSpace no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) Time elapsed: 0.06 s findLabeledTextWithTwoIcons no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) Time elapsed: 0.077 s findLabeledTextForRequiredFieldWithSpace no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) Time elapsed: 0.073 s findLabeledTextWithoutIcon no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) Time elapsed: 0.059 s findLabeledTextWithFormCLabel no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) Time elapsed: 0.063 s Running org.eclipse.reddeer.swt.test.impl.text.StyledTextTest 08:03:15.873 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.text.StyledTextTest 08:03:15.873 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 08:03:15.873 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:03:15.873 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.text.StyledTextTest 08:03:15.874 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:03:15.874 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 08:03:15.876 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:03:15.876 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 08:03:15.876 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:03:15.876 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:03:15.878 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:03:15.878 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:03:15.879 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:03:15.881 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:03:15.881 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:03:15.881 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:03:15.881 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:03:15.882 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:03:15.882 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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:03:15.882 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:03:15.882 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:03:15.884 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:03:15.884 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:03:15.884 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:03:15.884 INFO [WorkbenchTestable][AbstractView] Activate view RedDeer SWT Controls 08:03:15.884 INFO [WorkbenchTestable][AbstractCTabItem] Activate RedDeer SWT Controls 08:03:15.885 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:03:15.885 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:03:15.885 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:03:15.885 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:03:15.886 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:03:15.886 INFO [WorkbenchTestable][RequirementsRunner] Started test: defaultStyledTextGetPositionNonExistingTest no-configuration(org.eclipse.reddeer.swt.test.impl.text.StyledTextTest) 08:03:15.886 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.text.StyledTextTest 08:03:15.886 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:03:15.886 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:03:15.886 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:03:15.902 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:03:15.912 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:03:15.912 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 08:03:15.912 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:03:15.912 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:03:15.912 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:03:15.912 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:03:15.912 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:03:15.912 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:03:15.912 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:03:15.912 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:03:15.912 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:03:15.912 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:03:15.912 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:03:15.912 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:03:15.912 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 08:03:15.916 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:03:15.929 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:03:15.929 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.text.StyledTextTest 08:03:15.929 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:03:15.929 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:03:15.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:03:15.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:03:15.929 INFO [WorkbenchTestable][RequirementsRunner] Finished test: defaultStyledTextGetPositionNonExistingTest no-configuration(org.eclipse.reddeer.swt.test.impl.text.StyledTextTest) 08:03:15.929 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:03:15.929 INFO [WorkbenchTestable][RequirementsRunner] Started test: defaultStyledTextGetPositionTest no-configuration(org.eclipse.reddeer.swt.test.impl.text.StyledTextTest) 08:03:15.929 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.text.StyledTextTest 08:03:15.929 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:03:15.929 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:03:15.929 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:03:15.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:03:15.945 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:03:15.945 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 08:03:15.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:03:15.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:03:15.946 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:03:15.946 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:03:15.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:03:15.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:03:15.946 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:03:15.946 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:03:15.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:03:15.946 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:03:15.946 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:03:15.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:03:15.946 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 08:03:15.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:03:15.965 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:03:15.965 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.text.StyledTextTest 08:03:15.965 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:03:15.965 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:03:15.965 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:03:15.965 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:03:15.965 INFO [WorkbenchTestable][RequirementsRunner] Finished test: defaultStyledTextGetPositionTest no-configuration(org.eclipse.reddeer.swt.test.impl.text.StyledTextTest) 08:03:15.965 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:03:15.965 INFO [WorkbenchTestable][RequirementsRunner] Started test: defaultStyledTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.text.StyledTextTest) 08:03:15.965 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.text.StyledTextTest 08:03:15.965 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:03:15.965 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:03:15.965 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:03:15.965 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:03:15.965 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:03:15.965 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:03:15.965 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:03:15.966 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "RedDeer SWT Controls"as the parent 08:03:15.966 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:03:15.966 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:03:15.966 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:03:15.966 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:03:15.966 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:03:15.966 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 08:03:15.967 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:03:15.967 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:03:15.967 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:03:15.967 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:03:15.967 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "RedDeer SWT Controls"as the parent 08:03:15.967 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:03:15.967 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:03:15.967 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:03:15.967 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:03:15.967 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:03:15.967 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 08:03:15.967 INFO [WorkbenchTestable][AbstractStyledText] Styled Text set to: Modified styled text 08:03:15.968 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:03:15.968 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:03:15.968 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.text.StyledTextTest 08:03:15.968 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:03:15.968 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:03:15.968 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:03:15.968 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:03:15.968 INFO [WorkbenchTestable][RequirementsRunner] Finished test: defaultStyledTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.text.StyledTextTest) 08:03:15.968 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.text.StyledTextTest 08:03:15.968 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:03:15.968 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:03:15.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:03:15.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.097 s - in org.eclipse.reddeer.swt.test.impl.text.StyledTextTest defaultStyledTextGetPositionNonExistingTest no-configuration(org.eclipse.reddeer.swt.test.impl.text.StyledTextTest) Time elapsed: 0.043 s defaultStyledTextGetPositionTest no-configuration(org.eclipse.reddeer.swt.test.impl.text.StyledTextTest) Time elapsed: 0.036 s defaultStyledTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.text.StyledTextTest) Time elapsed: 0.003 s Running org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest 08:03:15.973 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest 08:03:15.974 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 08:03:15.974 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:03:15.974 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest 08:03:15.974 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:03:15.974 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 08:03:15.974 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:03:15.974 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 08:03:15.974 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:03:15.975 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:03:15.975 INFO [WorkbenchTestable][RequirementsRunner] Started test: nonExistinghorizontalProgressBarTest no-configuration(org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest) 08:03:15.975 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest 08:03:15.975 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:03:15.975 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:03:15.975 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:03:15.982 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:03:15.982 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:03:15.989 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:03:15.990 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:03:15.990 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:03:15.990 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:03:15.990 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:03:15.990 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 08:03:15.990 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2is not found 08:03:16.490 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 08:03:16.491 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2is not found 08:03:16.991 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 08:03:16.991 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2is not found 08:03:16.991 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:03:16.991 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ProgressBar and index 2 was not found 08:03:16.992 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:03:16.992 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:03:16.992 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:03:16.992 DEBUG [main][AbstractWait] Waiting until shell is active... 08:03:16.992 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:03:16.992 INFO [main][AbstractShell] Close shell Testing shell 08:03:16.992 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:03:16.995 DEBUG [main][AbstractWait] Waiting while shell is available... 08:03:16.995 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:03:16.995 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest 08:03:16.995 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:03:16.995 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:03:17.007 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:03:17.008 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:03:17.008 INFO [WorkbenchTestable][RequirementsRunner] Finished test: nonExistinghorizontalProgressBarTest no-configuration(org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest) 08:03:17.008 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:03:17.008 INFO [WorkbenchTestable][RequirementsRunner] Started test: IndeterminateProgressBarTest no-configuration(org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest) 08:03:17.008 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest 08:03:17.008 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:03:17.008 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:03:17.008 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:03:17.014 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:03:17.014 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:03:17.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:03:17.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:03:17.023 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:03:17.023 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:03:17.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:03:17.023 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:03:17.023 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:03:17.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:03:17.023 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ProgressBar and index 0 was found 08:03:17.023 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:03:17.023 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:03:17.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:03:17.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:03:17.023 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:03:17.023 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:03:17.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:03:17.023 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:03:17.023 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:03:17.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:03:17.023 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ProgressBar and index 0 was found 08:03:17.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:03:17.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:03:17.023 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:03:17.023 DEBUG [main][AbstractWait] Waiting until shell is active... 08:03:17.023 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:03:17.023 INFO [main][AbstractShell] Close shell Testing shell 08:03:17.023 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:03:17.026 DEBUG [main][AbstractWait] Waiting while shell is available... 08:03:17.026 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:03:17.026 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest 08:03:17.026 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:03:17.026 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:03:17.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:03:17.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:03:17.039 INFO [WorkbenchTestable][RequirementsRunner] Finished test: IndeterminateProgressBarTest no-configuration(org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest) 08:03:17.039 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:03:17.039 INFO [WorkbenchTestable][RequirementsRunner] Started test: horizontalProgressBarTest no-configuration(org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest) 08:03:17.039 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest 08:03:17.039 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:03:17.039 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:03:17.039 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:03:17.045 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:03:17.045 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:03:17.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:03:17.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:03:17.053 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:03:17.053 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:03:17.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:03:17.053 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:03:17.054 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:03:17.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:03:17.054 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ProgressBar and index 0 was found 08:03:17.054 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:03:17.054 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:03:17.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:03:17.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:03:17.054 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:03:17.054 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:03:17.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:03:17.054 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:03:17.054 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:03:17.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:03:17.054 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ProgressBar and index 0 was found 08:03:17.054 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:03:17.054 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:03:17.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:03:17.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:03:17.054 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:03:17.054 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:03:17.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:03:17.054 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 08:03:17.054 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 08:03:17.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:03:17.054 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ProgressBar and index 1 was found 08:03:17.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:03:17.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:03:17.057 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:03:17.057 DEBUG [main][AbstractWait] Waiting until shell is active... 08:03:17.057 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:03:17.057 INFO [main][AbstractShell] Close shell Testing shell 08:03:17.057 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:03:17.059 DEBUG [main][AbstractWait] Waiting while shell is available... 08:03:17.060 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:03:17.060 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest 08:03:17.060 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:03:17.060 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:03:17.072 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:03:17.072 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:03:17.072 INFO [WorkbenchTestable][RequirementsRunner] Finished test: horizontalProgressBarTest no-configuration(org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest) 08:03:17.072 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:03:17.072 INFO [WorkbenchTestable][RequirementsRunner] Started test: noonExistingIndeterminateProgressBarTest no-configuration(org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest) 08:03:17.072 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest 08:03:17.072 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:03:17.072 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:03:17.072 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:03:17.078 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:03:17.078 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:03:17.086 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:03:17.087 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:03:17.087 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:03:17.087 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:03:17.087 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:03:17.087 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 08:03:17.087 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1is not found 08:03:17.587 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 08:03:17.587 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1is not found 08:03:18.088 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 08:03:18.088 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1is not found 08:03:18.088 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:03:18.088 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ProgressBar and index 1 was not found 08:03:18.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:03:18.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:03:18.088 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:03:18.088 DEBUG [main][AbstractWait] Waiting until shell is active... 08:03:18.088 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:03:18.088 INFO [main][AbstractShell] Close shell Testing shell 08:03:18.088 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:03:18.091 DEBUG [main][AbstractWait] Waiting while shell is available... 08:03:18.091 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:03:18.091 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest 08:03:18.091 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:03:18.091 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:03:18.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:03:18.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:03:18.102 INFO [WorkbenchTestable][RequirementsRunner] Finished test: noonExistingIndeterminateProgressBarTest no-configuration(org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest) 08:03:18.102 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:03:18.102 INFO [WorkbenchTestable][RequirementsRunner] Started test: verticalProgressBarTest no-configuration(org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest) 08:03:18.102 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest 08:03:18.102 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:03:18.103 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:03:18.103 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:03:18.108 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:03:18.108 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:03:18.114 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:03:18.115 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:03:18.115 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:03:18.115 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:03:18.115 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:03:18.115 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:03:18.115 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:03:18.115 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:03:18.115 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ProgressBar and index 0 was found 08:03:18.115 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:03:18.115 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:03:18.115 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:03:18.115 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:03:18.115 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:03:18.115 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:03:18.115 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:03:18.115 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:03:18.115 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:03:18.115 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:03:18.115 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ProgressBar and index 0 was found 08:03:18.116 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:03:18.116 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:03:18.116 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:03:18.116 DEBUG [main][AbstractWait] Waiting until shell is active... 08:03:18.116 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:03:18.116 INFO [main][AbstractShell] Close shell Testing shell 08:03:18.116 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:03:18.118 DEBUG [main][AbstractWait] Waiting while shell is available... 08:03:18.118 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:03:18.118 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest 08:03:18.118 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:03:18.118 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:03:18.123 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:03:18.123 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:03:18.124 INFO [WorkbenchTestable][RequirementsRunner] Finished test: verticalProgressBarTest no-configuration(org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest) 08:03:18.124 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:03:18.124 INFO [WorkbenchTestable][RequirementsRunner] Started test: nonExistingVerticalProgressBarTest no-configuration(org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest) 08:03:18.124 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest 08:03:18.124 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:03:18.124 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:03:18.124 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:03:18.129 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:03:18.129 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:03:18.139 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:03:18.139 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:03:18.139 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:03:18.139 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:03:18.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:03:18.140 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 08:03:18.140 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1is not found 08:03:18.640 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 08:03:18.640 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1is not found 08:03:19.140 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 08:03:19.141 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1is not found 08:03:19.141 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:03:19.141 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ProgressBar and index 1 was not found 08:03:19.141 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:03:19.141 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:03:19.141 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:03:19.141 DEBUG [main][AbstractWait] Waiting until shell is active... 08:03:19.141 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:03:19.141 INFO [main][AbstractShell] Close shell Testing shell 08:03:19.141 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:03:19.144 DEBUG [main][AbstractWait] Waiting while shell is available... 08:03:19.144 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:03:19.144 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest 08:03:19.144 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:03:19.144 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:03:19.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:03:19.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:03:19.157 INFO [WorkbenchTestable][RequirementsRunner] Finished test: nonExistingVerticalProgressBarTest no-configuration(org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest) 08:03:19.157 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest 08:03:19.157 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:03:19.157 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:03:19.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:03:19.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.184 s - in org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest nonExistinghorizontalProgressBarTest no-configuration(org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest) Time elapsed: 1.033 s IndeterminateProgressBarTest no-configuration(org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest) Time elapsed: 0.031 s horizontalProgressBarTest no-configuration(org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest) Time elapsed: 0.033 s noonExistingIndeterminateProgressBarTest no-configuration(org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest) Time elapsed: 1.03 s verticalProgressBarTest no-configuration(org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest) Time elapsed: 0.022 s nonExistingVerticalProgressBarTest no-configuration(org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest) Time elapsed: 1.033 s Running org.eclipse.reddeer.swt.test.impl.scale.ScaleTest 08:03:19.162 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.scale.ScaleTest 08:03:19.162 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 08:03:19.162 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:03:19.162 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.scale.ScaleTest 08:03:19.162 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:03:19.162 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 08:03:19.163 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:03:19.163 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 08:03:19.163 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:03:19.163 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:03:19.163 INFO [WorkbenchTestable][RequirementsRunner] Started test: findScaleByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.scale.ScaleTest) 08:03:19.163 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.scale.ScaleTest 08:03:19.163 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:03:19.163 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:03:19.163 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:03:19.173 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:03:19.173 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:03:19.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:03:19.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:03:19.181 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:03:19.181 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:03:19.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:03:19.181 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 08:03:19.181 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 08:03:19.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:03:19.181 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Scale and index 1 was found 08:03:19.183 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:03:19.183 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:03:19.183 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:03:19.183 DEBUG [main][AbstractWait] Waiting until shell is active... 08:03:19.183 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:03:19.183 INFO [main][AbstractShell] Close shell Testing shell 08:03:19.183 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:03:19.187 DEBUG [main][AbstractWait] Waiting while shell is available... 08:03:19.187 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:03:19.187 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.scale.ScaleTest 08:03:19.187 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:03:19.187 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:03:19.193 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:03:19.193 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:03:19.193 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findScaleByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.scale.ScaleTest) 08:03:19.193 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:03:19.193 INFO [WorkbenchTestable][RequirementsRunner] Started test: findNonExistingScaleByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.scale.ScaleTest) 08:03:19.193 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.scale.ScaleTest 08:03:19.193 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:03:19.193 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:03:19.193 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:03:19.200 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:03:19.200 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:03:19.212 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:03:19.212 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:03:19.212 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:03:19.212 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:03:19.212 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:03:19.212 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 4 with specified parent and matchers 08:03:19.212 TRACE [WorkbenchTestable][WidgetLookup] widget with index 4is not found 08:03:19.713 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 4 with specified parent and matchers 08:03:19.713 TRACE [WorkbenchTestable][WidgetLookup] widget with index 4is not found 08:03:20.213 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 4 with specified parent and matchers 08:03:20.213 TRACE [WorkbenchTestable][WidgetLookup] widget with index 4is not found 08:03:20.213 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:03:20.214 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Scale and index 4 was not found 08:03:20.214 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:03:20.214 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:03:20.214 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:03:20.214 DEBUG [main][AbstractWait] Waiting until shell is active... 08:03:20.214 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:03:20.214 INFO [main][AbstractShell] Close shell Testing shell 08:03:20.214 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:03:20.218 DEBUG [main][AbstractWait] Waiting while shell is available... 08:03:20.218 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:03:20.218 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.scale.ScaleTest 08:03:20.218 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:03:20.218 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:03:20.225 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:03:20.225 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:03:20.225 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findNonExistingScaleByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.scale.ScaleTest) 08:03:20.225 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:03:20.225 INFO [WorkbenchTestable][RequirementsRunner] Started test: getSelection no-configuration(org.eclipse.reddeer.swt.test.impl.scale.ScaleTest) 08:03:20.225 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.scale.ScaleTest 08:03:20.225 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:03:20.225 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:03:20.225 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:03:20.237 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:03:20.237 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:03:20.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:03:20.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:03:20.244 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:03:20.244 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:03:20.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:03:20.244 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 08:03:20.244 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 08:03:20.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:03:20.244 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Scale and index 1 was found 08:03:20.246 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:03:20.246 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:03:20.246 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:03:20.247 DEBUG [main][AbstractWait] Waiting until shell is active... 08:03:20.247 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:03:20.247 INFO [main][AbstractShell] Close shell Testing shell 08:03:20.247 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:03:20.250 DEBUG [main][AbstractWait] Waiting while shell is available... 08:03:20.250 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:03:20.250 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.scale.ScaleTest 08:03:20.250 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:03:20.250 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:03:20.257 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:03:20.257 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:03:20.257 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getSelection no-configuration(org.eclipse.reddeer.swt.test.impl.scale.ScaleTest) 08:03:20.257 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:03:20.257 INFO [WorkbenchTestable][RequirementsRunner] Started test: setSelection no-configuration(org.eclipse.reddeer.swt.test.impl.scale.ScaleTest) 08:03:20.257 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.scale.ScaleTest 08:03:20.257 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:03:20.257 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:03:20.257 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:03:20.264 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:03:20.264 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:03:20.276 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:03:20.276 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:03:20.276 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:03:20.276 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:03:20.276 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:03:20.276 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:03:20.276 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:03:20.276 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:03:20.276 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Scale and index 0 was found 08:03:20.277 TRACE [WorkbenchTestable][WidgetHandler] Notify Scale with event 13 08:03:20.277 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:03:20.278 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:03:20.278 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:03:20.278 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:03:20.278 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:03:20.278 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:03:20.278 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:03:20.278 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:03:20.278 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:03:20.278 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:03:20.278 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:03:20.278 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 08:03:20.278 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:03:20.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:03:20.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:03:20.279 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:03:20.279 DEBUG [main][AbstractWait] Waiting until shell is active... 08:03:20.279 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:03:20.279 INFO [main][AbstractShell] Close shell Testing shell 08:03:20.279 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:03:20.282 DEBUG [main][AbstractWait] Waiting while shell is available... 08:03:20.283 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:03:20.283 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.scale.ScaleTest 08:03:20.283 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:03:20.283 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:03:20.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:03:20.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:03:20.289 INFO [WorkbenchTestable][RequirementsRunner] Finished test: setSelection no-configuration(org.eclipse.reddeer.swt.test.impl.scale.ScaleTest) 08:03:20.289 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:03:20.289 INFO [WorkbenchTestable][RequirementsRunner] Started test: getMaximum no-configuration(org.eclipse.reddeer.swt.test.impl.scale.ScaleTest) 08:03:20.289 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.scale.ScaleTest 08:03:20.289 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:03:20.289 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:03:20.289 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:03:20.296 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:03:20.296 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:03:20.327 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:03:20.327 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:03:20.327 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:03:20.327 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:03:20.327 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:03:20.327 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 08:03:20.327 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 08:03:20.327 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:03:20.327 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Scale and index 1 was found 08:03:20.329 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:03:20.329 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:03:20.329 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:03:20.329 DEBUG [main][AbstractWait] Waiting until shell is active... 08:03:20.329 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:03:20.329 INFO [main][AbstractShell] Close shell Testing shell 08:03:20.329 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:03:20.333 DEBUG [main][AbstractWait] Waiting while shell is available... 08:03:20.333 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:03:20.333 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.scale.ScaleTest 08:03:20.333 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:03:20.333 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:03:20.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:03:20.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:03:20.339 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getMaximum no-configuration(org.eclipse.reddeer.swt.test.impl.scale.ScaleTest) 08:03:20.339 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:03:20.339 INFO [WorkbenchTestable][RequirementsRunner] Started test: getMinimum no-configuration(org.eclipse.reddeer.swt.test.impl.scale.ScaleTest) 08:03:20.339 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.scale.ScaleTest 08:03:20.339 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:03:20.339 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:03:20.339 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:03:20.346 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:03:20.346 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:03:20.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:03:20.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:03:20.358 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:03:20.358 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:03:20.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:03:20.358 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:03:20.358 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:03:20.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:03:20.358 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Scale and index 0 was found 08:03:20.359 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:03:20.359 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:03:20.359 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:03:20.359 DEBUG [main][AbstractWait] Waiting until shell is active... 08:03:20.359 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:03:20.359 INFO [main][AbstractShell] Close shell Testing shell 08:03:20.359 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:03:20.363 DEBUG [main][AbstractWait] Waiting while shell is available... 08:03:20.363 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:03:20.363 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.scale.ScaleTest 08:03:20.363 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:03:20.363 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:03:20.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:03:20.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:03:20.369 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getMinimum no-configuration(org.eclipse.reddeer.swt.test.impl.scale.ScaleTest) 08:03:20.369 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.scale.ScaleTest 08:03:20.369 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:03:20.369 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:03:20.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:03:20.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.208 s - in org.eclipse.reddeer.swt.test.impl.scale.ScaleTest findScaleByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.scale.ScaleTest) Time elapsed: 0.03 s findNonExistingScaleByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.scale.ScaleTest) Time elapsed: 1.032 s getSelection no-configuration(org.eclipse.reddeer.swt.test.impl.scale.ScaleTest) Time elapsed: 0.032 s setSelection no-configuration(org.eclipse.reddeer.swt.test.impl.scale.ScaleTest) Time elapsed: 0.032 s getMaximum no-configuration(org.eclipse.reddeer.swt.test.impl.scale.ScaleTest) Time elapsed: 0.049 s getMinimum no-configuration(org.eclipse.reddeer.swt.test.impl.scale.ScaleTest) Time elapsed: 0.03 s Running org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 08:03:20.374 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 08:03:20.374 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 08:03:20.374 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:03:20.374 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 08:03:20.375 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:03:20.375 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 08:03:20.375 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:03:20.375 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 08:03:20.375 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:03:20.375 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:03:20.375 INFO [WorkbenchTestable][RequirementsRunner] Started test: testGetItemsByStrings no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 08:03:20.375 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 08:03:20.375 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:03:20.375 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:03:20.375 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:03:20.668 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:03:20.668 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:03:20.902 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:03:20.902 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:03:20.902 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:03:20.902 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:03:20.902 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:03:20.902 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:03:20.902 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:03:20.902 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:03:20.902 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 08:03:20.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 08:03:20.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 08:03:20.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 08:03:20.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 08:03:20.914 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 08:03:20.914 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 08:03:20.914 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 08:03:20.914 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 08:03:20.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 08:03:20.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 08:03:20.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 08:03:20.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 08:03:20.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:03:20.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:03:20.941 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:03:20.942 DEBUG [main][AbstractWait] Waiting until shell is active... 08:03:20.942 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:03:20.942 INFO [main][AbstractShell] Close shell Testing shell 08:03:20.942 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:03:20.951 DEBUG [main][AbstractWait] Waiting while shell is available... 08:03:20.951 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:03:20.951 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 08:03:20.951 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:03:20.951 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:03:20.963 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:03:20.963 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:03:20.963 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testGetItemsByStrings no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 08:03:20.963 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:03:20.963 INFO [WorkbenchTestable][RequirementsRunner] Started test: testGetTooHighIndexHeader no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 08:03:20.964 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 08:03:20.964 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:03:20.964 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:03:20.964 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:03:21.226 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:03:21.226 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:03:21.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:03:21.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:03:21.462 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:03:21.462 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:03:21.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:03:21.462 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:03:21.462 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:03:21.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:03:21.463 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 08:03:21.464 DEBUG [WorkbenchTestable][AbstractTable] Available headers: [ , C, !, Description, Resource, In Folder, Location] 08:03:21.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:03:21.465 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:03:21.465 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:03:21.465 DEBUG [main][AbstractWait] Waiting until shell is active... 08:03:21.465 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:03:21.465 INFO [main][AbstractShell] Close shell Testing shell 08:03:21.465 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:03:21.475 DEBUG [main][AbstractWait] Waiting while shell is available... 08:03:21.475 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:03:21.475 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 08:03:21.475 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:03:21.475 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:03:21.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:03:21.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:03:21.481 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testGetTooHighIndexHeader no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 08:03:21.481 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:03:21.481 INFO [WorkbenchTestable][RequirementsRunner] Started test: testGetSelectedItemsMulti no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 08:03:21.481 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 08:03:21.481 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:03:21.481 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:03:21.481 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:03:21.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:03:21.743 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:03:21.970 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:03:21.970 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:03:21.970 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:03:21.970 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:03:21.970 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:03:21.970 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:03:21.970 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:03:21.970 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:03:21.970 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 08:03:21.971 INFO [WorkbenchTestable][AbstractTable] Select table rows with indexes (1, 3) 08:03:21.971 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 08:03:21.971 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 08:03:21.972 TRACE [main][WidgetHandler] Notify Table with event 13 08:03:21.972 TRACE [main][WidgetHandler] Wait for synchronization 08:03:21.972 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 08:03:21.972 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 08:03:21.975 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 08:03:21.975 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 08:03:21.975 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 08:03:21.975 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 08:03:21.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:03:21.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:03:21.976 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:03:21.976 DEBUG [main][AbstractWait] Waiting until shell is active... 08:03:21.976 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:03:21.976 INFO [main][AbstractShell] Close shell Testing shell 08:03:21.976 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:03:21.985 DEBUG [main][AbstractWait] Waiting while shell is available... 08:03:21.985 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:03:21.985 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 08:03:21.985 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:03:21.985 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:03:21.991 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:03:21.991 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:03:21.991 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testGetSelectedItemsMulti no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 08:03:21.991 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:03:21.991 INFO [WorkbenchTestable][RequirementsRunner] Started test: testCheckTable no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 08:03:21.991 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 08:03:21.991 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:03:21.991 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:03:21.991 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:03:22.248 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:03:22.248 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:03:22.480 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:03:22.480 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:03:22.480 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:03:22.480 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:03:22.480 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:03:22.480 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 08:03:22.486 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 08:03:22.486 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:03:22.486 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 2 was found 08:03:22.487 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 08:03:22.487 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 08:03:22.487 INFO [WorkbenchTestable][AbstractTableItem] Check table Item x: 08:03:22.489 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table heard check notification... 08:03:22.490 TRACE [WorkbenchTestable][WidgetHandler] Notify Table with event 13 08:03:22.490 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:03:22.490 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table heard check notification finished successfully 08:03:22.490 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 08:03:22.491 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 08:03:22.493 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:03:22.493 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:03:22.493 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:03:22.493 DEBUG [main][AbstractWait] Waiting until shell is active... 08:03:22.493 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:03:22.493 INFO [main][AbstractShell] Close shell Testing shell 08:03:22.493 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:03:22.502 DEBUG [main][AbstractWait] Waiting while shell is available... 08:03:22.502 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:03:22.502 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 08:03:22.502 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:03:22.502 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:03:22.514 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:03:22.514 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:03:22.514 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testCheckTable no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 08:03:22.514 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:03:22.514 INFO [WorkbenchTestable][RequirementsRunner] Started test: testGetSelectedItemsSingle no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 08:03:22.514 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 08:03:22.514 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:03:22.514 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:03:22.514 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:03:22.768 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 08:03:22.768 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:03:22.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:03:22.995 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:03:22.995 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:03:22.995 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:03:22.995 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:03:22.995 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:03:22.995 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:03:22.995 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:03:22.995 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 08:03:22.996 INFO [WorkbenchTestable][AbstractTable] Select table rows with indexes (2) 08:03:22.996 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 08:03:22.996 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 08:03:22.996 TRACE [main][WidgetHandler] Notify Table with event 13 08:03:22.996 TRACE [main][WidgetHandler] Wait for synchronization 08:03:22.996 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 08:03:22.996 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 08:03:22.998 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 08:03:22.998 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 08:03:22.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:03:22.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:03:22.998 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:03:22.998 DEBUG [main][AbstractWait] Waiting until shell is active... 08:03:22.998 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:03:22.998 INFO [main][AbstractShell] Close shell Testing shell 08:03:22.998 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:03:23.007 DEBUG [main][AbstractWait] Waiting while shell is available... 08:03:23.007 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:03:23.007 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 08:03:23.008 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:03:23.008 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:03:23.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:03:23.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:03:23.013 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testGetSelectedItemsSingle no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 08:03:23.013 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:03:23.013 INFO [WorkbenchTestable][RequirementsRunner] Started test: testTableContainsItem no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 08:03:23.013 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 08:03:23.013 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:03:23.013 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:03:23.013 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:03:23.266 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:03:23.266 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:03:23.501 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:03:23.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:03:23.502 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:03:23.502 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:03:23.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:03:23.502 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 08:03:23.504 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 08:03:23.504 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:03:23.504 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 1 was found 08:03:23.505 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 08:03:23.505 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 08:03:23.505 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:03:23.505 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:03:23.505 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:03:23.505 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:03:23.506 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:03:23.506 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:03:23.506 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:03:23.506 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 08:03:23.508 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 08:03:23.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:03:23.508 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 1 was found 08:03:23.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 08:03:23.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 08:03:23.508 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:03:23.508 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:03:23.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:03:23.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:03:23.508 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:03:23.508 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:03:23.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:03:23.508 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 08:03:23.511 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 08:03:23.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:03:23.511 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 1 was found 08:03:23.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 08:03:23.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 08:03:23.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:03:23.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:03:23.512 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:03:23.512 DEBUG [main][AbstractWait] Waiting until shell is active... 08:03:23.512 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:03:23.512 INFO [main][AbstractShell] Close shell Testing shell 08:03:23.512 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:03:23.521 DEBUG [main][AbstractWait] Waiting while shell is available... 08:03:23.521 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:03:23.521 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 08:03:23.521 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:03:23.521 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:03:23.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:03:23.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:03:23.533 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testTableContainsItem no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 08:03:23.534 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:03:23.534 INFO [WorkbenchTestable][RequirementsRunner] Started test: testSingleSelectionTableCheck no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 08:03:23.534 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 08:03:23.534 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:03:23.534 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:03:23.534 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:03:23.786 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:03:23.786 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:03:24.012 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:03:24.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:03:24.013 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:03:24.013 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:03:24.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:03:24.013 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 08:03:24.015 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 08:03:24.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:03:24.015 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 1 was found 08:03:24.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 08:03:24.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 08:03:24.016 INFO [WorkbenchTestable][AbstractTableItem] Check table Item x: 08:03:24.017 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:03:24.017 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:03:24.017 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:03:24.017 DEBUG [main][AbstractWait] Waiting until shell is active... 08:03:24.017 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:03:24.017 INFO [main][AbstractShell] Close shell Testing shell 08:03:24.017 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:03:24.026 DEBUG [main][AbstractWait] Waiting while shell is available... 08:03:24.026 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:03:24.026 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 08:03:24.026 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:03:24.026 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:03:24.032 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:03:24.032 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:03:24.032 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testSingleSelectionTableCheck no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 08:03:24.032 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:03:24.032 INFO [WorkbenchTestable][RequirementsRunner] Started test: testSingleSelectionTable no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 08:03:24.032 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 08:03:24.032 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:03:24.032 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:03:24.032 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:03:24.286 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 1 and no matchers specified 08:03:24.286 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:03:24.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:03:24.519 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:03:24.519 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:03:24.519 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:03:24.519 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:03:24.519 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 08:03:24.521 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 08:03:24.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:03:24.522 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 1 was found 08:03:24.522 INFO [WorkbenchTestable][AbstractTable] Select table rows with indexes (1) 08:03:24.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 08:03:24.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 08:03:24.522 TRACE [main][WidgetHandler] Notify Table with event 13 08:03:24.523 TRACE [main][WidgetHandler] Wait for synchronization 08:03:24.523 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:03:24.523 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:03:24.523 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:03:24.523 DEBUG [main][AbstractWait] Waiting until shell is active... 08:03:24.523 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:03:24.523 INFO [main][AbstractShell] Close shell Testing shell 08:03:24.523 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:03:24.533 DEBUG [main][AbstractWait] Waiting while shell is available... 08:03:24.533 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:03:24.533 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 08:03:24.533 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:03:24.533 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:03:24.539 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:03:24.539 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:03:24.539 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testSingleSelectionTable no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 08:03:24.540 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:03:24.540 INFO [WorkbenchTestable][RequirementsRunner] Started test: testCheckTableWithMultiSelection no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 08:03:24.540 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 08:03:24.540 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:03:24.540 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:03:24.540 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:03:24.798 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:03:24.799 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:03:25.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:03:25.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:03:25.025 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:03:25.025 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:03:25.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:03:25.025 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 08:03:25.031 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 08:03:25.031 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:03:25.031 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 2 was found 08:03:25.032 INFO [WorkbenchTestable][AbstractTable] Select table rows with indexes (1, 2, 3, 4) 08:03:25.032 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 08:03:25.032 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 08:03:25.032 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:03:25.032 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:03:25.032 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:03:25.033 DEBUG [main][AbstractWait] Waiting until shell is active... 08:03:25.033 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:03:25.033 INFO [main][AbstractShell] Close shell Testing shell 08:03:25.033 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:03:25.042 DEBUG [main][AbstractWait] Waiting while shell is available... 08:03:25.042 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:03:25.042 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 08:03:25.042 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:03:25.042 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:03:25.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:03:25.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:03:25.055 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testCheckTableWithMultiSelection no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 08:03:25.055 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:03:25.055 INFO [WorkbenchTestable][RequirementsRunner] Started test: waitForTableItem no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 08:03:25.055 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 08:03:25.055 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:03:25.055 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:03:25.055 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:03:25.313 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:03:25.313 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:03:25.548 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:03:25.548 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:03:25.549 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:03:25.549 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:03:25.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:03:25.549 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 08:03:25.551 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 08:03:25.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:03:25.551 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 1 was found 08:03:25.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains item with text '!' in cell 2... 08:03:25.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 08:03:25.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 08:03:25.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains item with text '!' in cell 2 finished successfully 08:03:25.552 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:03:25.552 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:03:25.552 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:03:25.553 DEBUG [main][AbstractWait] Waiting until shell is active... 08:03:25.553 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:03:25.553 INFO [main][AbstractShell] Close shell Testing shell 08:03:25.553 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:03:25.562 DEBUG [main][AbstractWait] Waiting while shell is available... 08:03:25.562 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:03:25.562 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 08:03:25.562 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:03:25.562 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:03:25.575 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:03:25.575 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:03:25.575 INFO [WorkbenchTestable][RequirementsRunner] Finished test: waitForTableItem no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 08:03:25.575 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:03:25.575 INFO [WorkbenchTestable][RequirementsRunner] Started test: testHeaders no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 08:03:25.575 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 08:03:25.575 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:03:25.575 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:03:25.575 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:03:25.832 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:03:25.832 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:03:26.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:03:26.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:03:26.055 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:03:26.055 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:03:26.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:03:26.055 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:03:26.055 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:03:26.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:03:26.055 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 08:03:26.063 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:03:26.063 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:03:26.064 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:03:26.064 DEBUG [main][AbstractWait] Waiting until shell is active... 08:03:26.064 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:03:26.064 INFO [main][AbstractShell] Close shell Testing shell 08:03:26.064 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:03:26.072 DEBUG [main][AbstractWait] Waiting while shell is available... 08:03:26.072 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:03:26.073 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 08:03:26.073 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:03:26.073 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:03:26.077 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:03:26.078 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:03:26.078 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testHeaders no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 08:03:26.078 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:03:26.078 INFO [WorkbenchTestable][RequirementsRunner] Started test: testFindingTableBytId no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 08:03:26.078 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 08:03:26.078 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:03:26.078 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:03:26.078 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:03:26.331 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 1 and no matchers specified 08:03:26.331 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:03:26.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:03:26.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:03:26.558 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:03:26.559 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:03:26.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:03:26.559 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 08:03:26.561 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 08:03:26.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:03:26.561 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 1 was found 08:03:26.562 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:03:26.562 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:03:26.562 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:03:26.562 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:03:26.562 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:03:26.562 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:03:26.562 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:03:26.562 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:03:26.562 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key id 08:03:26.564 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key id 08:03:26.564 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:03:26.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:03:26.564 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 08:03:26.565 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:03:26.565 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:03:26.565 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:03:26.565 DEBUG [main][AbstractWait] Waiting until shell is active... 08:03:26.565 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:03:26.565 INFO [main][AbstractShell] Close shell Testing shell 08:03:26.565 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:03:26.574 DEBUG [main][AbstractWait] Waiting while shell is available... 08:03:26.574 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:03:26.574 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 08:03:26.574 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:03:26.574 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:03:26.579 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:03:26.579 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:03:26.579 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testFindingTableBytId no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 08:03:26.579 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:03:26.579 INFO [WorkbenchTestable][RequirementsRunner] Started test: testGetNegativeIndexHeader no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 08:03:26.579 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 08:03:26.579 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:03:26.579 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:03:26.579 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:03:26.838 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 08:03:26.838 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:03:27.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:03:27.065 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:03:27.065 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:03:27.065 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:03:27.065 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:03:27.065 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:03:27.065 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:03:27.065 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:03:27.065 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 08:03:27.066 DEBUG [WorkbenchTestable][AbstractTable] Available headers: [ , C, !, Description, Resource, In Folder, Location] 08:03:27.066 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:03:27.066 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:03:27.066 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:03:27.066 DEBUG [main][AbstractWait] Waiting until shell is active... 08:03:27.066 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:03:27.066 INFO [main][AbstractShell] Close shell Testing shell 08:03:27.066 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:03:27.075 DEBUG [main][AbstractWait] Waiting while shell is available... 08:03:27.075 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:03:27.075 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 08:03:27.075 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:03:27.076 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:03:27.081 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:03:27.081 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:03:27.081 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testGetNegativeIndexHeader no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 08:03:27.081 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:03:27.082 INFO [WorkbenchTestable][RequirementsRunner] Started test: testMultiSelectionTableWithSingleSelection no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 08:03:27.082 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 08:03:27.082 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:03:27.082 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:03:27.082 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:03:27.332 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:03:27.332 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:03:27.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:03:27.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:03:27.564 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:03:27.564 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:03:27.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:03:27.564 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:03:27.564 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:03:27.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:03:27.564 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 08:03:27.565 INFO [WorkbenchTestable][AbstractTable] Select table rows with indexes (1) 08:03:27.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 08:03:27.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 08:03:27.565 TRACE [main][WidgetHandler] Notify Table with event 13 08:03:27.565 TRACE [main][WidgetHandler] Wait for synchronization 08:03:27.565 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:03:27.565 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:03:27.565 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:03:27.565 DEBUG [main][AbstractWait] Waiting until shell is active... 08:03:27.565 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:03:27.565 INFO [main][AbstractShell] Close shell Testing shell 08:03:27.565 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:03:27.575 DEBUG [main][AbstractWait] Waiting while shell is available... 08:03:27.575 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:03:27.575 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 08:03:27.575 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:03:27.575 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:03:27.581 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:03:27.581 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:03:27.581 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testMultiSelectionTableWithSingleSelection no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 08:03:27.581 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:03:27.581 INFO [WorkbenchTestable][RequirementsRunner] Started test: testMultiSelectionTableCheck no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 08:03:27.581 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 08:03:27.581 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:03:27.581 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:03:27.581 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:03:27.834 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 08:03:27.834 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:03:28.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:03:28.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:03:28.063 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:03:28.063 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:03:28.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:03:28.063 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:03:28.063 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:03:28.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:03:28.063 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 08:03:28.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 08:03:28.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 08:03:28.064 INFO [WorkbenchTestable][AbstractTableItem] Check table Item x: 08:03:28.065 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:03:28.065 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:03:28.065 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:03:28.065 DEBUG [main][AbstractWait] Waiting until shell is active... 08:03:28.065 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:03:28.065 INFO [main][AbstractShell] Close shell Testing shell 08:03:28.065 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:03:28.074 DEBUG [main][AbstractWait] Waiting while shell is available... 08:03:28.074 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:03:28.074 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 08:03:28.074 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:03:28.074 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:03:28.080 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:03:28.080 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:03:28.081 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testMultiSelectionTableCheck no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 08:03:28.081 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:03:28.081 INFO [WorkbenchTestable][RequirementsRunner] Started test: testGetHeaderOnSpecifiedIndex no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 08:03:28.081 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 08:03:28.081 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:03:28.081 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:03:28.081 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:03:28.345 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:03:28.345 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:03:28.575 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:03:28.576 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:03:28.576 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:03:28.576 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:03:28.576 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:03:28.576 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:03:28.576 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:03:28.576 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:03:28.576 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 08:03:28.577 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:03:28.577 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:03:28.577 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:03:28.577 DEBUG [main][AbstractWait] Waiting until shell is active... 08:03:28.577 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:03:28.577 INFO [main][AbstractShell] Close shell Testing shell 08:03:28.577 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:03:28.587 DEBUG [main][AbstractWait] Waiting while shell is available... 08:03:28.587 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:03:28.587 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 08:03:28.587 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:03:28.587 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:03:28.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:03:28.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:03:28.593 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testGetHeaderOnSpecifiedIndex no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 08:03:28.593 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:03:28.593 INFO [WorkbenchTestable][RequirementsRunner] Started test: indexOfTest no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 08:03:28.593 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 08:03:28.593 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:03:28.593 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:03:28.593 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:03:28.847 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:03:28.847 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:03:29.079 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:03:29.080 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:03:29.080 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:03:29.080 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:03:29.080 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:03:29.080 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:03:29.080 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:03:29.080 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:03:29.080 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 08:03:29.081 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 08:03:29.081 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 08:03:29.082 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:03:29.082 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:03:29.082 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:03:29.082 DEBUG [main][AbstractWait] Waiting until shell is active... 08:03:29.082 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:03:29.082 INFO [main][AbstractShell] Close shell Testing shell 08:03:29.082 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:03:29.091 DEBUG [main][AbstractWait] Waiting while shell is available... 08:03:29.091 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:03:29.091 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 08:03:29.091 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:03:29.091 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:03:29.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:03:29.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:03:29.102 INFO [WorkbenchTestable][RequirementsRunner] Finished test: indexOfTest no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 08:03:29.102 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:03:29.103 INFO [WorkbenchTestable][RequirementsRunner] Started test: testCheckTableSelection no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 08:03:29.103 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 08:03:29.103 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:03:29.103 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:03:29.103 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:03:29.353 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:03:29.353 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:03:29.579 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:03:29.580 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:03:29.580 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:03:29.580 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:03:29.580 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:03:29.580 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 08:03:29.584 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 08:03:29.584 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:03:29.584 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 2 was found 08:03:29.585 INFO [WorkbenchTestable][AbstractTable] Select table rows with indexes (1) 08:03:29.585 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 08:03:29.585 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 08:03:29.585 TRACE [main][WidgetHandler] Notify Table with event 13 08:03:29.585 TRACE [main][WidgetHandler] Wait for synchronization 08:03:29.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:03:29.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:03:29.586 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:03:29.586 DEBUG [main][AbstractWait] Waiting until shell is active... 08:03:29.586 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:03:29.586 INFO [main][AbstractShell] Close shell Testing shell 08:03:29.586 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:03:29.595 DEBUG [main][AbstractWait] Waiting while shell is available... 08:03:29.595 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:03:29.595 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 08:03:29.595 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:03:29.595 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:03:29.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:03:29.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:03:29.600 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testCheckTableSelection no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 08:03:29.600 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:03:29.600 INFO [WorkbenchTestable][RequirementsRunner] Started test: testGetIndexOfHeader no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 08:03:29.600 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 08:03:29.600 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:03:29.601 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:03:29.601 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:03:29.861 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:03:29.861 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:03:30.088 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:03:30.089 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:03:30.089 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:03:30.089 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:03:30.089 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:03:30.089 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:03:30.089 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:03:30.089 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:03:30.089 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 08:03:30.090 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:03:30.090 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:03:30.090 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:03:30.091 DEBUG [main][AbstractWait] Waiting until shell is active... 08:03:30.091 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:03:30.091 INFO [main][AbstractShell] Close shell Testing shell 08:03:30.091 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:03:30.100 DEBUG [main][AbstractWait] Waiting while shell is available... 08:03:30.100 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:03:30.100 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 08:03:30.100 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:03:30.100 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:03:30.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:03:30.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:03:30.105 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testGetIndexOfHeader no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 08:03:30.105 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:03:30.105 INFO [WorkbenchTestable][RequirementsRunner] Started test: doubleClickOnTableItem no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 08:03:30.105 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 08:03:30.105 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:03:30.105 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:03:30.105 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:03:30.360 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:03:30.360 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:03:30.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:03:30.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:03:30.593 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:03:30.593 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:03:30.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:03:30.593 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 08:03:30.596 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 08:03:30.596 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:03:30.596 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 1 was found 08:03:30.597 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 08:03:30.597 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 08:03:30.597 INFO [WorkbenchTestable][AbstractTableItem] Double click table item x 08:03:30.599 TRACE [main][WidgetHandler] Notify Table with event 13 08:03:30.599 TRACE [main][WidgetHandler] Wait for synchronization 08:03:30.599 TRACE [main][WidgetHandler] Notify Table with event 8 08:03:30.599 TRACE [main][WidgetHandler] Wait for synchronization 08:03:30.600 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:03:30.600 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:03:30.600 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:03:30.601 DEBUG [main][AbstractWait] Waiting until shell is active... 08:03:30.601 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:03:30.601 INFO [main][AbstractShell] Close shell Testing shell 08:03:30.601 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:03:30.610 DEBUG [main][AbstractWait] Waiting while shell is available... 08:03:30.610 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:03:30.610 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 08:03:30.610 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:03:30.610 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:03:30.621 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:03:30.621 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:03:30.622 INFO [WorkbenchTestable][RequirementsRunner] Finished test: doubleClickOnTableItem no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 08:03:30.622 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:03:30.622 INFO [WorkbenchTestable][RequirementsRunner] Started test: testSelectTableItem no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 08:03:30.622 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 08:03:30.622 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:03:30.622 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:03:30.622 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:03:30.872 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 1 and no matchers specified 08:03:30.872 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:03:31.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:03:31.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:03:31.102 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:03:31.102 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:03:31.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:03:31.102 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 08:03:31.104 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 08:03:31.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:03:31.104 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 1 was found 08:03:31.106 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 08:03:31.106 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 08:03:31.107 TRACE [main][WidgetHandler] Notify Table with event 13 08:03:31.107 TRACE [main][WidgetHandler] Wait for synchronization 08:03:31.107 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:03:31.107 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:03:31.107 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:03:31.107 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:03:31.107 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:03:31.107 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:03:31.107 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:03:31.107 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 08:03:31.110 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 08:03:31.110 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:03:31.110 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 1 was found 08:03:31.110 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 08:03:31.110 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 08:03:31.111 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:03:31.111 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:03:31.111 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:03:31.112 DEBUG [main][AbstractWait] Waiting until shell is active... 08:03:31.112 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:03:31.112 INFO [main][AbstractShell] Close shell Testing shell 08:03:31.112 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:03:31.121 DEBUG [main][AbstractWait] Waiting while shell is available... 08:03:31.121 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:03:31.121 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 08:03:31.121 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:03:31.121 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:03:31.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:03:31.134 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:03:31.134 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testSelectTableItem no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 08:03:31.134 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:03:31.134 INFO [WorkbenchTestable][RequirementsRunner] Started test: testMultiSelectionTable no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 08:03:31.134 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 08:03:31.134 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:03:31.134 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:03:31.134 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:03:31.394 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:03:31.394 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:03:31.620 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:03:31.621 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:03:31.621 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:03:31.621 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:03:31.621 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:03:31.621 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:03:31.621 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:03:31.621 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:03:31.621 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 08:03:31.622 INFO [WorkbenchTestable][AbstractTable] Select table rows with indexes (1, 2, 3, 4, 5) 08:03:31.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 08:03:31.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 08:03:31.622 TRACE [main][WidgetHandler] Notify Table with event 13 08:03:31.622 TRACE [main][WidgetHandler] Wait for synchronization 08:03:31.622 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:03:31.622 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:03:31.622 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:03:31.622 DEBUG [main][AbstractWait] Waiting until shell is active... 08:03:31.622 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:03:31.622 INFO [main][AbstractShell] Close shell Testing shell 08:03:31.622 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:03:31.632 DEBUG [main][AbstractWait] Waiting while shell is available... 08:03:31.632 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:03:31.632 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 08:03:31.632 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:03:31.632 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:03:31.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:03:31.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:03:31.638 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testMultiSelectionTable no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 08:03:31.638 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:03:31.639 INFO [WorkbenchTestable][RequirementsRunner] Started test: testSingleSelectionTableWithMultiSelection no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 08:03:31.639 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 08:03:31.639 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:03:31.639 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:03:31.639 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:03:31.898 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:03:31.898 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:03:32.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:03:32.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:03:32.132 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:03:32.132 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:03:32.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:03:32.132 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 08:03:32.135 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 08:03:32.135 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:03:32.135 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 1 was found 08:03:32.136 INFO [WorkbenchTestable][AbstractTable] Select table rows with indexes (1, 2, 3, 4) 08:03:32.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 08:03:32.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 08:03:32.136 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:03:32.136 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:03:32.136 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:03:32.136 DEBUG [main][AbstractWait] Waiting until shell is active... 08:03:32.136 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:03:32.136 INFO [main][AbstractShell] Close shell Testing shell 08:03:32.136 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:03:32.146 DEBUG [main][AbstractWait] Waiting while shell is available... 08:03:32.146 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:03:32.146 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 08:03:32.146 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:03:32.146 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:03:32.158 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:03:32.158 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:03:32.158 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testSingleSelectionTableWithMultiSelection no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 08:03:32.158 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:03:32.159 INFO [WorkbenchTestable][RequirementsRunner] Started test: testDeselect no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 08:03:32.159 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 08:03:32.159 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:03:32.159 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:03:32.159 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:03:32.410 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:03:32.410 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:03:32.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:03:32.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:03:32.637 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:03:32.637 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:03:32.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:03:32.637 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:03:32.637 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:03:32.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:03:32.637 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 08:03:32.638 INFO [WorkbenchTestable][AbstractTable] Select table rows with indexes (1) 08:03:32.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 08:03:32.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 08:03:32.638 TRACE [main][WidgetHandler] Notify Table with event 13 08:03:32.638 TRACE [main][WidgetHandler] Wait for synchronization 08:03:32.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 08:03:32.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 08:03:32.640 INFO [WorkbenchTestable][AbstractTable] Deselect all table rows 08:03:32.640 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 08:03:32.640 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 08:03:32.641 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 08:03:32.641 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 08:03:32.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:03:32.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:03:32.643 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:03:32.643 DEBUG [main][AbstractWait] Waiting until shell is active... 08:03:32.643 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:03:32.643 INFO [main][AbstractShell] Close shell Testing shell 08:03:32.643 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:03:32.652 DEBUG [main][AbstractWait] Waiting while shell is available... 08:03:32.652 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:03:32.652 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 08:03:32.652 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:03:32.652 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:03:32.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:03:32.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:03:32.657 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testDeselect no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 08:03:32.658 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:03:32.658 INFO [WorkbenchTestable][RequirementsRunner] Started test: testGetIndexOfNonexistingHeader no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 08:03:32.658 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 08:03:32.658 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:03:32.658 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:03:32.658 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:03:32.918 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:03:32.918 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:03:33.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:03:33.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:03:33.145 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:03:33.146 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:03:33.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:03:33.146 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:03:33.146 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:03:33.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:03:33.146 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 08:03:33.147 DEBUG [WorkbenchTestable][AbstractTable] Available headers: [ , C, !, Description, Resource, In Folder, Location] 08:03:33.147 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:03:33.147 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:03:33.147 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:03:33.147 DEBUG [main][AbstractWait] Waiting until shell is active... 08:03:33.147 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:03:33.147 INFO [main][AbstractShell] Close shell Testing shell 08:03:33.147 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:03:33.156 DEBUG [main][AbstractWait] Waiting while shell is available... 08:03:33.157 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:03:33.157 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 08:03:33.157 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:03:33.157 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:03:33.162 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:03:33.162 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:03:33.162 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testGetIndexOfNonexistingHeader no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 08:03:33.162 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:03:33.162 INFO [WorkbenchTestable][RequirementsRunner] Started test: waitForNonExistingTableItem no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 08:03:33.162 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 08:03:33.162 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:03:33.162 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:03:33.162 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:03:33.414 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:03:33.414 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:03:33.650 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:03:33.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:03:33.651 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:03:33.651 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:03:33.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:03:33.651 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 08:03:33.653 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 08:03:33.653 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:03:33.653 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 1 was found 08:03:33.654 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains item with text 'this does not exist' in cell 2... 08:03:33.654 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 08:03:33.654 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 08:03:34.156 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 08:03:34.156 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 08:03:34.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 08:03:34.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 08:03:35.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 08:03:35.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 08:03:35.661 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 08:03:35.661 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 08:03:36.162 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 08:03:36.162 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 08:03:36.664 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 08:03:36.664 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 08:03:37.165 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 08:03:37.165 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 08:03:37.667 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 08:03:37.667 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 08:03:38.168 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 08:03:38.169 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 08:03:38.670 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 08:03:38.670 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 08:03:39.172 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 08:03:39.172 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 08:03:39.673 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 08:03:39.673 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 08:03:40.175 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 08:03:40.175 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 08:03:40.676 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 08:03:40.676 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 08:03:41.178 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 08:03:41.178 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 08:03:41.679 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 08:03:41.679 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 08:03:42.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 08:03:42.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 08:03:42.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 08:03:42.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 08:03:43.184 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 08:03:43.184 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 08:03:43.686 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 08:03:43.686 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 08:03:43.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains item with text 'this does not exist' in cell 2 failed, an exception will be thrown 08:03:43.687 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:03:43.688 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:03:43.688 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:03:43.688 DEBUG [main][AbstractWait] Waiting until shell is active... 08:03:43.688 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:03:43.688 INFO [main][AbstractShell] Close shell Testing shell 08:03:43.688 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:03:43.697 DEBUG [main][AbstractWait] Waiting while shell is available... 08:03:43.697 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:03:43.697 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 08:03:43.697 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:03:43.697 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:03:43.710 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:03:43.710 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:03:43.710 INFO [WorkbenchTestable][RequirementsRunner] Finished test: waitForNonExistingTableItem no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 08:03:43.710 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 08:03:43.710 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:03:43.710 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:03:43.710 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:03:43.710 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 26, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 23.337 s - in org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest testGetItemsByStrings no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) Time elapsed: 0.588 s testGetTooHighIndexHeader no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) Time elapsed: 0.518 s testGetSelectedItemsMulti no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) Time elapsed: 0.51 s testCheckTable no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) Time elapsed: 0.523 s testGetSelectedItemsSingle no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) Time elapsed: 0.499 s testTableContainsItem no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) Time elapsed: 0.52 s testSingleSelectionTableCheck no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) Time elapsed: 0.498 s testSingleSelectionTable no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) Time elapsed: 0.507 s testCheckTableWithMultiSelection no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) Time elapsed: 0.514 s waitForTableItem no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) Time elapsed: 0.52 s testHeaders no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) Time elapsed: 0.503 s testFindingTableBytId no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) Time elapsed: 0.501 s testGetNegativeIndexHeader no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) Time elapsed: 0.502 s testMultiSelectionTableWithSingleSelection no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) Time elapsed: 0.499 s testMultiSelectionTableCheck no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) Time elapsed: 0.5 s testGetHeaderOnSpecifiedIndex no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) Time elapsed: 0.512 s indexOfTest no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) Time elapsed: 0.509 s testCheckTableSelection no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) Time elapsed: 0.497 s testGetIndexOfHeader no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) Time elapsed: 0.505 s doubleClickOnTableItem no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) Time elapsed: 0.517 s testSelectTableItem no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) Time elapsed: 0.512 s testMultiSelectionTable no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) Time elapsed: 0.504 s testSingleSelectionTableWithMultiSelection no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) Time elapsed: 0.519 s testDeselect no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) Time elapsed: 0.498 s testGetIndexOfNonexistingHeader no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) Time elapsed: 0.504 s waitForNonExistingTableItem no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) Time elapsed: 10.548 s Running org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest 08:03:43.715 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest 08:03:43.716 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 08:03:43.716 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:03:43.716 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest 08:03:43.716 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:03:43.716 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 08:03:43.716 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:03:43.717 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 08:03:43.717 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:03:43.717 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:03:43.717 INFO [WorkbenchTestable][RequirementsRunner] Started test: setTextStrings no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest) 08:03:43.717 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest 08:03:43.717 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:03:43.717 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:03:43.717 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:03:43.886 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 08:03:43.886 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:03:44.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:03:44.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:03:44.051 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:03:44.051 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:03:44.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:03:44.051 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:03:44.051 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:03:44.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:03:44.051 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 08:03:44.051 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:03:44.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:03:44.051 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 7 with specified parent and matchers 08:03:44.059 TRACE [WorkbenchTestable][WidgetLookup] widget with index 7 is found 08:03:44.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:03:44.059 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TableItem and index 7 was found 08:03:44.059 INFO [WorkbenchTestable][AbstractTableItem] Set text array: [Ljava.lang.String;@77043f2c 08:03:44.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:03:44.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:03:44.060 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:03:44.060 DEBUG [main][AbstractWait] Waiting until shell is active... 08:03:44.060 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:03:44.060 INFO [main][AbstractShell] Close shell Testing shell 08:03:44.060 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:03:44.067 DEBUG [main][AbstractWait] Waiting while shell is available... 08:03:44.067 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:03:44.067 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest 08:03:44.067 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:03:44.067 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:03:44.073 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:03:44.073 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:03:44.073 INFO [WorkbenchTestable][RequirementsRunner] Finished test: setTextStrings no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest) 08:03:44.073 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:03:44.073 INFO [WorkbenchTestable][RequirementsRunner] Started test: referencedComposite_text no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest) 08:03:44.073 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest 08:03:44.073 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:03:44.073 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:03:44.073 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:03:44.244 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:03:44.244 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:03:44.407 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:03:44.407 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:03:44.407 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:03:44.407 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:03:44.407 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:03:44.407 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 08:03:44.410 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 08:03:44.410 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:03:44.410 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 1 was found 08:03:44.411 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:03:44.411 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:03:44.411 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:03:44.411 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:03:44.411 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:03:44.411 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TableItem and index 0 was found 08:03:44.411 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:03:44.411 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:03:44.411 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:03:44.411 DEBUG [main][AbstractWait] Waiting until shell is active... 08:03:44.411 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:03:44.411 INFO [main][AbstractShell] Close shell Testing shell 08:03:44.411 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:03:44.418 DEBUG [main][AbstractWait] Waiting while shell is available... 08:03:44.418 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:03:44.418 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest 08:03:44.418 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:03:44.418 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:03:44.423 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:03:44.423 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:03:44.423 INFO [WorkbenchTestable][RequirementsRunner] Finished test: referencedComposite_text no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest) 08:03:44.424 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:03:44.424 INFO [WorkbenchTestable][RequirementsRunner] Started test: defaultConstructor no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest) 08:03:44.424 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest 08:03:44.424 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:03:44.424 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:03:44.424 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:03:44.593 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:03:44.593 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:03:44.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:03:44.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:03:44.752 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:03:44.752 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:03:44.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:03:44.752 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:03:44.752 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:03:44.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:03:44.752 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TableItem and index 0 was found 08:03:44.752 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:03:44.752 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:03:44.752 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:03:44.752 DEBUG [main][AbstractWait] Waiting until shell is active... 08:03:44.752 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:03:44.752 INFO [main][AbstractShell] Close shell Testing shell 08:03:44.752 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:03:44.759 DEBUG [main][AbstractWait] Waiting while shell is available... 08:03:44.759 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:03:44.759 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest 08:03:44.759 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:03:44.759 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:03:44.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:03:44.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:03:44.764 INFO [WorkbenchTestable][RequirementsRunner] Finished test: defaultConstructor no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest) 08:03:44.764 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:03:44.764 INFO [WorkbenchTestable][RequirementsRunner] Started test: text no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest) 08:03:44.764 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest 08:03:44.764 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:03:44.764 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:03:44.764 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:03:44.930 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:03:44.930 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:03:45.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:03:45.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:03:45.091 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:03:45.091 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:03:45.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:03:45.091 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:03:45.092 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:03:45.092 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:03:45.092 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TableItem and index 0 was found 08:03:45.092 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:03:45.092 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:03:45.092 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:03:45.092 DEBUG [main][AbstractWait] Waiting until shell is active... 08:03:45.092 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:03:45.092 INFO [main][AbstractShell] Close shell Testing shell 08:03:45.092 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:03:45.099 DEBUG [main][AbstractWait] Waiting while shell is available... 08:03:45.099 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:03:45.099 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest 08:03:45.099 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:03:45.099 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:03:45.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:03:45.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:03:45.104 INFO [WorkbenchTestable][RequirementsRunner] Finished test: text no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest) 08:03:45.104 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:03:45.104 INFO [WorkbenchTestable][RequirementsRunner] Started test: click no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest) 08:03:45.104 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest 08:03:45.104 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:03:45.104 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:03:45.104 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:03:45.277 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:03:45.277 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:03:45.438 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:03:45.438 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:03:45.438 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:03:45.438 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:03:45.438 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:03:45.438 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 08:03:45.441 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 08:03:45.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:03:45.441 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 1 was found 08:03:45.442 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:03:45.442 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:03:45.442 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:03:45.442 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:03:45.442 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:03:45.442 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TableItem and index 0 was found 08:03:45.442 INFO [WorkbenchTestable][AbstractTableItem] Double click table item 1 2 08:03:45.442 TRACE [main][WidgetHandler] Notify Table with event 13 08:03:45.442 TRACE [main][WidgetHandler] Wait for synchronization 08:03:45.443 TRACE [main][WidgetHandler] Notify Table with event 3 08:03:45.443 TRACE [main][WidgetHandler] Wait for synchronization 08:03:45.443 TRACE [main][WidgetHandler] Notify Table with event 4 08:03:45.443 TRACE [main][WidgetHandler] Wait for synchronization 08:03:45.444 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:03:45.444 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:03:45.444 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:03:45.445 DEBUG [main][AbstractWait] Waiting until shell is active... 08:03:45.445 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:03:45.445 INFO [main][AbstractShell] Close shell Testing shell 08:03:45.445 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:03:45.451 DEBUG [main][AbstractWait] Waiting while shell is available... 08:03:45.451 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:03:45.451 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest 08:03:45.451 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:03:45.451 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:03:45.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:03:45.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:03:45.457 INFO [WorkbenchTestable][RequirementsRunner] Finished test: click no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest) 08:03:45.457 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:03:45.457 INFO [WorkbenchTestable][RequirementsRunner] Started test: index no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest) 08:03:45.457 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest 08:03:45.457 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:03:45.457 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:03:45.457 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:03:45.624 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:03:45.624 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:03:45.783 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:03:45.784 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:03:45.784 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:03:45.784 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:03:45.784 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:03:45.784 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 08:03:45.784 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 08:03:45.784 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:03:45.784 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TableItem and index 1 was found 08:03:45.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:03:45.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:03:45.784 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:03:45.784 DEBUG [main][AbstractWait] Waiting until shell is active... 08:03:45.784 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:03:45.784 INFO [main][AbstractShell] Close shell Testing shell 08:03:45.784 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:03:45.791 DEBUG [main][AbstractWait] Waiting while shell is available... 08:03:45.791 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:03:45.791 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest 08:03:45.791 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:03:45.791 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:03:45.796 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:03:45.796 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:03:45.797 INFO [WorkbenchTestable][RequirementsRunner] Finished test: index no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest) 08:03:45.797 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:03:45.797 INFO [WorkbenchTestable][RequirementsRunner] Started test: referencedComposite no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest) 08:03:45.797 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest 08:03:45.797 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:03:45.797 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:03:45.797 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:03:45.963 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:03:45.963 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:03:46.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:03:46.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:03:46.122 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:03:46.122 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:03:46.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:03:46.122 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 08:03:46.125 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 08:03:46.125 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:03:46.125 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 1 was found 08:03:46.126 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:03:46.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:03:46.126 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:03:46.126 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:03:46.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:03:46.126 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TableItem and index 0 was found 08:03:46.126 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:03:46.126 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:03:46.126 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:03:46.126 DEBUG [main][AbstractWait] Waiting until shell is active... 08:03:46.126 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:03:46.126 INFO [main][AbstractShell] Close shell Testing shell 08:03:46.126 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:03:46.133 DEBUG [main][AbstractWait] Waiting while shell is available... 08:03:46.133 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:03:46.133 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest 08:03:46.133 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:03:46.133 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:03:46.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:03:46.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:03:46.138 INFO [WorkbenchTestable][RequirementsRunner] Finished test: referencedComposite no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest) 08:03:46.138 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:03:46.138 INFO [WorkbenchTestable][RequirementsRunner] Started test: referencedComposite_index no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest) 08:03:46.138 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest 08:03:46.138 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:03:46.138 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:03:46.138 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:03:46.302 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:03:46.302 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:03:46.460 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:03:46.461 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:03:46.461 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:03:46.461 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:03:46.461 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:03:46.461 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 08:03:46.463 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 08:03:46.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:03:46.463 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 1 was found 08:03:46.464 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:03:46.464 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:03:46.464 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 08:03:46.464 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 08:03:46.464 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:03:46.464 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TableItem and index 1 was found 08:03:46.464 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:03:46.464 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:03:46.464 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:03:46.465 DEBUG [main][AbstractWait] Waiting until shell is active... 08:03:46.465 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:03:46.465 INFO [main][AbstractShell] Close shell Testing shell 08:03:46.465 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:03:46.471 DEBUG [main][AbstractWait] Waiting while shell is available... 08:03:46.471 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:03:46.472 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest 08:03:46.472 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:03:46.472 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:03:46.477 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:03:46.477 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:03:46.477 INFO [WorkbenchTestable][RequirementsRunner] Finished test: referencedComposite_index no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest) 08:03:46.477 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:03:46.477 INFO [WorkbenchTestable][RequirementsRunner] Started test: setTextColumn no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest) 08:03:46.477 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest 08:03:46.477 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:03:46.477 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:03:46.477 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:03:46.644 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:03:46.644 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:03:46.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:03:46.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:03:46.803 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:03:46.803 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:03:46.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:03:46.803 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 7 with specified parent and matchers 08:03:46.803 TRACE [WorkbenchTestable][WidgetLookup] widget with index 7 is found 08:03:46.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:03:46.803 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TableItem and index 7 was found 08:03:46.803 INFO [WorkbenchTestable][AbstractTableItem] Set text some text in columnin column 6 08:03:46.804 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:03:46.804 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:03:46.809 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:03:46.809 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:03:46.809 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:03:46.809 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:03:46.809 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:03:46.809 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 7 with specified parent and matchers 08:03:46.809 TRACE [WorkbenchTestable][WidgetLookup] widget with index 7 is found 08:03:46.809 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:03:46.809 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TableItem and index 7 was found 08:03:46.809 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:03:46.810 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:03:46.810 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:03:46.810 DEBUG [main][AbstractWait] Waiting until shell is active... 08:03:46.810 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:03:46.810 INFO [main][AbstractShell] Close shell Testing shell 08:03:46.810 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:03:46.816 DEBUG [main][AbstractWait] Waiting while shell is available... 08:03:46.816 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:03:46.816 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest 08:03:46.816 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:03:46.816 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:03:46.822 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:03:46.822 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:03:46.822 INFO [WorkbenchTestable][RequirementsRunner] Finished test: setTextColumn no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest) 08:03:46.822 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:03:46.822 INFO [WorkbenchTestable][RequirementsRunner] Started test: setText no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest) 08:03:46.822 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest 08:03:46.822 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:03:46.822 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:03:46.822 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:03:46.986 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:03:46.986 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:03:47.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:03:47.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:03:47.146 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:03:47.146 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:03:47.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:03:47.146 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:03:47.146 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:03:47.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:03:47.146 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 08:03:47.147 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:03:47.147 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:03:47.147 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 6 with specified parent and matchers 08:03:47.147 TRACE [WorkbenchTestable][WidgetLookup] widget with index 6 is found 08:03:47.147 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:03:47.147 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TableItem and index 6 was found 08:03:47.147 INFO [WorkbenchTestable][AbstractTableItem] Set text some text 08:03:47.155 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:03:47.155 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:03:47.155 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:03:47.155 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:03:47.155 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:03:47.155 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:03:47.155 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:03:47.155 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 6 with specified parent and matchers 08:03:47.156 TRACE [WorkbenchTestable][WidgetLookup] widget with index 6 is found 08:03:47.156 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:03:47.156 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TableItem and index 6 was found 08:03:47.156 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:03:47.156 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:03:47.156 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:03:47.156 DEBUG [main][AbstractWait] Waiting until shell is active... 08:03:47.156 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:03:47.156 INFO [main][AbstractShell] Close shell Testing shell 08:03:47.156 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:03:47.163 DEBUG [main][AbstractWait] Waiting while shell is available... 08:03:47.163 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:03:47.163 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest 08:03:47.163 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:03:47.163 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:03:47.168 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:03:47.168 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:03:47.169 INFO [WorkbenchTestable][RequirementsRunner] Finished test: setText no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest) 08:03:47.169 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest 08:03:47.169 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:03:47.169 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:03:47.169 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:03:47.169 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.454 s - in org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest setTextStrings no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest) Time elapsed: 0.356 s referencedComposite_text no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest) Time elapsed: 0.35 s defaultConstructor no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest) Time elapsed: 0.34 s text no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest) Time elapsed: 0.34 s click no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest) Time elapsed: 0.353 s index no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest) Time elapsed: 0.34 s referencedComposite no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest) Time elapsed: 0.341 s referencedComposite_index no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest) Time elapsed: 0.339 s setTextColumn no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest) Time elapsed: 0.345 s setText no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest) Time elapsed: 0.346 s Running org.eclipse.reddeer.swt.test.impl.combo.ComboTest 08:03:47.173 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.combo.ComboTest 08:03:47.174 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 08:03:47.174 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:03:47.174 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.combo.ComboTest 08:03:47.174 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:03:47.174 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 08:03:47.175 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:03:47.175 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 08:03:47.175 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:03:47.176 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:03:47.176 INFO [WorkbenchTestable][RequirementsRunner] Started test: enabled no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest) 08:03:47.176 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.combo.ComboTest 08:03:47.176 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:03:47.176 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:03:47.176 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:03:47.198 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:03:47.198 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:03:47.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:03:47.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:03:47.208 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:03:47.208 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:03:47.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:03:47.208 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 08:03:47.208 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 08:03:47.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:03:47.208 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 1 was found 08:03:47.209 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:03:47.209 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:03:47.209 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:03:47.210 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:03:47.210 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:03:47.210 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:03:47.210 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:03:47.210 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:03:47.212 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:03:47.212 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:03:47.212 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 08:03:47.212 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:03:47.212 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:03:47.212 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:03:47.212 DEBUG [main][AbstractWait] Waiting until shell is active... 08:03:47.212 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:03:47.212 INFO [main][AbstractShell] Close shell Testing shell 08:03:47.212 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:03:47.219 DEBUG [main][AbstractWait] Waiting while shell is available... 08:03:47.219 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:03:47.219 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.combo.ComboTest 08:03:47.219 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:03:47.219 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:03:47.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:03:47.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:03:47.230 INFO [WorkbenchTestable][RequirementsRunner] Finished test: enabled no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest) 08:03:47.230 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:03:47.231 INFO [WorkbenchTestable][RequirementsRunner] Started test: findById no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest) 08:03:47.231 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.combo.ComboTest 08:03:47.231 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:03:47.231 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:03:47.231 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:03:47.248 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:03:47.248 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:03:47.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:03:47.260 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:03:47.260 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:03:47.260 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:03:47.260 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:03:47.260 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:03:47.260 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key comboTestKey 08:03:47.260 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key comboTestKey 08:03:47.260 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key comboTestKey 08:03:47.260 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key comboTestKey 08:03:47.260 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:03:47.260 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:03:47.260 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 08:03:47.262 INFO [WorkbenchTestable][AbstractCombo] Set selection of Combo to index: 3 08:03:47.264 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:03:47.264 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:03:47.264 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:03:47.265 DEBUG [main][AbstractWait] Waiting until shell is active... 08:03:47.265 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:03:47.265 INFO [main][AbstractShell] Close shell Testing shell 08:03:47.265 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:03:47.271 DEBUG [main][AbstractWait] Waiting while shell is available... 08:03:47.271 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:03:47.271 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.combo.ComboTest 08:03:47.271 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:03:47.271 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:03:47.276 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:03:47.276 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:03:47.277 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findById no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest) 08:03:47.277 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:03:47.277 INFO [WorkbenchTestable][RequirementsRunner] Started test: getAllItems no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest) 08:03:47.277 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.combo.ComboTest 08:03:47.277 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:03:47.277 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:03:47.277 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:03:47.293 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:03:47.293 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:03:47.307 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:03:47.307 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:03:47.307 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:03:47.307 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:03:47.307 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:03:47.307 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:03:47.308 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:03:47.308 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:03:47.308 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 08:03:47.308 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:03:47.308 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:03:47.308 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:03:47.308 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:03:47.308 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:03:47.308 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:03:47.308 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:03:47.308 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:03:47.308 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:03:47.308 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:03:47.308 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 08:03:47.309 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:03:47.309 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:03:47.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:03:47.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:03:47.309 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:03:47.309 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:03:47.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:03:47.309 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:03:47.310 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:03:47.310 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:03:47.310 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 08:03:47.310 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:03:47.310 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:03:47.310 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:03:47.310 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:03:47.310 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:03:47.310 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:03:47.310 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:03:47.310 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 08:03:47.310 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 08:03:47.310 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:03:47.310 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 1 was found 08:03:47.310 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:03:47.310 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:03:47.311 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:03:47.311 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:03:47.311 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:03:47.311 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:03:47.311 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:03:47.311 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:03:47.315 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:03:47.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:03:47.315 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 08:03:47.315 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:03:47.315 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:03:47.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:03:47.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:03:47.315 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:03:47.315 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:03:47.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:03:47.315 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 08:03:47.315 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 08:03:47.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:03:47.316 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 2 was found 08:03:47.316 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:03:47.316 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:03:47.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:03:47.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:03:47.316 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:03:47.316 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:03:47.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:03:47.316 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:03:47.317 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:03:47.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:03:47.317 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 08:03:47.317 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:03:47.317 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:03:47.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:03:47.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:03:47.318 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:03:47.318 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:03:47.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:03:47.318 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 3 with specified parent and matchers 08:03:47.318 TRACE [WorkbenchTestable][WidgetLookup] widget with index 3 is found 08:03:47.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:03:47.318 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 3 was found 08:03:47.318 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:03:47.318 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:03:47.318 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:03:47.319 DEBUG [main][AbstractWait] Waiting until shell is active... 08:03:47.319 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:03:47.319 INFO [main][AbstractShell] Close shell Testing shell 08:03:47.319 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:03:47.325 DEBUG [main][AbstractWait] Waiting while shell is available... 08:03:47.325 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:03:47.325 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.combo.ComboTest 08:03:47.325 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:03:47.325 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:03:47.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:03:47.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:03:47.331 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getAllItems no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest) 08:03:47.331 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:03:47.331 INFO [WorkbenchTestable][RequirementsRunner] Started test: findByName no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest) 08:03:47.331 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.combo.ComboTest 08:03:47.331 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:03:47.331 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:03:47.331 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:03:47.347 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:03:47.347 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:03:47.361 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:03:47.361 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:03:47.361 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:03:47.361 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:03:47.361 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:03:47.362 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:03:47.363 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:03:47.363 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:03:47.363 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 08:03:47.364 INFO [WorkbenchTestable][AbstractCombo] Set selection of Combo to index: 3 08:03:47.364 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:03:47.364 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:03:47.364 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:03:47.365 DEBUG [main][AbstractWait] Waiting until shell is active... 08:03:47.365 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:03:47.365 INFO [main][AbstractShell] Close shell Testing shell 08:03:47.365 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:03:47.371 DEBUG [main][AbstractWait] Waiting while shell is available... 08:03:47.371 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:03:47.371 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.combo.ComboTest 08:03:47.371 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:03:47.371 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:03:47.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:03:47.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:03:47.377 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findByName no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest) 08:03:47.377 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:03:47.377 INFO [WorkbenchTestable][RequirementsRunner] Started test: selectionByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest) 08:03:47.377 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.combo.ComboTest 08:03:47.377 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:03:47.377 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:03:47.377 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:03:47.394 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:03:47.394 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:03:47.408 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:03:47.408 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:03:47.408 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:03:47.408 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:03:47.408 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:03:47.408 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:03:47.409 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:03:47.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:03:47.409 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 08:03:47.410 INFO [WorkbenchTestable][AbstractCombo] Set selection of Combo to index: 2 08:03:47.410 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:03:47.410 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:03:47.410 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:03:47.410 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:03:47.410 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:03:47.410 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:03:47.410 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:03:47.410 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:03:47.410 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:03:47.410 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:03:47.410 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 08:03:47.410 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:03:47.411 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:03:47.411 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:03:47.411 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:03:47.411 DEBUG [main][AbstractWait] Waiting until shell is active... 08:03:47.411 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:03:47.411 INFO [main][AbstractShell] Close shell Testing shell 08:03:47.411 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:03:47.417 DEBUG [main][AbstractWait] Waiting while shell is available... 08:03:47.417 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:03:47.417 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.combo.ComboTest 08:03:47.417 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:03:47.418 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:03:47.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:03:47.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:03:47.428 INFO [WorkbenchTestable][RequirementsRunner] Finished test: selectionByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest) 08:03:47.428 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:03:47.428 INFO [WorkbenchTestable][RequirementsRunner] Started test: findByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest) 08:03:47.428 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.combo.ComboTest 08:03:47.428 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:03:47.428 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:03:47.428 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:03:47.444 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:03:47.445 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:03:47.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:03:47.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:03:47.455 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:03:47.455 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:03:47.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:03:47.455 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 08:03:47.456 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 08:03:47.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:03:47.456 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 1 was found 08:03:47.456 INFO [WorkbenchTestable][AbstractCombo] Set selection of Combo to index: 1 08:03:47.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:03:47.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:03:47.457 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:03:47.457 DEBUG [main][AbstractWait] Waiting until shell is active... 08:03:47.457 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:03:47.457 INFO [main][AbstractShell] Close shell Testing shell 08:03:47.457 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:03:47.463 DEBUG [main][AbstractWait] Waiting while shell is available... 08:03:47.463 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:03:47.463 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.combo.ComboTest 08:03:47.463 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:03:47.463 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:03:47.468 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:03:47.468 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:03:47.468 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest) 08:03:47.469 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:03:47.469 INFO [WorkbenchTestable][RequirementsRunner] Started test: findNonExistingByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest) 08:03:47.469 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.combo.ComboTest 08:03:47.469 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:03:47.469 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:03:47.469 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:03:47.489 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:03:47.489 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:03:47.500 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:03:47.501 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:03:47.501 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:03:47.501 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:03:47.501 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:03:47.501 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 5 with specified parent and matchers 08:03:47.501 TRACE [WorkbenchTestable][WidgetLookup] widget with index 5is not found 08:03:48.001 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 5 with specified parent and matchers 08:03:48.002 TRACE [WorkbenchTestable][WidgetLookup] widget with index 5is not found 08:03:48.502 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 5 with specified parent and matchers 08:03:48.502 TRACE [WorkbenchTestable][WidgetLookup] widget with index 5is not found 08:03:48.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:03:48.503 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 5 was not found 08:03:48.503 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:03:48.503 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:03:48.503 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:03:48.503 DEBUG [main][AbstractWait] Waiting until shell is active... 08:03:48.503 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:03:48.503 INFO [main][AbstractShell] Close shell Testing shell 08:03:48.503 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:03:48.510 DEBUG [main][AbstractWait] Waiting while shell is available... 08:03:48.510 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:03:48.510 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.combo.ComboTest 08:03:48.510 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:03:48.510 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:03:48.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:03:48.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:03:48.516 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findNonExistingByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest) 08:03:48.516 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:03:48.516 INFO [WorkbenchTestable][RequirementsRunner] Started test: findNonExistingByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest) 08:03:48.516 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.combo.ComboTest 08:03:48.516 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:03:48.516 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:03:48.516 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:03:48.537 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:03:48.537 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:03:48.548 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:03:48.548 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:03:48.548 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:03:48.548 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:03:48.548 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:03:48.548 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:03:48.550 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:03:49.050 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:03:49.052 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:03:49.552 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:03:49.554 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:03:49.554 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:03:49.555 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was not found 08:03:49.555 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:03:49.555 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:03:49.555 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:03:49.555 DEBUG [main][AbstractWait] Waiting until shell is active... 08:03:49.555 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:03:49.555 INFO [main][AbstractShell] Close shell Testing shell 08:03:49.555 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:03:49.562 DEBUG [main][AbstractWait] Waiting while shell is available... 08:03:49.562 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:03:49.562 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.combo.ComboTest 08:03:49.562 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:03:49.562 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:03:49.575 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:03:49.575 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:03:49.575 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findNonExistingByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest) 08:03:49.575 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:03:49.575 INFO [WorkbenchTestable][RequirementsRunner] Started test: selectionByItem no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest) 08:03:49.575 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.combo.ComboTest 08:03:49.575 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:03:49.575 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:03:49.575 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:03:49.596 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:03:49.596 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:03:49.612 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:03:49.613 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:03:49.613 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:03:49.613 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:03:49.613 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:03:49.613 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:03:49.614 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:03:49.614 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:03:49.614 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 08:03:49.615 INFO [WorkbenchTestable][AbstractCombo] Set selection of Combo to selection: Item23 08:03:49.616 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:03:49.616 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:03:49.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:03:49.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:03:49.616 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:03:49.616 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:03:49.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:03:49.616 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:03:49.616 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:03:49.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:03:49.617 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 08:03:49.617 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:03:49.617 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:03:49.617 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:03:49.617 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:03:49.618 DEBUG [main][AbstractWait] Waiting until shell is active... 08:03:49.618 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:03:49.618 INFO [main][AbstractShell] Close shell Testing shell 08:03:49.618 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:03:49.624 DEBUG [main][AbstractWait] Waiting while shell is available... 08:03:49.624 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:03:49.624 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.combo.ComboTest 08:03:49.624 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:03:49.624 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:03:49.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:03:49.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:03:49.630 INFO [WorkbenchTestable][RequirementsRunner] Finished test: selectionByItem no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest) 08:03:49.630 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.combo.ComboTest 08:03:49.630 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:03:49.630 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:03:49.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:03:49.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.457 s - in org.eclipse.reddeer.swt.test.impl.combo.ComboTest enabled no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest) Time elapsed: 0.054 s findById no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest) Time elapsed: 0.046 s getAllItems no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest) Time elapsed: 0.054 s findByName no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest) Time elapsed: 0.046 s selectionByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest) Time elapsed: 0.051 s findByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest) Time elapsed: 0.04 s findNonExistingByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest) Time elapsed: 1.047 s findNonExistingByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest) Time elapsed: 1.059 s selectionByItem no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest) Time elapsed: 0.055 s Running org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest 08:03:49.635 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest 08:03:49.635 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 08:03:49.635 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:03:49.635 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest 08:03:49.635 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:03:49.635 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 08:03:49.642 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:03:49.642 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 08:03:49.642 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:03:49.642 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:03:49.642 INFO [WorkbenchTestable][RequirementsRunner] Started test: findByIndexAndActivate no-configuration(org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest) 08:03:49.642 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest 08:03:49.642 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:03:49.642 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:03:49.642 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:03:49.663 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:03:49.663 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:03:49.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:03:49.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:03:49.672 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:03:49.672 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:03:49.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:03:49.672 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 08:03:49.672 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 08:03:49.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:03:49.672 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TabItem and index 2 was found 08:03:49.673 INFO [WorkbenchTestable][AbstractTabItem] Activate Item 2 08:03:49.675 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:03:49.675 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:03:49.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:03:49.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:03:49.675 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:03:49.675 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:03:49.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:03:49.675 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:03:49.676 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:03:49.676 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:03:49.676 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 08:03:49.676 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:03:49.676 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:03:49.676 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:03:49.676 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:03:49.677 DEBUG [main][AbstractWait] Waiting until shell is active... 08:03:49.677 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:03:49.677 INFO [main][AbstractShell] Close shell Testing shell 08:03:49.677 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:03:49.681 DEBUG [main][AbstractWait] Waiting while shell is available... 08:03:49.681 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:03:49.681 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest 08:03:49.681 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:03:49.681 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:03:49.692 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:03:49.692 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:03:49.692 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findByIndexAndActivate no-configuration(org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest) 08:03:49.693 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:03:49.693 INFO [WorkbenchTestable][RequirementsRunner] Started test: getAllFolderItems no-configuration(org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest) 08:03:49.693 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest 08:03:49.693 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:03:49.693 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:03:49.693 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:03:49.710 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:03:49.710 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:03:49.719 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:03:49.719 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:03:49.719 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:03:49.719 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:03:49.719 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:03:49.719 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:03:49.719 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:03:49.719 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:03:49.719 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TabFolder and index 0 was found 08:03:49.721 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:03:49.721 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:03:49.721 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:03:49.722 DEBUG [main][AbstractWait] Waiting until shell is active... 08:03:49.722 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:03:49.722 INFO [main][AbstractShell] Close shell Testing shell 08:03:49.722 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:03:49.727 DEBUG [main][AbstractWait] Waiting while shell is available... 08:03:49.727 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:03:49.727 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest 08:03:49.727 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:03:49.727 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:03:49.732 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:03:49.732 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:03:49.733 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getAllFolderItems no-configuration(org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest) 08:03:49.733 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:03:49.733 INFO [WorkbenchTestable][RequirementsRunner] Started test: getSelectedFolderItems no-configuration(org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest) 08:03:49.733 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest 08:03:49.733 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:03:49.733 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:03:49.733 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:03:49.748 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:03:49.748 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:03:49.762 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:03:49.762 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:03:49.762 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:03:49.762 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:03:49.762 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:03:49.762 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:03:49.762 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:03:49.762 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:03:49.762 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TabItem and index 0 was found 08:03:49.762 INFO [WorkbenchTestable][AbstractTabItem] Activate Item 0 08:03:49.762 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:03:49.762 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:03:49.762 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:03:49.762 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:03:49.762 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:03:49.762 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:03:49.762 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:03:49.762 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:03:49.763 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:03:49.763 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:03:49.763 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TabFolder and index 0 was found 08:03:49.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:03:49.764 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:03:49.764 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:03:49.765 DEBUG [main][AbstractWait] Waiting until shell is active... 08:03:49.765 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:03:49.765 INFO [main][AbstractShell] Close shell Testing shell 08:03:49.765 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:03:49.769 DEBUG [main][AbstractWait] Waiting while shell is available... 08:03:49.769 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:03:49.769 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest 08:03:49.769 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:03:49.769 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:03:49.781 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:03:49.781 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:03:49.781 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getSelectedFolderItems no-configuration(org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest) 08:03:49.781 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:03:49.782 INFO [WorkbenchTestable][RequirementsRunner] Started test: isTabItemSelected no-configuration(org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest) 08:03:49.782 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest 08:03:49.782 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:03:49.782 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:03:49.782 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:03:49.800 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:03:49.800 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:03:49.811 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:03:49.811 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:03:49.811 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:03:49.811 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:03:49.811 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:03:49.811 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:03:49.811 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:03:49.811 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:03:49.811 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TabItem and index 0 was found 08:03:49.811 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:03:49.811 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:03:49.811 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:03:49.811 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:03:49.811 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:03:49.811 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:03:49.811 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:03:49.811 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:03:49.823 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:03:49.823 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:03:49.823 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TabItem and index 0 was found 08:03:49.823 INFO [WorkbenchTestable][AbstractTabItem] Activate Item 1 08:03:49.825 INFO [WorkbenchTestable][AbstractTabItem] Activate Item 0 08:03:49.825 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:03:49.825 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:03:49.825 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:03:49.825 DEBUG [main][AbstractWait] Waiting until shell is active... 08:03:49.825 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:03:49.825 INFO [main][AbstractShell] Close shell Testing shell 08:03:49.825 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:03:49.833 DEBUG [main][AbstractWait] Waiting while shell is available... 08:03:49.833 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:03:49.833 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest 08:03:49.834 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:03:49.834 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:03:49.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:03:49.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:03:49.839 INFO [WorkbenchTestable][RequirementsRunner] Finished test: isTabItemSelected no-configuration(org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest) 08:03:49.839 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:03:49.839 INFO [WorkbenchTestable][RequirementsRunner] Started test: tabFolderTest no-configuration(org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest) 08:03:49.839 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest 08:03:49.840 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:03:49.840 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:03:49.840 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:03:49.862 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:03:49.862 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:03:49.873 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:03:49.874 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:03:49.874 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:03:49.874 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:03:49.874 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:03:49.874 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:03:49.874 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:03:49.874 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:03:49.874 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TabFolder and index 0 was found 08:03:49.874 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:03:49.875 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:03:49.875 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:03:49.875 DEBUG [main][AbstractWait] Waiting until shell is active... 08:03:49.875 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:03:49.875 INFO [main][AbstractShell] Close shell Testing shell 08:03:49.875 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:03:49.879 DEBUG [main][AbstractWait] Waiting while shell is available... 08:03:49.880 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:03:49.880 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest 08:03:49.880 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:03:49.880 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:03:49.885 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:03:49.885 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:03:49.885 INFO [WorkbenchTestable][RequirementsRunner] Finished test: tabFolderTest no-configuration(org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest) 08:03:49.886 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:03:49.886 INFO [WorkbenchTestable][RequirementsRunner] Started test: findNonExistingByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest) 08:03:49.886 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest 08:03:49.886 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:03:49.886 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:03:49.886 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:03:49.902 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:03:49.902 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:03:49.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:03:49.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:03:49.936 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:03:49.936 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:03:49.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:03:49.936 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 5 with specified parent and matchers 08:03:49.936 TRACE [WorkbenchTestable][WidgetLookup] widget with index 5is not found 08:03:50.436 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 5 with specified parent and matchers 08:03:50.437 TRACE [WorkbenchTestable][WidgetLookup] widget with index 5is not found 08:03:50.937 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 5 with specified parent and matchers 08:03:50.937 TRACE [WorkbenchTestable][WidgetLookup] widget with index 5is not found 08:03:50.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:03:50.938 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TabItem and index 5 was not found 08:03:50.938 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:03:50.938 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:03:50.938 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:03:50.938 DEBUG [main][AbstractWait] Waiting until shell is active... 08:03:50.938 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:03:50.938 INFO [main][AbstractShell] Close shell Testing shell 08:03:50.938 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:03:50.943 DEBUG [main][AbstractWait] Waiting while shell is available... 08:03:50.943 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:03:50.943 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest 08:03:50.943 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:03:50.943 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:03:50.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:03:50.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:03:50.955 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findNonExistingByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest) 08:03:50.955 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:03:50.955 INFO [WorkbenchTestable][RequirementsRunner] Started test: findNonExistingByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest) 08:03:50.955 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest 08:03:50.955 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:03:50.955 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:03:50.955 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:03:50.972 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:03:50.972 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:03:50.982 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:03:50.983 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:03:50.983 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:03:50.983 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:03:50.983 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:03:50.983 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:03:50.983 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:03:51.483 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:03:51.483 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:03:51.984 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:03:51.984 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:03:51.984 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:03:51.984 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TabItem and index 0 was not found 08:03:51.985 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:03:51.985 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:03:51.985 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:03:51.985 DEBUG [main][AbstractWait] Waiting until shell is active... 08:03:51.985 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:03:51.985 INFO [main][AbstractShell] Close shell Testing shell 08:03:51.985 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:03:51.989 DEBUG [main][AbstractWait] Waiting while shell is available... 08:03:51.989 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:03:51.989 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest 08:03:51.989 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:03:51.989 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:03:52.000 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:03:52.000 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:03:52.000 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findNonExistingByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest) 08:03:52.000 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:03:52.000 INFO [WorkbenchTestable][RequirementsRunner] Started test: findByNameAndActivate no-configuration(org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest) 08:03:52.000 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest 08:03:52.000 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:03:52.000 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:03:52.000 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:03:52.017 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:03:52.017 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:03:52.031 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:03:52.031 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:03:52.031 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:03:52.031 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:03:52.031 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:03:52.031 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:03:52.032 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:03:52.032 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:03:52.032 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TabItem and index 0 was found 08:03:52.032 INFO [WorkbenchTestable][AbstractTabItem] Activate Item 1 08:03:52.032 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:03:52.032 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:03:52.032 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:03:52.032 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:03:52.032 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:03:52.032 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:03:52.032 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:03:52.032 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:03:52.032 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:03:52.032 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:03:52.032 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 08:03:52.032 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:03:52.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:03:52.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:03:52.033 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:03:52.033 DEBUG [main][AbstractWait] Waiting until shell is active... 08:03:52.033 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:03:52.033 INFO [main][AbstractShell] Close shell Testing shell 08:03:52.033 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:03:52.038 DEBUG [main][AbstractWait] Waiting while shell is available... 08:03:52.038 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:03:52.038 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest 08:03:52.038 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:03:52.038 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:03:52.043 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:03:52.043 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:03:52.044 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findByNameAndActivate no-configuration(org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest) 08:03:52.044 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest 08:03:52.044 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:03:52.044 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:03:52.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:03:52.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.415 s - in org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest findByIndexAndActivate no-configuration(org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest) Time elapsed: 0.05 s getAllFolderItems no-configuration(org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest) Time elapsed: 0.04 s getSelectedFolderItems no-configuration(org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest) Time elapsed: 0.048 s isTabItemSelected no-configuration(org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest) Time elapsed: 0.057 s tabFolderTest no-configuration(org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest) Time elapsed: 0.046 s findNonExistingByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest) Time elapsed: 1.069 s findNonExistingByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest) Time elapsed: 1.045 s findByNameAndActivate no-configuration(org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest) Time elapsed: 0.044 s Running org.eclipse.reddeer.swt.test.impl.list.DefaultListTest 08:03:52.053 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.list.DefaultListTest 08:03:52.054 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 08:03:52.054 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:03:52.054 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.list.DefaultListTest 08:03:52.054 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:03:52.054 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 08:03:52.055 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:03:52.055 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 08:03:52.055 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:03:52.055 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:03:52.055 INFO [WorkbenchTestable][RequirementsRunner] Started test: testSelectSpecificItem no-configuration(org.eclipse.reddeer.swt.test.impl.list.DefaultListTest) 08:03:52.055 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.list.DefaultListTest 08:03:52.055 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:03:52.055 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:03:52.055 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:03:52.064 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:03:52.064 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:03:52.071 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:03:52.071 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:03:52.071 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:03:52.071 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:03:52.071 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:03:52.071 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:03:52.071 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:03:52.071 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:03:52.071 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.List and index 0 was found 08:03:52.073 TRACE [main][WidgetHandler] Notify List with event 13 08:03:52.073 TRACE [main][WidgetHandler] Wait for synchronization 08:03:52.074 TRACE [main][WidgetHandler] Notify List with event 13 08:03:52.074 TRACE [main][WidgetHandler] Wait for synchronization 08:03:52.074 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:03:52.074 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:03:52.074 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:03:52.074 DEBUG [main][AbstractWait] Waiting until shell is active... 08:03:52.074 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:03:52.074 INFO [main][AbstractShell] Close shell Testing shell 08:03:52.074 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:03:52.077 DEBUG [main][AbstractWait] Waiting while shell is available... 08:03:52.077 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:03:52.077 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.list.DefaultListTest 08:03:52.077 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:03:52.077 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:03:52.086 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:03:52.086 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:03:52.086 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testSelectSpecificItem no-configuration(org.eclipse.reddeer.swt.test.impl.list.DefaultListTest) 08:03:52.086 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:03:52.086 INFO [WorkbenchTestable][RequirementsRunner] Started test: testGetIndex no-configuration(org.eclipse.reddeer.swt.test.impl.list.DefaultListTest) 08:03:52.086 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.list.DefaultListTest 08:03:52.086 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:03:52.086 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:03:52.086 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:03:52.093 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:03:52.093 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:03:52.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:03:52.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:03:52.102 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:03:52.102 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:03:52.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:03:52.102 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:03:52.102 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:03:52.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:03:52.102 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.List and index 0 was found 08:03:52.103 TRACE [main][WidgetHandler] Notify List with event 13 08:03:52.103 TRACE [main][WidgetHandler] Wait for synchronization 08:03:52.103 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:03:52.103 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:03:52.103 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:03:52.103 DEBUG [main][AbstractWait] Waiting until shell is active... 08:03:52.103 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:03:52.103 INFO [main][AbstractShell] Close shell Testing shell 08:03:52.103 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:03:52.106 DEBUG [main][AbstractWait] Waiting while shell is available... 08:03:52.106 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:03:52.106 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.list.DefaultListTest 08:03:52.106 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:03:52.106 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:03:52.116 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:03:52.116 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:03:52.116 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testGetIndex no-configuration(org.eclipse.reddeer.swt.test.impl.list.DefaultListTest) 08:03:52.116 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:03:52.116 INFO [WorkbenchTestable][RequirementsRunner] Started test: testGetListItems no-configuration(org.eclipse.reddeer.swt.test.impl.list.DefaultListTest) 08:03:52.116 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.list.DefaultListTest 08:03:52.116 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:03:52.116 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:03:52.116 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:03:52.123 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:03:52.123 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:03:52.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:03:52.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:03:52.131 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:03:52.131 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:03:52.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:03:52.131 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:03:52.131 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:03:52.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:03:52.132 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.List and index 0 was found 08:03:52.133 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:03:52.133 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:03:52.133 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:03:52.133 DEBUG [main][AbstractWait] Waiting until shell is active... 08:03:52.133 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:03:52.133 INFO [main][AbstractShell] Close shell Testing shell 08:03:52.133 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:03:52.136 DEBUG [main][AbstractWait] Waiting while shell is available... 08:03:52.136 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:03:52.136 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.list.DefaultListTest 08:03:52.136 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:03:52.136 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:03:52.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:03:52.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:03:52.140 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testGetListItems no-configuration(org.eclipse.reddeer.swt.test.impl.list.DefaultListTest) 08:03:52.140 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:03:52.141 INFO [WorkbenchTestable][RequirementsRunner] Started test: testDeselectAllItems no-configuration(org.eclipse.reddeer.swt.test.impl.list.DefaultListTest) 08:03:52.141 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.list.DefaultListTest 08:03:52.141 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:03:52.141 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:03:52.141 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:03:52.147 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:03:52.147 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:03:52.158 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:03:52.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:03:52.159 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:03:52.159 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:03:52.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:03:52.159 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:03:52.159 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:03:52.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:03:52.159 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.List and index 0 was found 08:03:52.159 INFO [WorkbenchTestable][AbstractList] Select list items with indices (0, 1, 2) 08:03:52.160 TRACE [main][WidgetHandler] Notify List with event 13 08:03:52.160 TRACE [main][WidgetHandler] Wait for synchronization 08:03:52.164 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:03:52.164 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:03:52.164 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:03:52.164 DEBUG [main][AbstractWait] Waiting until shell is active... 08:03:52.164 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:03:52.164 INFO [main][AbstractShell] Close shell Testing shell 08:03:52.164 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:03:52.167 DEBUG [main][AbstractWait] Waiting while shell is available... 08:03:52.167 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:03:52.167 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.list.DefaultListTest 08:03:52.167 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:03:52.167 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:03:52.172 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:03:52.172 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:03:52.172 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testDeselectAllItems no-configuration(org.eclipse.reddeer.swt.test.impl.list.DefaultListTest) 08:03:52.172 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:03:52.172 INFO [WorkbenchTestable][RequirementsRunner] Started test: testFindingById no-configuration(org.eclipse.reddeer.swt.test.impl.list.DefaultListTest) 08:03:52.172 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.list.DefaultListTest 08:03:52.172 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:03:52.172 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:03:52.172 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:03:52.179 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:03:52.179 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:03:52.188 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:03:52.188 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:03:52.188 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:03:52.188 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:03:52.188 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:03:52.188 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:03:52.189 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:03:52.189 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:03:52.189 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.List and index 0 was found 08:03:52.189 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:03:52.189 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:03:52.189 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:03:52.189 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:03:52.189 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:03:52.189 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:03:52.189 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:03:52.189 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:03:52.189 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key id 08:03:52.189 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:03:52.189 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:03:52.189 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.List and index 0 was found 08:03:52.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:03:52.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:03:52.190 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:03:52.190 DEBUG [main][AbstractWait] Waiting until shell is active... 08:03:52.190 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:03:52.190 INFO [main][AbstractShell] Close shell Testing shell 08:03:52.190 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:03:52.193 DEBUG [main][AbstractWait] Waiting while shell is available... 08:03:52.193 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:03:52.193 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.list.DefaultListTest 08:03:52.193 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:03:52.193 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:03:52.203 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:03:52.203 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:03:52.203 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testFindingById no-configuration(org.eclipse.reddeer.swt.test.impl.list.DefaultListTest) 08:03:52.203 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:03:52.203 INFO [WorkbenchTestable][RequirementsRunner] Started test: testSelectSpecificItems no-configuration(org.eclipse.reddeer.swt.test.impl.list.DefaultListTest) 08:03:52.203 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.list.DefaultListTest 08:03:52.203 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:03:52.203 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:03:52.203 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:03:52.210 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:03:52.210 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:03:52.218 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:03:52.218 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:03:52.218 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:03:52.218 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:03:52.218 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:03:52.218 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:03:52.219 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:03:52.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:03:52.219 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.List and index 0 was found 08:03:52.219 INFO [WorkbenchTestable][AbstractList] Select list items with indices (0, 1, 3) 08:03:52.219 TRACE [main][WidgetHandler] Notify List with event 13 08:03:52.219 TRACE [main][WidgetHandler] Wait for synchronization 08:03:52.220 TRACE [main][WidgetHandler] Notify List with event 13 08:03:52.220 TRACE [main][WidgetHandler] Wait for synchronization 08:03:52.220 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:03:52.220 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:03:52.220 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:03:52.221 DEBUG [main][AbstractWait] Waiting until shell is active... 08:03:52.221 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:03:52.221 INFO [main][AbstractShell] Close shell Testing shell 08:03:52.221 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:03:52.223 DEBUG [main][AbstractWait] Waiting while shell is available... 08:03:52.223 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:03:52.223 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.list.DefaultListTest 08:03:52.223 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:03:52.224 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:03:52.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:03:52.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:03:52.234 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testSelectSpecificItems no-configuration(org.eclipse.reddeer.swt.test.impl.list.DefaultListTest) 08:03:52.234 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:03:52.234 INFO [WorkbenchTestable][RequirementsRunner] Started test: testSelectAllItems no-configuration(org.eclipse.reddeer.swt.test.impl.list.DefaultListTest) 08:03:52.234 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.list.DefaultListTest 08:03:52.234 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:03:52.234 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:03:52.234 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:03:52.241 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:03:52.241 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:03:52.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:03:52.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:03:52.249 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:03:52.249 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:03:52.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:03:52.249 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:03:52.249 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:03:52.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:03:52.249 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.List and index 0 was found 08:03:52.250 INFO [WorkbenchTestable][AbstractList] Select list items with indices (0, 1, 2) 08:03:52.250 TRACE [main][WidgetHandler] Notify List with event 13 08:03:52.250 TRACE [main][WidgetHandler] Wait for synchronization 08:03:52.251 TRACE [main][WidgetHandler] Notify List with event 13 08:03:52.251 TRACE [main][WidgetHandler] Wait for synchronization 08:03:52.251 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:03:52.251 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:03:52.251 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:03:52.251 DEBUG [main][AbstractWait] Waiting until shell is active... 08:03:52.251 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:03:52.251 INFO [main][AbstractShell] Close shell Testing shell 08:03:52.251 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:03:52.254 DEBUG [main][AbstractWait] Waiting while shell is available... 08:03:52.254 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:03:52.254 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.list.DefaultListTest 08:03:52.254 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:03:52.254 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:03:52.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:03:52.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:03:52.259 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testSelectAllItems no-configuration(org.eclipse.reddeer.swt.test.impl.list.DefaultListTest) 08:03:52.259 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.list.DefaultListTest 08:03:52.259 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:03:52.259 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:03:52.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:03:52.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.206 s - in org.eclipse.reddeer.swt.test.impl.list.DefaultListTest testSelectSpecificItem no-configuration(org.eclipse.reddeer.swt.test.impl.list.DefaultListTest) Time elapsed: 0.031 s testGetIndex no-configuration(org.eclipse.reddeer.swt.test.impl.list.DefaultListTest) Time elapsed: 0.03 s testGetListItems no-configuration(org.eclipse.reddeer.swt.test.impl.list.DefaultListTest) Time elapsed: 0.024 s testDeselectAllItems no-configuration(org.eclipse.reddeer.swt.test.impl.list.DefaultListTest) Time elapsed: 0.031 s testFindingById no-configuration(org.eclipse.reddeer.swt.test.impl.list.DefaultListTest) Time elapsed: 0.031 s testSelectSpecificItems no-configuration(org.eclipse.reddeer.swt.test.impl.list.DefaultListTest) Time elapsed: 0.031 s testSelectAllItems no-configuration(org.eclipse.reddeer.swt.test.impl.list.DefaultListTest) Time elapsed: 0.025 s Running org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest 08:03:52.263 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest 08:03:52.264 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 08:03:52.264 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:03:52.264 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest 08:03:52.264 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:03:52.264 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 08:03:52.266 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:03:52.266 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 08:03:52.266 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:03:52.266 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:03:52.267 INFO [WorkbenchTestable][RequirementsRunner] Started test: findByIndexAndActivate no-configuration(org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest) 08:03:52.267 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest 08:03:52.267 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:03:52.267 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:03:52.267 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:03:52.281 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:03:52.281 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:03:52.290 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:03:52.290 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:03:52.291 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:03:52.291 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:03:52.291 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:03:52.291 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 08:03:52.291 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 08:03:52.291 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:03:52.291 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 2 was found 08:03:52.291 INFO [WorkbenchTestable][AbstractCTabItem] Activate Item 2 08:03:52.292 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:03:52.292 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:03:52.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:03:52.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:03:52.292 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:03:52.292 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:03:52.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:03:52.292 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:03:52.292 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:03:52.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:03:52.292 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 08:03:52.292 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:03:52.294 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:03:52.294 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:03:52.294 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:03:52.294 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:03:52.294 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:03:52.294 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:03:52.294 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:03:52.294 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:03:52.294 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:03:52.294 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:03:52.294 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabFolder and index 0 was found 08:03:52.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:03:52.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:03:52.295 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:03:52.295 DEBUG [main][AbstractWait] Waiting until shell is active... 08:03:52.296 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:03:52.296 INFO [main][AbstractShell] Close shell Testing shell 08:03:52.296 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:03:52.300 DEBUG [main][AbstractWait] Waiting while shell is available... 08:03:52.300 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:03:52.300 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest 08:03:52.300 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:03:52.300 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:03:52.305 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:03:52.305 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:03:52.305 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findByIndexAndActivate no-configuration(org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest) 08:03:52.305 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:03:52.305 INFO [WorkbenchTestable][RequirementsRunner] Started test: close no-configuration(org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest) 08:03:52.305 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest 08:03:52.305 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:03:52.305 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:03:52.305 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:03:52.319 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:03:52.319 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:03:52.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:03:52.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:03:52.332 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:03:52.332 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:03:52.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:03:52.332 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 3 with specified parent and matchers 08:03:52.332 TRACE [WorkbenchTestable][WidgetLookup] widget with index 3 is found 08:03:52.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:03:52.332 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 3 was found 08:03:52.332 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Item 3 08:03:52.332 INFO [WorkbenchTestable][AbstractCTabItem] Activate Item 3 08:03:52.333 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 08:03:52.334 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:03:52.334 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:03:52.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:03:52.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:03:52.334 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:03:52.334 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:03:52.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:03:52.334 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 3 with specified parent and matchers 08:03:52.334 TRACE [WorkbenchTestable][WidgetLookup] widget with index 3is not found 08:03:52.835 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 3 with specified parent and matchers 08:03:52.835 TRACE [WorkbenchTestable][WidgetLookup] widget with index 3is not found 08:03:53.335 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 3 with specified parent and matchers 08:03:53.335 TRACE [WorkbenchTestable][WidgetLookup] widget with index 3is not found 08:03:53.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:03:53.336 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 3 was not found 08:03:53.336 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:03:53.336 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:03:53.336 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:03:53.336 DEBUG [main][AbstractWait] Waiting until shell is active... 08:03:53.336 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:03:53.336 INFO [main][AbstractShell] Close shell Testing shell 08:03:53.336 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:03:53.340 DEBUG [main][AbstractWait] Waiting while shell is available... 08:03:53.341 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:03:53.341 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest 08:03:53.341 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:03:53.341 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:03:53.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:03:53.352 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:03:53.352 INFO [WorkbenchTestable][RequirementsRunner] Finished test: close no-configuration(org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest) 08:03:53.352 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:03:53.352 INFO [WorkbenchTestable][RequirementsRunner] Started test: findNonExistingByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest) 08:03:53.352 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest 08:03:53.352 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:03:53.352 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:03:53.352 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:03:53.366 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:03:53.366 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:03:53.375 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:03:53.376 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:03:53.376 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:03:53.376 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:03:53.376 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:03:53.376 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 5 with specified parent and matchers 08:03:53.376 TRACE [WorkbenchTestable][WidgetLookup] widget with index 5is not found 08:03:53.876 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 5 with specified parent and matchers 08:03:53.876 TRACE [WorkbenchTestable][WidgetLookup] widget with index 5is not found 08:03:54.376 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 5 with specified parent and matchers 08:03:54.377 TRACE [WorkbenchTestable][WidgetLookup] widget with index 5is not found 08:03:54.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:03:54.377 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 5 was not found 08:03:54.378 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:03:54.378 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:03:54.378 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:03:54.378 DEBUG [main][AbstractWait] Waiting until shell is active... 08:03:54.378 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:03:54.378 INFO [main][AbstractShell] Close shell Testing shell 08:03:54.378 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:03:54.382 DEBUG [main][AbstractWait] Waiting while shell is available... 08:03:54.382 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:03:54.382 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest 08:03:54.382 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:03:54.382 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:03:54.388 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:03:54.388 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:03:54.388 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findNonExistingByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest) 08:03:54.388 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:03:54.388 INFO [WorkbenchTestable][RequirementsRunner] Started test: findNonExistingByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest) 08:03:54.388 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest 08:03:54.388 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:03:54.388 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:03:54.388 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:03:54.403 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:03:54.403 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:03:54.416 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:03:54.416 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:03:54.416 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:03:54.416 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:03:54.416 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:03:54.416 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:03:54.417 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:03:54.917 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:03:54.917 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:03:55.417 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:03:55.418 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:03:55.418 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:03:55.418 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was not found 08:03:55.418 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:03:55.418 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:03:55.419 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:03:55.419 DEBUG [main][AbstractWait] Waiting until shell is active... 08:03:55.419 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:03:55.419 INFO [main][AbstractShell] Close shell Testing shell 08:03:55.419 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:03:55.423 DEBUG [main][AbstractWait] Waiting while shell is available... 08:03:55.423 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:03:55.423 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest 08:03:55.423 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:03:55.423 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:03:55.435 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:03:55.435 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:03:55.435 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findNonExistingByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest) 08:03:55.435 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:03:55.435 INFO [WorkbenchTestable][RequirementsRunner] Started test: findByNameAndActivate no-configuration(org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest) 08:03:55.435 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest 08:03:55.436 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:03:55.436 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:03:55.436 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:03:55.455 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:03:55.455 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:03:55.468 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:03:55.469 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:03:55.469 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:03:55.469 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:03:55.469 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:03:55.469 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:03:55.469 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:03:55.469 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:03:55.469 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:03:55.469 INFO [WorkbenchTestable][AbstractCTabItem] Activate Item 1 08:03:55.471 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:03:55.471 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:03:55.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:03:55.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:03:55.471 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:03:55.471 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:03:55.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:03:55.471 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:03:55.471 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:03:55.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:03:55.471 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 08:03:55.471 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:03:55.472 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:03:55.472 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:03:55.472 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:03:55.472 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:03:55.472 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:03:55.472 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:03:55.472 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:03:55.472 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:03:55.472 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:03:55.472 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:03:55.472 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabFolder and index 0 was found 08:03:55.472 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:03:55.472 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:03:55.472 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:03:55.473 DEBUG [main][AbstractWait] Waiting until shell is active... 08:03:55.473 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:03:55.473 INFO [main][AbstractShell] Close shell Testing shell 08:03:55.473 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:03:55.478 DEBUG [main][AbstractWait] Waiting while shell is available... 08:03:55.478 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:03:55.478 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest 08:03:55.478 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:03:55.478 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:03:55.489 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:03:55.489 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:03:55.489 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findByNameAndActivate no-configuration(org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest) 08:03:55.489 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest 08:03:55.489 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:03:55.489 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:03:55.489 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:03:55.489 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.038 s close no-configuration(org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest) Time elapsed: 1.047 s findNonExistingByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest) Time elapsed: 1.036 s findNonExistingByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest) Time elapsed: 1.047 s findByNameAndActivate no-configuration(org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest) Time elapsed: 0.054 s Running org.eclipse.reddeer.swt.test.DummyTest 08:03:55.494 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.DummyTest 08:03:55.495 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 08:03:55.495 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:03:55.495 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.DummyTest 08:03:55.495 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:03:55.495 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 08:03:55.495 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:03:55.496 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 08:03:55.496 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:03:55.496 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:03:55.496 INFO [WorkbenchTestable][RequirementsRunner] Started test: dummy no-configuration(org.eclipse.reddeer.swt.test.DummyTest) 08:03:55.496 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.DummyTest 08:03:55.496 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:03:55.496 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:03:55.496 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:03:55.496 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.DummyTest 08:03:55.496 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:03:55.496 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:03:55.496 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:03:55.496 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:03:55.496 INFO [WorkbenchTestable][RequirementsRunner] Finished test: dummy no-configuration(org.eclipse.reddeer.swt.test.DummyTest) 08:03:55.496 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.DummyTest 08:03:55.496 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:03:55.496 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:03:55.496 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:03:55.496 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.reddeer.swt.test.DummyTest dummy no-configuration(org.eclipse.reddeer.swt.test.DummyTest) Time elapsed: 0 s Running org.eclipse.reddeer.swt.test.matcher.RegexMatcherTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.reddeer.swt.test.matcher.RegexMatcherTest regexMatcherFailureTest(org.eclipse.reddeer.swt.test.matcher.RegexMatcherTest) Time elapsed: 0 s regexMatcherMatchesEverythingTest(org.eclipse.reddeer.swt.test.matcher.RegexMatcherTest) Time elapsed: 0 s regexMatcherDigitsTest(org.eclipse.reddeer.swt.test.matcher.RegexMatcherTest) Time elapsed: 0 s Running org.eclipse.reddeer.swt.test.toolitem.ToolItemTest 08:03:55.506 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.toolitem.ToolItemTest 08:03:55.507 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 08:03:55.507 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:03:55.507 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.toolitem.ToolItemTest 08:03:55.507 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:03:55.507 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 08:03:55.507 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:03:55.507 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 08:03:55.507 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:03:55.507 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:03:55.507 INFO [WorkbenchTestable][RequirementsRunner] Started test: constructorWithIndex no-configuration(org.eclipse.reddeer.swt.test.toolitem.ToolItemTest) 08:03:55.507 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.toolitem.ToolItemTest 08:03:55.508 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:03:55.508 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:03:55.508 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:03:55.523 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:03:55.523 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:03:55.523 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:03:55.524 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:03:55.524 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:03:55.524 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 08:03:55.524 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 08:03:55.524 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:03:55.524 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 2 was found 08:03:55.524 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:03:55.524 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:03:55.524 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:03:55.524 DEBUG [main][AbstractWait] Waiting until shell is active... 08:03:55.524 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:03:55.524 INFO [main][AbstractShell] Close shell Testing shell 08:03:55.524 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:03:55.528 DEBUG [main][AbstractWait] Waiting while shell is available... 08:03:55.528 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:03:55.528 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.toolitem.ToolItemTest 08:03:55.528 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:03:55.528 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:03:55.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:03:55.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:03:55.543 INFO [WorkbenchTestable][RequirementsRunner] Finished test: constructorWithIndex no-configuration(org.eclipse.reddeer.swt.test.toolitem.ToolItemTest) 08:03:55.543 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:03:55.543 INFO [WorkbenchTestable][RequirementsRunner] Started test: constructorWithRegexTest no-configuration(org.eclipse.reddeer.swt.test.toolitem.ToolItemTest) 08:03:55.543 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.toolitem.ToolItemTest 08:03:55.544 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:03:55.544 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:03:55.544 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:03:55.562 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:03:55.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:03:55.563 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:03:55.563 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.core.lookup.ToolItemLookup$GenericReferencedComposite, index 0 and following matchers specified (Matcher matching widget which tooltip matches: Matcher matching text to regular expression 'PUSH.*tb2') 08:03:55.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:03:55.563 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:03:55.566 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:03:55.566 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:03:55.566 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 08:03:55.566 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:03:55.566 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:03:55.566 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:03:55.566 DEBUG [main][AbstractWait] Waiting until shell is active... 08:03:55.566 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:03:55.566 INFO [main][AbstractShell] Close shell Testing shell 08:03:55.566 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:03:55.570 DEBUG [main][AbstractWait] Waiting while shell is available... 08:03:55.570 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:03:55.570 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.toolitem.ToolItemTest 08:03:55.570 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:03:55.570 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:03:55.577 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:03:55.577 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:03:55.578 INFO [WorkbenchTestable][RequirementsRunner] Finished test: constructorWithRegexTest no-configuration(org.eclipse.reddeer.swt.test.toolitem.ToolItemTest) 08:03:55.578 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:03:55.578 INFO [WorkbenchTestable][RequirementsRunner] Started test: WorkbenchToolItemWithMnemonicTest no-configuration(org.eclipse.reddeer.swt.test.toolitem.ToolItemTest) 08:03:55.578 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.toolitem.ToolItemTest 08:03:55.578 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:03:55.578 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:03:55.578 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:03:55.595 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:03:55.595 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:03:55.595 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:03:55.595 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:03:55.595 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:03:55.595 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:03:55.595 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:03:55.615 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:03:55.615 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:03:55.615 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 08:03:55.615 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:03:55.615 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:03:55.615 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:03:55.615 DEBUG [main][AbstractWait] Waiting until shell is active... 08:03:55.615 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:03:55.615 INFO [main][AbstractShell] Close shell Testing shell 08:03:55.615 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:03:55.617 DEBUG [main][AbstractWait] Waiting while shell is available... 08:03:55.617 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:03:55.617 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.toolitem.ToolItemTest 08:03:55.617 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:03:55.617 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:03:55.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:03:56.618 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 08:03:56.619 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 08:03:57.620 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 08:03:57.621 INFO [WorkbenchTestable][RequirementsRunner] Finished test: WorkbenchToolItemWithMnemonicTest no-configuration(org.eclipse.reddeer.swt.test.toolitem.ToolItemTest) 08:03:57.621 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:03:57.621 INFO [WorkbenchTestable][RequirementsRunner] Started test: testToolItemTooltip no-configuration(org.eclipse.reddeer.swt.test.toolitem.ToolItemTest) 08:03:57.621 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.toolitem.ToolItemTest 08:03:57.621 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:03:57.621 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:03:57.621 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:03:57.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:03:57.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:03:57.643 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:03:57.643 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:03:57.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:03:57.643 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:03:57.643 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:03:57.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:03:57.643 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 08:03:57.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:03:57.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:03:57.643 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:03:57.643 DEBUG [main][AbstractWait] Waiting until shell is active... 08:03:57.643 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:03:57.643 INFO [main][AbstractShell] Close shell Testing shell 08:03:57.643 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:03:57.646 DEBUG [main][AbstractWait] Waiting while shell is available... 08:03:57.646 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:03:57.646 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.toolitem.ToolItemTest 08:03:57.646 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:03:57.646 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:03:57.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:03:57.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:03:57.651 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testToolItemTooltip no-configuration(org.eclipse.reddeer.swt.test.toolitem.ToolItemTest) 08:03:57.651 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:03:57.651 INFO [WorkbenchTestable][RequirementsRunner] Started test: constructorWithRegexWithReferencedComposite no-configuration(org.eclipse.reddeer.swt.test.toolitem.ToolItemTest) 08:03:57.651 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.toolitem.ToolItemTest 08:03:57.651 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:03:57.651 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:03:57.651 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:03:57.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:03:57.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:03:57.675 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:03:57.675 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:03:57.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:03:57.675 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:03:57.675 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:03:57.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:03:57.675 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found PUSH tooltip 08:03:57.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:03:57.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:03:57.675 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:03:57.675 DEBUG [main][AbstractWait] Waiting until shell is active... 08:03:57.676 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:03:57.676 INFO [main][AbstractShell] Close shell Testing shell 08:03:57.676 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:03:57.678 DEBUG [main][AbstractWait] Waiting while shell is available... 08:03:57.678 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:03:57.679 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.toolitem.ToolItemTest 08:03:57.679 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:03:57.679 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:03:57.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:03:57.684 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:03:57.684 INFO [WorkbenchTestable][RequirementsRunner] Finished test: constructorWithRegexWithReferencedComposite no-configuration(org.eclipse.reddeer.swt.test.toolitem.ToolItemTest) 08:03:57.684 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.toolitem.ToolItemTest 08:03:57.684 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:03:57.684 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:03:57.684 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:03:57.684 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.178 s - in org.eclipse.reddeer.swt.test.toolitem.ToolItemTest constructorWithIndex no-configuration(org.eclipse.reddeer.swt.test.toolitem.ToolItemTest) Time elapsed: 0.036 s constructorWithRegexTest no-configuration(org.eclipse.reddeer.swt.test.toolitem.ToolItemTest) Time elapsed: 0.035 s WorkbenchToolItemWithMnemonicTest no-configuration(org.eclipse.reddeer.swt.test.toolitem.ToolItemTest) Time elapsed: 2.043 s testToolItemTooltip no-configuration(org.eclipse.reddeer.swt.test.toolitem.ToolItemTest) Time elapsed: 0.03 s constructorWithRegexWithReferencedComposite no-configuration(org.eclipse.reddeer.swt.test.toolitem.ToolItemTest) Time elapsed: 0.033 s Running org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest 08:03:57.688 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest 08:03:57.689 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 08:03:57.689 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:03:57.689 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest 08:03:57.689 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:03:57.689 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 08:03:57.689 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:03:57.689 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 08:03:57.689 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:03:57.690 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:03:57.690 INFO [WorkbenchTestable][RequirementsRunner] Started test: testTreeContainsItemFailNested no-configuration(org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest) 08:03:57.690 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest 08:03:57.690 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:03:57.690 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:03:57.690 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:03:57.709 DEBUG [WorkbenchTestable][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:03:57.709 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:03:57.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:03:57.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:03:57.723 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:03:57.723 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:03:57.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:03:57.723 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:03:57.723 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:03:57.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:03:57.723 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:03:57.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[A, XXX]... 08:03:57.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:03:57.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:03:57.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children... 08:03:57.725 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 08:03:57.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:03:58.226 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:03:58.226 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 08:03:58.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children finished successfully 08:03:58.228 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 08:03:58.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:03:58.228 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 08:03:58.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:03:58.228 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 08:03:58.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:03:58.729 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:03:58.729 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children... 08:03:58.729 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 08:03:58.729 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:03:58.729 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 08:03:58.729 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:03:58.729 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 08:03:58.729 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children finished successfully 08:03:58.729 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 08:03:58.729 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:03:58.729 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 08:03:58.729 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:03:58.729 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 08:03:58.729 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[A, XXX] failed, an exception will be thrown 08:03:58.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:03:58.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:03:58.730 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:03:58.730 DEBUG [main][AbstractWait] Waiting until shell is active... 08:03:58.730 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:03:58.730 INFO [main][AbstractShell] Close shell Testing shell 08:03:58.730 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:03:58.734 DEBUG [main][AbstractWait] Waiting while shell is available... 08:03:58.734 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:03:58.734 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest 08:03:58.734 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:03:58.734 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:03:58.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:03:58.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:03:58.739 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testTreeContainsItemFailNested no-configuration(org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest) 08:03:58.739 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:03:58.739 INFO [WorkbenchTestable][RequirementsRunner] Started test: testTreeContainsItemNested no-configuration(org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest) 08:03:58.739 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest 08:03:58.739 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:03:58.739 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:03:58.739 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:03:58.758 DEBUG [WorkbenchTestable][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:03:58.758 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:03:58.771 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:03:58.772 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:03:58.772 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:03:58.772 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:03:58.772 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:03:58.772 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:03:58.772 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:03:58.772 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:03:58.772 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:03:58.774 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[A, AA, AAA]... 08:03:58.774 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:03:58.774 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:03:58.774 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children... 08:03:58.774 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 08:03:58.774 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:03:59.274 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:03:59.274 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 08:03:59.277 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children finished successfully 08:03:59.277 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 08:03:59.277 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:03:59.277 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 08:03:59.277 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:03:59.277 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 08:03:59.277 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem AA has children... 08:03:59.277 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA 08:03:59.277 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:03:59.777 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:03:59.777 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA 08:03:59.780 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem AA has children finished successfully 08:03:59.780 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA 08:03:59.780 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:03:59.780 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item AA is already expanded. No action performed 08:03:59.780 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:03:59.780 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA 08:03:59.780 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[A, AA, AAA] finished successfully 08:03:59.780 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 08:03:59.780 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:03:59.780 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:03:59.780 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:03:59.780 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:03:59.780 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:03:59.780 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:03:59.780 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:03:59.780 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:03:59.780 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:03:59.780 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:03:59.780 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[A, AA, AAA]... 08:03:59.781 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:03:59.781 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:03:59.781 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children... 08:03:59.781 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 08:03:59.781 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:03:59.781 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 08:03:59.781 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:03:59.781 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 08:03:59.781 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children finished successfully 08:03:59.781 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 08:03:59.781 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:03:59.781 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 08:03:59.781 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:03:59.781 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 08:03:59.781 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem AA has children... 08:03:59.781 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA 08:03:59.781 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:03:59.781 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item AA is already expanded. No action performed 08:03:59.781 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:03:59.781 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA 08:03:59.781 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem AA has children finished successfully 08:03:59.781 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA 08:03:59.781 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:03:59.781 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item AA is already expanded. No action performed 08:03:59.781 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:03:59.781 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA 08:03:59.781 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[A, AA, AAA] finished successfully 08:03:59.781 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:03:59.782 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:03:59.782 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:03:59.782 DEBUG [main][AbstractWait] Waiting until shell is active... 08:03:59.782 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:03:59.782 INFO [main][AbstractShell] Close shell Testing shell 08:03:59.782 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:03:59.785 DEBUG [main][AbstractWait] Waiting while shell is available... 08:03:59.785 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:03:59.786 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest 08:03:59.786 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:03:59.786 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:03:59.801 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:03:59.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:03:59.802 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testTreeContainsItemNested no-configuration(org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest) 08:03:59.802 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:03:59.802 INFO [WorkbenchTestable][RequirementsRunner] Started test: testTreeContainsItem no-configuration(org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest) 08:03:59.802 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest 08:03:59.802 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:03:59.802 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:03:59.802 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:03:59.811 DEBUG [WorkbenchTestable][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:03:59.811 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:03:59.823 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:03:59.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:03:59.824 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:03:59.824 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:03:59.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:03:59.824 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:03:59.824 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:03:59.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:03:59.824 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:03:59.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[A]... 08:03:59.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:03:59.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:03:59.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[A] finished successfully 08:03:59.825 DEBUG [WorkbenchTestable][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:03:59.825 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:03:59.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:03:59.826 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:03:59.826 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:03:59.826 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:03:59.826 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:03:59.826 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:03:59.826 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:03:59.826 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:03:59.826 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:03:59.826 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[A]... 08:03:59.826 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:03:59.826 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:03:59.826 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[A] finished successfully 08:03:59.826 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:03:59.826 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:03:59.826 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:03:59.826 DEBUG [main][AbstractWait] Waiting until shell is active... 08:03:59.826 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:03:59.826 INFO [main][AbstractShell] Close shell Testing shell 08:03:59.826 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:03:59.829 DEBUG [main][AbstractWait] Waiting while shell is available... 08:03:59.829 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:03:59.829 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest 08:03:59.830 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:03:59.830 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:03:59.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:03:59.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:03:59.834 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testTreeContainsItem no-configuration(org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest) 08:03:59.834 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:03:59.834 INFO [WorkbenchTestable][RequirementsRunner] Started test: testTreeContainsItemSecondLevel no-configuration(org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest) 08:03:59.834 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest 08:03:59.834 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:03:59.834 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:03:59.834 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:03:59.843 DEBUG [WorkbenchTestable][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:03:59.843 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:03:59.859 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:03:59.859 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:03:59.859 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:03:59.859 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:03:59.859 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:03:59.859 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:03:59.859 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:03:59.859 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:03:59.859 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:03:59.861 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[AA]... 08:03:59.861 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:03:59.861 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:04:00.361 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:04:00.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:04:00.862 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:04:00.862 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:04:00.862 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[AA] failed, NO exception will be thrown 08:04:00.862 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:04:00.863 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:04:00.863 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:04:00.863 DEBUG [main][AbstractWait] Waiting until shell is active... 08:04:00.863 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:04:00.863 INFO [main][AbstractShell] Close shell Testing shell 08:04:00.863 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:04:00.866 DEBUG [main][AbstractWait] Waiting while shell is available... 08:04:00.867 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:04:00.867 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest 08:04:00.867 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:04:00.867 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:04:00.883 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:04:00.884 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:04:00.884 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testTreeContainsItemSecondLevel no-configuration(org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest) 08:04:00.884 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:04:00.884 INFO [WorkbenchTestable][RequirementsRunner] Started test: testTreeContainsItemInvalid no-configuration(org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest) 08:04:00.884 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest 08:04:00.884 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:04:00.884 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:04:00.884 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:04:00.893 DEBUG [WorkbenchTestable][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:04:00.893 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:04:00.906 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:04:00.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:04:00.907 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:04:00.907 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:04:00.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:04:00.907 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:04:00.907 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:04:00.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:04:00.907 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:04:00.908 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[XXX]... 08:04:00.908 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:04:00.909 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:04:01.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:04:01.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:04:01.909 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:04:01.910 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:04:01.910 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[XXX] failed, NO exception will be thrown 08:04:01.910 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 08:04:01.910 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:04:01.910 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:04:01.910 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:04:01.910 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:04:01.910 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:04:01.910 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:04:01.910 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:04:01.910 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:04:01.910 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:04:01.910 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:04:01.910 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[XXX]... 08:04:01.910 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:04:01.910 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:04:02.411 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:04:02.411 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:04:02.911 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:04:02.911 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:04:02.912 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[XXX] failed, NO exception will be thrown 08:04:02.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:04:02.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:04:02.912 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:04:02.912 DEBUG [main][AbstractWait] Waiting until shell is active... 08:04:02.912 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:04:02.912 INFO [main][AbstractShell] Close shell Testing shell 08:04:02.912 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:04:02.916 DEBUG [main][AbstractWait] Waiting while shell is available... 08:04:02.916 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:04:02.916 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest 08:04:02.916 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:04:02.916 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:04:02.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:04:02.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:04:02.932 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testTreeContainsItemInvalid no-configuration(org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest) 08:04:02.932 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:04:02.932 INFO [WorkbenchTestable][RequirementsRunner] Started test: testTreeContainsItemNullItem no-configuration(org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest) 08:04:02.932 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest 08:04:02.932 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:04:02.932 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:04:02.932 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:04:02.941 DEBUG [WorkbenchTestable][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:04:02.941 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:04:02.954 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:04:02.954 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:04:02.954 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:04:02.954 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:04:02.954 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:04:02.954 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:04:02.954 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:04:02.954 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:04:02.954 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:04:02.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item 'null... 08:04:03.956 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item 'null failed, an exception will be thrown 08:04:03.956 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:04:03.956 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:04:03.956 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:04:03.957 DEBUG [main][AbstractWait] Waiting until shell is active... 08:04:03.957 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:04:03.957 INFO [main][AbstractShell] Close shell Testing shell 08:04:03.957 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:04:03.960 DEBUG [main][AbstractWait] Waiting while shell is available... 08:04:03.960 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:04:03.960 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest 08:04:03.960 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:04:03.960 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:04:03.965 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:04:03.965 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:04:03.965 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testTreeContainsItemNullItem no-configuration(org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest) 08:04:03.965 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:04:03.965 INFO [WorkbenchTestable][RequirementsRunner] Started test: testTreeContainsItemNullTree no-configuration(org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest) 08:04:03.965 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest 08:04:03.965 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:04:03.965 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:04:03.966 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:04:03.984 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 08:04:03.984 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:04:03.997 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:04:03.997 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:04:03.997 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:04:03.997 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:04:03.997 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:04:03.997 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:04:03.997 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:04:03.997 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:04:03.997 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:04:03.999 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[A, AA, AAA]... 08:04:05.500 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[A, AA, AAA] failed, an exception will be thrown 08:04:05.500 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:04:05.500 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:04:05.500 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:04:05.500 DEBUG [main][AbstractWait] Waiting until shell is active... 08:04:05.500 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:04:05.500 INFO [main][AbstractShell] Close shell Testing shell 08:04:05.500 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:04:05.504 DEBUG [main][AbstractWait] Waiting while shell is available... 08:04:05.504 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:04:05.504 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest 08:04:05.504 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:04:05.504 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:04:05.509 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:04:05.509 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:04:05.509 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testTreeContainsItemNullTree no-configuration(org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest) 08:04:05.509 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest 08:04:05.509 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:04:05.509 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:04:05.509 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:04:05.509 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.821 s - in org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest testTreeContainsItemFailNested no-configuration(org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest) Time elapsed: 1.049 s testTreeContainsItemNested no-configuration(org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest) Time elapsed: 1.063 s testTreeContainsItem no-configuration(org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest) Time elapsed: 0.032 s testTreeContainsItemSecondLevel no-configuration(org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest) Time elapsed: 1.05 s testTreeContainsItemInvalid no-configuration(org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest) Time elapsed: 2.048 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.544 s Running org.eclipse.reddeer.swt.test.condition.ShellIsAvailableTest 08:04:05.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available.... 08:04:05.541 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:04:05.541 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell 08:04:05.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:04:05.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:04:05.541 INFO [WorkbenchTestable][AbstractShell] Close shell shell 08:04:05.541 INFO [WorkbenchTestable][ShellHandler] Closing shell 'shell' 08:04:05.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 08:04:05.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 08:04:05.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available.... 08:04:05.565 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:04:05.565 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell 08:04:05.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:04:05.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:04:05.566 INFO [WorkbenchTestable][AbstractShell] Close shell shell 08:04:05.566 INFO [WorkbenchTestable][ShellHandler] Closing shell 'shell' 08:04:05.575 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 08:04:05.578 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 08:04:05.582 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available.... 08:04:05.596 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:04:05.597 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell 08:04:05.597 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:04:05.597 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:04:05.597 INFO [WorkbenchTestable][ShellHandler] Minimize shell 'shell' 08:04:05.598 INFO [WorkbenchTestable][ShellHandler] Maximize shell 'shell' 08:04:05.598 INFO [WorkbenchTestable][AbstractShell] Close shell shell 08:04:05.598 INFO [WorkbenchTestable][ShellHandler] Closing shell 'shell' 08:04:05.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 08:04:05.614 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 08:04:05.619 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available.... 08:04:05.624 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:04:05.624 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell 08:04:05.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:04:05.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:04:05.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available.... 08:04:05.624 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:04:05.624 INFO [WorkbenchTestable][AbstractShell] Close shell shell 08:04:05.624 INFO [WorkbenchTestable][ShellHandler] Closing shell 'shell' 08:04:05.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 08:04:05.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 08:04:05.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available.... 08:04:05.648 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:04:05.648 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell 08:04:05.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:04:05.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:04:05.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available.... 08:04:06.649 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:04:06.649 INFO [WorkbenchTestable][AbstractShell] Close shell shell 08:04:06.649 INFO [WorkbenchTestable][ShellHandler] Closing shell 'shell' 08:04:06.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 08:04:06.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 08:04:06.661 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available.... 08:04:06.675 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:04:06.675 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell 08:04:06.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:04:06.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:04:06.676 INFO [WorkbenchTestable][AbstractShell] Close shell shell 08:04:06.676 INFO [WorkbenchTestable][ShellHandler] Closing shell 'shell' 08:04:06.678 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 08:04:06.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 08:04:06.698 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available.... 08:04:06.710 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:04:06.710 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell 08:04:06.710 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:04:06.710 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:04:06.710 INFO [WorkbenchTestable][AbstractShell] Close shell shell 08:04:06.710 INFO [WorkbenchTestable][ShellHandler] Closing shell 'shell' 08:04:06.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 08:04:06.727 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 08:04:06.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available.... 08:04:06.744 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:04:06.744 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell 08:04:06.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:04:06.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:04:06.744 INFO [WorkbenchTestable][AbstractShell] Close shell shell 08:04:06.744 INFO [WorkbenchTestable][ShellHandler] Closing shell 'shell' 08:04:06.746 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 08:04:06.762 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 08:04:06.766 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available.... 08:04:06.771 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:04:06.771 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell 08:04:06.771 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:04:06.771 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:04:06.771 INFO [WorkbenchTestable][AbstractShell] Close shell shell 08:04:06.771 INFO [WorkbenchTestable][ShellHandler] Closing shell 'shell' 08:04:06.773 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 08:04:06.777 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 08:04:06.782 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available.... 08:04:06.797 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:04:06.797 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell 08:04:06.798 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:04:06.798 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:04:06.799 INFO [WorkbenchTestable][AbstractShell] Close shell shell 08:04:06.799 INFO [WorkbenchTestable][ShellHandler] Closing shell 'shell' 08:04:06.801 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 08:04:06.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 08:04:06.809 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available.... 08:04:06.814 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:04:06.814 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell 08:04:06.814 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:04:06.814 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:04:06.825 INFO [WorkbenchTestable][AbstractShell] Close shell shell 08:04:06.825 INFO [WorkbenchTestable][ShellHandler] Closing shell 'shell' 08:04:06.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 08:04:06.842 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 08:04:06.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available.... 08:04:06.865 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:04:06.865 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell 08:04:06.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:04:06.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:04:06.865 INFO [WorkbenchTestable][AbstractShell] Close shell shell 08:04:06.865 INFO [WorkbenchTestable][ShellHandler] Closing shell 'shell' 08:04:06.868 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 08:04:06.873 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.36 s - in org.eclipse.reddeer.swt.test.condition.ShellIsAvailableTest testGetResultShellWithText(org.eclipse.reddeer.swt.test.condition.ShellIsAvailableTest) Time elapsed: 0.033 s testShellWithText(org.eclipse.reddeer.swt.test.condition.ShellIsAvailableTest) Time elapsed: 0.031 s testMinimizeMaximize(org.eclipse.reddeer.swt.test.condition.ShellIsAvailableTest) Time elapsed: 0.036 s testWaitUntil(org.eclipse.reddeer.swt.test.condition.ShellIsAvailableTest) Time elapsed: 0.015 s testWaitWhile(org.eclipse.reddeer.swt.test.condition.ShellIsAvailableTest) Time elapsed: 1.027 s testClosedShell(org.eclipse.reddeer.swt.test.condition.ShellIsAvailableTest) Time elapsed: 0.037 s testShellWithMatcherUnavailable(org.eclipse.reddeer.swt.test.condition.ShellIsAvailableTest) Time elapsed: 0.033 s testGetResultNull(org.eclipse.reddeer.swt.test.condition.ShellIsAvailableTest) Time elapsed: 0.035 s testShellWithTextUnavailable(org.eclipse.reddeer.swt.test.condition.ShellIsAvailableTest) Time elapsed: 0.016 s testShellWithLabelMatcherUnavailable(org.eclipse.reddeer.swt.test.condition.ShellIsAvailableTest) Time elapsed: 0.028 s testShellWithMatcher(org.eclipse.reddeer.swt.test.condition.ShellIsAvailableTest) Time elapsed: 0.036 s testGetResultShell(org.eclipse.reddeer.swt.test.condition.ShellIsAvailableTest) Time elapsed: 0.031 s Running org.eclipse.reddeer.swt.test.condition.TableHasRowsTest 08:04:06.878 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.condition.TableHasRowsTest 08:04:06.878 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 08:04:06.878 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:04:06.878 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.condition.TableHasRowsTest 08:04:06.878 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:04:06.878 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 08:04:06.879 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:04:06.879 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 08:04:06.879 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:04:06.879 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:04:06.879 INFO [WorkbenchTestable][RequirementsRunner] Started test: tableHasRows no-configuration(org.eclipse.reddeer.swt.test.condition.TableHasRowsTest) 08:04:06.879 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.condition.TableHasRowsTest 08:04:06.879 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:04:06.879 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:04:06.879 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:04:06.978 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 08:04:06.978 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:04:07.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:04:07.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:04:07.061 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:04:07.061 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:04:07.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:04:07.061 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:04:07.061 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:04:07.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:04:07.061 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 08:04:07.062 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:04:07.062 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:04:07.062 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:04:07.062 DEBUG [main][AbstractWait] Waiting until shell is active... 08:04:07.062 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:04:07.062 INFO [main][AbstractShell] Close shell Testing shell 08:04:07.062 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:04:07.068 DEBUG [main][AbstractWait] Waiting while shell is available... 08:04:07.068 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:04:07.068 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.condition.TableHasRowsTest 08:04:07.068 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:04:07.068 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:04:07.073 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:04:07.073 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:04:07.073 INFO [WorkbenchTestable][RequirementsRunner] Finished test: tableHasRows no-configuration(org.eclipse.reddeer.swt.test.condition.TableHasRowsTest) 08:04:07.073 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:04:07.073 INFO [WorkbenchTestable][RequirementsRunner] Started test: tableHasRowOutOfBoundExceptionTest no-configuration(org.eclipse.reddeer.swt.test.condition.TableHasRowsTest) 08:04:07.073 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.condition.TableHasRowsTest 08:04:07.073 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:04:07.073 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:04:07.073 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:04:07.158 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:04:07.158 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:04:07.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:04:07.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:04:07.244 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:04:07.244 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:04:07.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:04:07.244 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:04:07.244 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:04:07.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:04:07.244 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 08:04:07.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 08:04:07.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 08:04:07.247 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:04:07.247 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:04:07.247 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:04:07.247 DEBUG [main][AbstractWait] Waiting until shell is active... 08:04:07.247 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:04:07.247 INFO [main][AbstractShell] Close shell Testing shell 08:04:07.247 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:04:07.253 DEBUG [main][AbstractWait] Waiting while shell is available... 08:04:07.253 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:04:07.253 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.condition.TableHasRowsTest 08:04:07.253 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:04:07.253 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:04:07.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:04:07.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:04:07.258 INFO [WorkbenchTestable][RequirementsRunner] Finished test: tableHasRowOutOfBoundExceptionTest no-configuration(org.eclipse.reddeer.swt.test.condition.TableHasRowsTest) 08:04:07.258 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:04:07.258 INFO [WorkbenchTestable][RequirementsRunner] Started test: tableCellColumnNotTest no-configuration(org.eclipse.reddeer.swt.test.condition.TableHasRowsTest) 08:04:07.258 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.condition.TableHasRowsTest 08:04:07.258 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:04:07.258 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:04:07.258 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:04:07.350 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:04:07.350 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:04:07.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:04:07.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:04:07.436 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:04:07.436 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:04:07.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:04:07.436 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:04:07.436 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:04:07.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:04:07.436 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 08:04:07.437 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 08:04:07.437 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 08:04:07.446 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:04:07.446 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:04:07.446 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:04:07.447 DEBUG [main][AbstractWait] Waiting until shell is active... 08:04:07.447 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:04:07.447 INFO [main][AbstractShell] Close shell Testing shell 08:04:07.447 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:04:07.453 DEBUG [main][AbstractWait] Waiting while shell is available... 08:04:07.453 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:04:07.453 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.condition.TableHasRowsTest 08:04:07.453 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:04:07.453 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:04:07.470 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:04:07.470 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:04:07.470 INFO [WorkbenchTestable][RequirementsRunner] Finished test: tableCellColumnNotTest no-configuration(org.eclipse.reddeer.swt.test.condition.TableHasRowsTest) 08:04:07.470 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:04:07.470 INFO [WorkbenchTestable][RequirementsRunner] Started test: tableHasNotRows no-configuration(org.eclipse.reddeer.swt.test.condition.TableHasRowsTest) 08:04:07.470 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.condition.TableHasRowsTest 08:04:07.470 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:04:07.470 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:04:07.470 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:04:07.558 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:04:07.558 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:04:07.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:04:07.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:04:07.643 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:04:07.643 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:04:07.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:04:07.643 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 08:04:07.645 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 08:04:07.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:04:07.645 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 1 was found 08:04:07.646 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:04:07.646 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:04:07.646 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:04:07.646 DEBUG [main][AbstractWait] Waiting until shell is active... 08:04:07.646 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:04:07.646 INFO [main][AbstractShell] Close shell Testing shell 08:04:07.646 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:04:07.652 DEBUG [main][AbstractWait] Waiting while shell is available... 08:04:07.652 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:04:07.652 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.condition.TableHasRowsTest 08:04:07.652 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:04:07.652 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:04:07.659 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:04:07.659 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:04:07.659 INFO [WorkbenchTestable][RequirementsRunner] Finished test: tableHasNotRows no-configuration(org.eclipse.reddeer.swt.test.condition.TableHasRowsTest) 08:04:07.659 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:04:07.659 INFO [WorkbenchTestable][RequirementsRunner] Started test: tableHasRowsGetResultNoMatcher no-configuration(org.eclipse.reddeer.swt.test.condition.TableHasRowsTest) 08:04:07.659 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.condition.TableHasRowsTest 08:04:07.659 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:04:07.659 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:04:07.659 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:04:07.756 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:04:07.756 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:04:07.843 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:04:07.844 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:04:07.844 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:04:07.844 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:04:07.844 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:04:07.844 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:04:07.844 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:04:07.844 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:04:07.844 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 08:04:07.845 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:04:07.845 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:04:07.845 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:04:07.845 DEBUG [main][AbstractWait] Waiting until shell is active... 08:04:07.845 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:04:07.845 INFO [main][AbstractShell] Close shell Testing shell 08:04:07.845 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:04:07.851 DEBUG [main][AbstractWait] Waiting while shell is available... 08:04:07.851 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:04:07.851 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.condition.TableHasRowsTest 08:04:07.851 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:04:07.851 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:04:07.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:04:07.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:04:07.856 INFO [WorkbenchTestable][RequirementsRunner] Finished test: tableHasRowsGetResultNoMatcher no-configuration(org.eclipse.reddeer.swt.test.condition.TableHasRowsTest) 08:04:07.856 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:04:07.856 INFO [WorkbenchTestable][RequirementsRunner] Started test: tableContainsCellWithTextTest no-configuration(org.eclipse.reddeer.swt.test.condition.TableHasRowsTest) 08:04:07.856 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.condition.TableHasRowsTest 08:04:07.856 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:04:07.856 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:04:07.856 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:04:07.944 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:04:07.944 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:04:08.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:04:08.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:04:08.041 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:04:08.041 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:04:08.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:04:08.041 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:04:08.041 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:04:08.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:04:08.041 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 08:04:08.042 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 08:04:08.042 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 08:04:08.051 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:04:08.051 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:04:08.051 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:04:08.051 DEBUG [main][AbstractWait] Waiting until shell is active... 08:04:08.051 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:04:08.051 INFO [main][AbstractShell] Close shell Testing shell 08:04:08.051 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:04:08.057 DEBUG [main][AbstractWait] Waiting while shell is available... 08:04:08.057 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:04:08.057 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.condition.TableHasRowsTest 08:04:08.057 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:04:08.057 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:04:08.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:04:08.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:04:08.063 INFO [WorkbenchTestable][RequirementsRunner] Finished test: tableContainsCellWithTextTest no-configuration(org.eclipse.reddeer.swt.test.condition.TableHasRowsTest) 08:04:08.063 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:04:08.063 INFO [WorkbenchTestable][RequirementsRunner] Started test: tableHasRowsGetResult no-configuration(org.eclipse.reddeer.swt.test.condition.TableHasRowsTest) 08:04:08.063 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.condition.TableHasRowsTest 08:04:08.063 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:04:08.063 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:04:08.063 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:04:08.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:04:08.156 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:04:08.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:04:08.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:04:08.243 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:04:08.243 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:04:08.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:04:08.243 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:04:08.243 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:04:08.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:04:08.244 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 08:04:08.244 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:04:08.244 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:04:08.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:04:08.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:04:08.244 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:04:08.244 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:04:08.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:04:08.244 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:04:08.244 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:04:08.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:04:08.244 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 08:04:08.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 08:04:08.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 08:04:08.246 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 08:04:08.246 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 08:04:08.247 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:04:08.247 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:04:08.247 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:04:08.248 DEBUG [main][AbstractWait] Waiting until shell is active... 08:04:08.248 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:04:08.248 INFO [main][AbstractShell] Close shell Testing shell 08:04:08.248 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:04:08.253 DEBUG [main][AbstractWait] Waiting while shell is available... 08:04:08.253 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:04:08.253 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.condition.TableHasRowsTest 08:04:08.253 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:04:08.253 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:04:08.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:04:08.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:04:08.258 INFO [WorkbenchTestable][RequirementsRunner] Finished test: tableHasRowsGetResult no-configuration(org.eclipse.reddeer.swt.test.condition.TableHasRowsTest) 08:04:08.258 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:04:08.258 INFO [WorkbenchTestable][RequirementsRunner] Started test: tableCellColumnTest no-configuration(org.eclipse.reddeer.swt.test.condition.TableHasRowsTest) 08:04:08.258 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.condition.TableHasRowsTest 08:04:08.258 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:04:08.258 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:04:08.258 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:04:08.356 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:04:08.356 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:04:08.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:04:08.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:04:08.441 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:04:08.441 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:04:08.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:04:08.441 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:04:08.441 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:04:08.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:04:08.441 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 08:04:08.442 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 08:04:08.442 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 08:04:08.443 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:04:08.443 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:04:08.443 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:04:08.444 DEBUG [main][AbstractWait] Waiting until shell is active... 08:04:08.444 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:04:08.444 INFO [main][AbstractShell] Close shell Testing shell 08:04:08.444 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:04:08.450 DEBUG [main][AbstractWait] Waiting while shell is available... 08:04:08.450 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:04:08.450 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.condition.TableHasRowsTest 08:04:08.450 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:04:08.450 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:04:08.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:04:08.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:04:08.455 INFO [WorkbenchTestable][RequirementsRunner] Finished test: tableCellColumnTest no-configuration(org.eclipse.reddeer.swt.test.condition.TableHasRowsTest) 08:04:08.455 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.condition.TableHasRowsTest 08:04:08.455 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:04:08.455 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:04:08.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:04:08.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.578 s - in org.eclipse.reddeer.swt.test.condition.TableHasRowsTest tableHasRows no-configuration(org.eclipse.reddeer.swt.test.condition.TableHasRowsTest) Time elapsed: 0.194 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.212 s tableHasNotRows no-configuration(org.eclipse.reddeer.swt.test.condition.TableHasRowsTest) Time elapsed: 0.189 s tableHasRowsGetResultNoMatcher no-configuration(org.eclipse.reddeer.swt.test.condition.TableHasRowsTest) Time elapsed: 0.197 s tableContainsCellWithTextTest no-configuration(org.eclipse.reddeer.swt.test.condition.TableHasRowsTest) Time elapsed: 0.207 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.197 s Running org.eclipse.reddeer.swt.test.shell.DefaultShellTest 08:04:08.459 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.shell.DefaultShellTest 08:04:08.460 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 08:04:08.460 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:04:08.460 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.shell.DefaultShellTest 08:04:08.460 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:04:08.460 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 08:04:08.461 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:04:08.461 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 08:04:08.461 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:04:08.461 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:04:08.461 INFO [WorkbenchTestable][RequirementsRunner] Started test: activateShellTest no-configuration(org.eclipse.reddeer.swt.test.shell.DefaultShellTest) 08:04:08.461 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.shell.DefaultShellTest 08:04:08.461 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:04:08.461 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:04:08.461 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:04:08.495 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Shell 2"] is available.... 08:04:08.499 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:04:08.499 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Shell 2 08:04:08.499 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:04:08.499 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:04:08.499 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:04:08.500 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:04:08.500 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:04:08.500 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:04:08.500 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Shell 2" as the parent 08:04:08.500 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:04:08.500 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:04:08.500 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:04:08.500 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:04:08.500 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:04:08.500 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Label and index 0 was found 08:04:08.500 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Shell 1"] is available.... 08:04:08.500 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:04:08.500 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Shell 1 08:04:08.500 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:04:08.500 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:04:08.500 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:04:08.500 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:04:08.500 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:04:08.500 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:04:08.500 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Shell 1" as the parent 08:04:08.500 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:04:08.500 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:04:08.500 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:04:08.500 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:04:08.500 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:04:08.500 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Label and index 0 was found 08:04:08.500 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Shell 2"] is available.... 08:04:08.502 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:04:08.502 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Shell 2 08:04:08.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:04:08.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:04:08.502 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:04:08.502 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:04:08.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:04:08.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:04:08.502 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Shell 2" as the parent 08:04:08.502 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:04:08.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:04:08.502 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:04:08.502 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:04:08.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:04:08.502 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Label and index 0 was found 08:04:08.502 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:04:08.502 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:04:08.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:04:08.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:04:08.502 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Shell 2" as the parent 08:04:08.502 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:04:08.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:04:08.502 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:04:08.503 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:04:09.003 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:04:09.003 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:04:09.503 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:04:09.503 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:04:09.503 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:04:09.503 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Label and index 0 was not found 08:04:09.503 INFO [WorkbenchTestable][AbstractShell] Close shell Shell 1 08:04:09.503 INFO [WorkbenchTestable][ShellHandler] Closing shell 'Shell 1' 08:04:09.505 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 08:04:09.506 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 08:04:09.506 INFO [WorkbenchTestable][AbstractShell] Close shell Shell 2 08:04:09.506 INFO [WorkbenchTestable][ShellHandler] Closing shell 'Shell 2' 08:04:09.509 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 08:04:09.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 08:04:09.516 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.shell.DefaultShellTest 08:04:09.516 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:04:09.516 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:04:09.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:04:09.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:04:09.516 INFO [WorkbenchTestable][RequirementsRunner] Finished test: activateShellTest no-configuration(org.eclipse.reddeer.swt.test.shell.DefaultShellTest) 08:04:09.516 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:04:09.516 INFO [WorkbenchTestable][RequirementsRunner] Started test: testEmptyTitleShell no-configuration(org.eclipse.reddeer.swt.test.shell.DefaultShellTest) 08:04:09.516 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.shell.DefaultShellTest 08:04:09.516 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:04:09.516 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:04:09.516 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:04:09.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: ""] is available.... 08:04:09.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: ""] is available. finished successfully 08:04:09.538 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell 08:04:09.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:04:09.539 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:04:09.539 INFO [WorkbenchTestable][AbstractShell] Close shell 08:04:09.539 INFO [WorkbenchTestable][ShellHandler] Closing shell '' 08:04:09.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 08:04:09.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 08:04:09.563 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.shell.DefaultShellTest 08:04:09.563 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:04:09.563 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:04:09.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:04:09.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:04:09.563 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testEmptyTitleShell no-configuration(org.eclipse.reddeer.swt.test.shell.DefaultShellTest) 08:04:09.563 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:04:09.563 INFO [WorkbenchTestable][RequirementsRunner] Started test: defaultShellTest no-configuration(org.eclipse.reddeer.swt.test.shell.DefaultShellTest) 08:04:09.563 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.shell.DefaultShellTest 08:04:09.563 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:04:09.563 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:04:09.563 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:04:09.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:04:09.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:04:09.563 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:04:09.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:04:09.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:04:09.564 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.shell.DefaultShellTest 08:04:09.564 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:04:09.564 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:04:09.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:04:09.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:04:09.564 INFO [WorkbenchTestable][RequirementsRunner] Finished test: defaultShellTest no-configuration(org.eclipse.reddeer.swt.test.shell.DefaultShellTest) 08:04:09.564 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:04:09.564 INFO [WorkbenchTestable][RequirementsRunner] Started test: manipulateShellTest no-configuration(org.eclipse.reddeer.swt.test.shell.DefaultShellTest) 08:04:09.564 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.shell.DefaultShellTest 08:04:09.564 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:04:09.564 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:04:09.564 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:04:09.570 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MaxMin"] is available.... 08:04:09.585 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:04:09.585 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MaxMin 08:04:09.585 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:04:09.585 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:04:09.585 INFO [WorkbenchTestable][ShellHandler] Maximize shell 'MaxMin' 08:04:09.586 INFO [WorkbenchTestable][ShellHandler] Restore shell 'MaxMin' 08:04:09.587 INFO [WorkbenchTestable][ShellHandler] Minimize shell 'MaxMin' 08:04:09.588 INFO [WorkbenchTestable][ShellHandler] Restore shell 'MaxMin' 08:04:09.588 INFO [WorkbenchTestable][AbstractShell] Close shell MaxMin 08:04:09.588 INFO [WorkbenchTestable][ShellHandler] Closing shell 'MaxMin' 08:04:09.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 08:04:09.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 08:04:09.616 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.shell.DefaultShellTest 08:04:09.616 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:04:09.616 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:04:09.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:04:09.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:04:09.617 INFO [WorkbenchTestable][RequirementsRunner] Finished test: manipulateShellTest no-configuration(org.eclipse.reddeer.swt.test.shell.DefaultShellTest) 08:04:09.617 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:04:09.617 INFO [WorkbenchTestable][RequirementsRunner] Started test: testEmptyTitleShellWithCondition no-configuration(org.eclipse.reddeer.swt.test.shell.DefaultShellTest) 08:04:09.617 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.shell.DefaultShellTest 08:04:09.617 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:04:09.617 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:04:09.617 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:04:09.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: ""] is available.... 08:04:09.640 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: ""] is available. finished successfully 08:04:09.640 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell 08:04:09.640 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:04:09.640 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:04:09.640 INFO [WorkbenchTestable][AbstractShell] Close shell 08:04:09.641 INFO [WorkbenchTestable][ShellHandler] Closing shell '' 08:04:09.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 08:04:09.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 08:04:09.652 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.shell.DefaultShellTest 08:04:09.652 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:04:09.652 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:04:09.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:04:09.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:04:09.652 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testEmptyTitleShellWithCondition no-configuration(org.eclipse.reddeer.swt.test.shell.DefaultShellTest) 08:04:09.653 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:04:09.653 INFO [WorkbenchTestable][RequirementsRunner] Started test: closeShellTest no-configuration(org.eclipse.reddeer.swt.test.shell.DefaultShellTest) 08:04:09.653 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.shell.DefaultShellTest 08:04:09.653 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:04:09.653 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:04:09.653 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:04:09.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Dummy shell"] is available.... 08:04:09.680 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:04:09.680 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Dummy shell 08:04:09.680 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:04:09.680 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:04:09.680 INFO [WorkbenchTestable][AbstractShell] Close shell Dummy shell 08:04:09.680 INFO [WorkbenchTestable][ShellHandler] Closing shell 'Dummy shell' 08:04:09.682 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 08:04:09.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 08:04:09.687 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.shell.DefaultShellTest 08:04:09.687 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:04:09.687 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:04:09.688 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:04:09.688 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:04:09.688 INFO [WorkbenchTestable][RequirementsRunner] Finished test: closeShellTest no-configuration(org.eclipse.reddeer.swt.test.shell.DefaultShellTest) 08:04:09.688 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.shell.DefaultShellTest 08:04:09.688 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:04:09.688 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:04:09.688 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:04:09.688 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.229 s - in org.eclipse.reddeer.swt.test.shell.DefaultShellTest activateShellTest no-configuration(org.eclipse.reddeer.swt.test.shell.DefaultShellTest) Time elapsed: 1.055 s testEmptyTitleShell no-configuration(org.eclipse.reddeer.swt.test.shell.DefaultShellTest) Time elapsed: 0.047 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.053 s testEmptyTitleShellWithCondition no-configuration(org.eclipse.reddeer.swt.test.shell.DefaultShellTest) Time elapsed: 0.035 s closeShellTest no-configuration(org.eclipse.reddeer.swt.test.shell.DefaultShellTest) Time elapsed: 0.035 s Running org.eclipse.reddeer.swt.test.shell.WorkbenchShellTest 08:04:09.693 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.shell.WorkbenchShellTest 08:04:09.694 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 08:04:09.694 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:04:09.694 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.shell.WorkbenchShellTest 08:04:09.694 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:04:09.694 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 08:04:09.704 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:04:09.704 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 08:04:09.704 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:04:09.705 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:04:09.705 INFO [WorkbenchTestable][RequirementsRunner] Started test: workbenchShellTest no-configuration(org.eclipse.reddeer.swt.test.shell.WorkbenchShellTest) 08:04:09.705 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.shell.WorkbenchShellTest 08:04:09.705 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:04:09.705 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:04:09.705 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:04:09.705 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:04:09.705 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:04:09.705 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:04:09.705 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:04:09.705 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.shell.WorkbenchShellTest 08:04:09.705 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:04:09.705 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:04:09.705 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:04:09.705 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:04:09.705 INFO [WorkbenchTestable][RequirementsRunner] Finished test: workbenchShellTest no-configuration(org.eclipse.reddeer.swt.test.shell.WorkbenchShellTest) 08:04:09.705 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:04:09.706 INFO [WorkbenchTestable][RequirementsRunner] Started test: maximizeWorkbenshShellTest no-configuration(org.eclipse.reddeer.swt.test.shell.WorkbenchShellTest) 08:04:09.706 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.shell.WorkbenchShellTest 08:04:09.706 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:04:09.706 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:04:09.706 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:04:09.706 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:04:09.706 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:04:09.706 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:04:09.706 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:04:09.706 INFO [WorkbenchTestable][ShellHandler] Restore shell 'data - Eclipse Platform' 08:04:09.706 INFO [WorkbenchTestable][ShellHandler] Maximize shell 'data - Eclipse Platform' 08:04:09.706 INFO [WorkbenchTestable][ShellHandler] Restore shell 'data - Eclipse Platform' 08:04:09.706 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.shell.WorkbenchShellTest 08:04:09.706 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:04:09.706 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:04:09.706 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:04:09.706 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:04:09.706 INFO [WorkbenchTestable][RequirementsRunner] Finished test: maximizeWorkbenshShellTest no-configuration(org.eclipse.reddeer.swt.test.shell.WorkbenchShellTest) 08:04:09.706 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.shell.WorkbenchShellTest 08:04:09.706 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:04:09.706 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:04:09.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:04:09.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s - in org.eclipse.reddeer.swt.test.shell.WorkbenchShellTest workbenchShellTest no-configuration(org.eclipse.reddeer.swt.test.shell.WorkbenchShellTest) Time elapsed: 0 s maximizeWorkbenshShellTest no-configuration(org.eclipse.reddeer.swt.test.shell.WorkbenchShellTest) Time elapsed: 0 s Running org.eclipse.reddeer.swt.test.widgets.DefaultControlTest 08:04:09.713 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.widgets.DefaultControlTest 08:04:09.713 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 08:04:09.713 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:04:09.713 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.widgets.DefaultControlTest 08:04:09.713 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:04:09.713 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 08:04:09.735 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:04:09.735 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 08:04:09.735 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:04:09.735 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:04:09.735 INFO [WorkbenchTestable][RequirementsRunner] Started test: defaultControlTest no-configuration(org.eclipse.reddeer.swt.test.widgets.DefaultControlTest) 08:04:09.735 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.widgets.DefaultControlTest 08:04:09.735 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:04:09.735 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:04:09.735 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:04:09.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:04:09.754 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:04:09.754 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 08:04:09.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:04:09.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:04:09.754 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:04:09.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:04:09.754 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:04:09.754 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:04:09.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:04:09.754 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:04:09.756 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:04:09.756 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:04:09.756 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:04:09.756 DEBUG [main][AbstractWait] Waiting until shell is active... 08:04:09.756 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:04:09.756 INFO [main][AbstractShell] Close shell Testing shell 08:04:09.756 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:04:09.759 DEBUG [main][AbstractWait] Waiting while shell is available... 08:04:09.759 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:04:09.759 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.widgets.DefaultControlTest 08:04:09.759 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:04:09.759 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:04:09.776 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:04:09.776 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:04:09.776 INFO [WorkbenchTestable][RequirementsRunner] Finished test: defaultControlTest no-configuration(org.eclipse.reddeer.swt.test.widgets.DefaultControlTest) 08:04:09.776 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.widgets.DefaultControlTest 08:04:09.776 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:04:09.776 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:04:09.776 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:04:09.776 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.064 s - in org.eclipse.reddeer.swt.test.widgets.DefaultControlTest defaultControlTest no-configuration(org.eclipse.reddeer.swt.test.widgets.DefaultControlTest) Time elapsed: 0.041 s Running org.eclipse.reddeer.swt.test.widgets.DefaultWidgetTest 08:04:09.780 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.widgets.DefaultWidgetTest 08:04:09.781 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 08:04:09.781 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:04:09.781 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.widgets.DefaultWidgetTest 08:04:09.781 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:04:09.781 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 08:04:09.782 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:04:09.782 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 08:04:09.782 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:04:09.782 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:04:09.782 INFO [WorkbenchTestable][RequirementsRunner] Started test: defaultWidgetTest no-configuration(org.eclipse.reddeer.swt.test.widgets.DefaultWidgetTest) 08:04:09.782 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.widgets.DefaultWidgetTest 08:04:09.782 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:04:09.782 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:04:09.782 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:04:09.788 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:04:09.803 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:04:09.803 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 08:04:09.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:04:09.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:04:09.803 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:04:09.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:04:09.803 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:04:09.803 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:04:09.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:04:09.803 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:04:09.804 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'Testing shell' 08:04:09.805 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:04:09.805 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:04:09.805 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:04:09.805 DEBUG [main][AbstractWait] Waiting until shell is active... 08:04:09.805 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:04:09.805 INFO [main][AbstractShell] Close shell Testing shell 08:04:09.805 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:04:09.807 DEBUG [main][AbstractWait] Waiting while shell is available... 08:04:09.807 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:04:09.808 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.widgets.DefaultWidgetTest 08:04:09.808 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:04:09.808 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:04:09.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:04:09.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:04:09.827 INFO [WorkbenchTestable][RequirementsRunner] Finished test: defaultWidgetTest no-configuration(org.eclipse.reddeer.swt.test.widgets.DefaultWidgetTest) 08:04:09.827 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.widgets.DefaultWidgetTest 08:04:09.827 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:04:09.827 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:04:09.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:04:09.827 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.widgets.DefaultWidgetTest defaultWidgetTest no-configuration(org.eclipse.reddeer.swt.test.widgets.DefaultWidgetTest) Time elapsed: 0.045 s Running org.eclipse.reddeer.swt.test.toolbar.ViewToolBarTest 08:04:09.832 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.toolbar.ViewToolBarTest 08:04:09.832 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 08:04:09.833 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:04:09.833 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.toolbar.ViewToolBarTest 08:04:09.833 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:04:09.833 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 08:04:09.833 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:04:09.833 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 08:04:09.833 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:04:09.834 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:04:09.834 INFO [WorkbenchTestable][RequirementsRunner] Started test: testViewToolBar no-configuration(org.eclipse.reddeer.swt.test.toolbar.ViewToolBarTest) 08:04:09.834 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.toolbar.ViewToolBarTest 08:04:09.834 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:04:09.834 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:04:09.834 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:04:09.834 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:04:09.836 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:04:09.836 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRedDeer SWT\E'' is already open. Activate. 08:04:09.836 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:04:09.838 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:04:09.838 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:04:09.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:04:09.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:04:09.838 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:04:09.838 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRedDeer SWT\E') 08:04:09.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:04:09.838 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:04:09.841 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:04:09.841 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:04:09.841 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:04:09.841 INFO [WorkbenchTestable][AbstractView] Activate view RedDeer SWT 08:04:09.841 INFO [WorkbenchTestable][AbstractCTabItem] Activate RedDeer SWT 08:04:09.851 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:04:09.851 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:04:09.851 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:04:09.851 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:04:09.852 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:04:09.852 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:04:09.852 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:04:09.852 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:04:09.855 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.toolbar.ViewToolBarTest 08:04:09.855 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:04:09.855 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:04:09.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:04:09.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:04:09.855 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testViewToolBar no-configuration(org.eclipse.reddeer.swt.test.toolbar.ViewToolBarTest) 08:04:09.855 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:04:09.855 INFO [WorkbenchTestable][RequirementsRunner] Started test: testToolItemInViewToolBarFound no-configuration(org.eclipse.reddeer.swt.test.toolbar.ViewToolBarTest) 08:04:09.855 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.toolbar.ViewToolBarTest 08:04:09.855 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:04:09.855 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:04:09.855 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:04:09.856 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:04:09.857 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:04:09.857 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRedDeer SWT\E'' is already open. Activate. 08:04:09.857 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:04:09.868 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:04:09.868 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:04:09.868 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:04:09.868 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:04:09.868 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:04:09.868 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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:04:09.868 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:04:09.868 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:04:09.870 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:04:09.870 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:04:09.870 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:04:09.870 INFO [WorkbenchTestable][AbstractView] Activate view RedDeer SWT 08:04:09.870 INFO [WorkbenchTestable][AbstractCTabItem] Activate RedDeer SWT 08:04:09.871 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:04:09.871 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:04:09.871 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:04:09.871 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:04:09.871 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:04:09.872 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:04:09.872 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "RedDeer SWT"as the parent 08:04:09.872 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:04:09.872 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:04:09.872 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:04:09.873 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:04:09.873 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:04:09.873 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 08:04:09.873 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.toolbar.ViewToolBarTest 08:04:09.873 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:04:09.873 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:04:09.873 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:04:09.873 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:04:09.873 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testToolItemInViewToolBarFound no-configuration(org.eclipse.reddeer.swt.test.toolbar.ViewToolBarTest) 08:04:09.873 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:04:09.873 INFO [WorkbenchTestable][RequirementsRunner] Started test: testToolItemInViewToolBarClicked no-configuration(org.eclipse.reddeer.swt.test.toolbar.ViewToolBarTest) 08:04:09.873 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.toolbar.ViewToolBarTest 08:04:09.873 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:04:09.873 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:04:09.873 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:04:09.873 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:04:09.875 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:04:09.875 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRedDeer SWT\E'' is already open. Activate. 08:04:09.875 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:04:09.885 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:04:09.885 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:04:09.886 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:04:09.886 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:04:09.886 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:04:09.886 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRedDeer SWT\E') 08:04:09.886 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:04:09.886 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:04:09.888 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:04:09.888 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:04:09.888 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:04:09.888 INFO [WorkbenchTestable][AbstractView] Activate view RedDeer SWT 08:04:09.888 INFO [WorkbenchTestable][AbstractCTabItem] Activate RedDeer SWT 08:04:09.889 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:04:09.889 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:04:09.889 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:04:09.889 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:04:09.889 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:04:09.889 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:04:09.889 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "RedDeer SWT"as the parent 08:04:09.890 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:04:09.890 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:04:09.890 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:04:09.890 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:04:09.890 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:04:09.890 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 08:04:09.890 INFO [WorkbenchTestable][AbstractToolItem] Click tool item RedDeer SWT ViewToolItem 08:04:09.890 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 08:04:09.890 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:04:09.891 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.toolbar.ViewToolBarTest 08:04:09.891 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:04:09.891 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:04:09.891 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:04:09.891 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:04:09.891 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testToolItemInViewToolBarClicked no-configuration(org.eclipse.reddeer.swt.test.toolbar.ViewToolBarTest) 08:04:09.891 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:04:09.891 INFO [WorkbenchTestable][RequirementsRunner] Started test: testToolItemInViewToolBarRegexClicked no-configuration(org.eclipse.reddeer.swt.test.toolbar.ViewToolBarTest) 08:04:09.891 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.toolbar.ViewToolBarTest 08:04:09.891 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:04:09.891 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:04:09.891 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:04:09.891 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:04:09.902 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:04:09.902 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRedDeer SWT\E'' is already open. Activate. 08:04:09.902 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:04:09.904 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:04:09.904 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:04:09.904 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:04:09.904 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:04:09.904 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:04:09.905 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRedDeer SWT\E') 08:04:09.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:04:09.905 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:04:09.907 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:04:09.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:04:09.907 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:04:09.907 INFO [WorkbenchTestable][AbstractView] Activate view RedDeer SWT 08:04:09.907 INFO [WorkbenchTestable][AbstractCTabItem] Activate RedDeer SWT 08:04:09.907 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:04:09.907 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:04:09.908 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:04:09.908 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:04:09.908 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:04:09.908 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:04:09.908 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "RedDeer SWT"as the parent 08:04:09.909 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:04:09.909 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:04:09.909 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:04:09.909 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:04:09.909 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:04:09.909 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 08:04:09.909 INFO [WorkbenchTestable][AbstractToolItem] Click tool item RedDeer SWT ViewToolItem 08:04:09.909 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 08:04:09.909 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:04:09.929 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.toolbar.ViewToolBarTest 08:04:09.929 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:04:09.929 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:04:09.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:04:09.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:04:09.929 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testToolItemInViewToolBarRegexClicked no-configuration(org.eclipse.reddeer.swt.test.toolbar.ViewToolBarTest) 08:04:09.929 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.toolbar.ViewToolBarTest 08:04:09.929 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:04:09.929 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:04:09.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:04:09.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.099 s - in org.eclipse.reddeer.swt.test.toolbar.ViewToolBarTest testViewToolBar no-configuration(org.eclipse.reddeer.swt.test.toolbar.ViewToolBarTest) Time elapsed: 0.021 s testToolItemInViewToolBarFound no-configuration(org.eclipse.reddeer.swt.test.toolbar.ViewToolBarTest) Time elapsed: 0.018 s testToolItemInViewToolBarClicked no-configuration(org.eclipse.reddeer.swt.test.toolbar.ViewToolBarTest) Time elapsed: 0.018 s testToolItemInViewToolBarRegexClicked no-configuration(org.eclipse.reddeer.swt.test.toolbar.ViewToolBarTest) Time elapsed: 0.038 s Running org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest 08:04:09.934 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest 08:04:09.935 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 08:04:09.935 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:04:09.935 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest 08:04:09.935 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:04:09.935 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 08:04:09.935 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:04:09.935 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 08:04:09.935 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:04:09.936 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:04:09.936 INFO [WorkbenchTestable][RequirementsRunner] Started test: workbenchToolBarTest no-configuration(org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest) 08:04:09.936 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest 08:04:09.936 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:04:09.936 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:04:09.936 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:04:09.936 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:04:09.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:04:09.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:04:09.936 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:04:09.936 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:04:09.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:04:09.936 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:04:09.940 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:04:09.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:04:09.940 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 08:04:09.940 INFO [WorkbenchTestable][AbstractToolItem] Click tool item RedDeer SWT WorkbenchToolItem 08:04:09.940 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 08:04:09.940 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:04:09.940 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest 08:04:09.940 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:04:09.940 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:04:09.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:04:09.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:04:09.941 INFO [WorkbenchTestable][RequirementsRunner] Finished test: workbenchToolBarTest no-configuration(org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest) 08:04:09.941 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:04:09.941 INFO [WorkbenchTestable][RequirementsRunner] Started test: workbenchToolBarRegexTest no-configuration(org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest) 08:04:09.941 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest 08:04:09.941 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:04:09.941 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:04:09.941 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:04:09.941 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:04:09.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:04:09.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:04:09.941 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:04:09.941 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:04:09.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:04:09.941 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:04:09.953 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:04:09.953 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:04:09.953 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 08:04:09.953 INFO [WorkbenchTestable][AbstractToolItem] Click tool item RedDeer SWT WorkbenchToolItem 08:04:09.953 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 08:04:09.953 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:04:09.954 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest 08:04:09.954 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:04:09.954 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:04:09.954 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:04:09.954 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:04:09.954 INFO [WorkbenchTestable][RequirementsRunner] Finished test: workbenchToolBarRegexTest no-configuration(org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest) 08:04:09.954 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:04:09.954 INFO [WorkbenchTestable][RequirementsRunner] Started test: testToolItemInShellToolBarClicked no-configuration(org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest) 08:04:09.954 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest 08:04:09.954 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:04:09.954 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:04:09.954 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:04:09.960 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:04:09.961 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:04:09.961 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 08:04:09.961 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:04:09.961 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 08:04:09.961 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:04:09.961 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:04:09.961 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:04:09.961 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:04:09.961 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:04:09.961 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 08:04:09.961 DEBUG [main][MenuItemLookup] Found menu:'File' 08:04:09.961 DEBUG [main][MenuItemLookup] Found menu:'Edit' 08:04:09.961 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 08:04:09.961 DEBUG [main][MenuItemLookup] Found menu:'Search' 08:04:09.961 DEBUG [main][MenuItemLookup] Found menu:'Project' 08:04:09.961 DEBUG [main][MenuItemLookup] Found menu:'Run' 08:04:09.961 DEBUG [main][MenuItemLookup] Found menu:'Window' 08:04:09.961 DEBUG [main][MenuItemLookup] Item match:Window 08:04:09.962 DEBUG [main][MenuItemLookup] Found menu:'New Window' 08:04:09.962 DEBUG [main][MenuItemLookup] Found menu:'Editor' 08:04:09.962 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 08:04:09.962 DEBUG [main][MenuItemLookup] Found menu:'' 08:04:09.962 DEBUG [main][MenuItemLookup] Found menu:'Show View' 08:04:09.962 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 08:04:09.962 DEBUG [main][MenuItemLookup] Found menu:'' 08:04:09.962 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 08:04:09.962 DEBUG [main][MenuItemLookup] Found menu:'' 08:04:09.962 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 08:04:09.962 DEBUG [main][MenuItemLookup] Item match:Preferences 08:04:09.962 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 08:04:09.962 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 08:04:09.962 INFO [main][MenuItemHandler] Select menu item: &Preferences 08:04:10.108 DEBUG [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:04:10.109 DEBUG [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:04:10.109 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 08:04:10.110 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:04:10.110 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:04:10.110 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 08:04:10.110 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:04:10.110 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 08:04:10.110 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:04:10.110 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:04:10.110 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:04:10.110 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 08:04:10.110 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:04:10.110 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:04:10.111 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:04:10.111 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:04:10.111 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:04:10.111 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:04:10.111 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:04:10.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:04:10.122 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item General 08:04:10.122 DEBUG [main][TreeItemHandler] Selecting tree item: General 08:04:10.123 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item General about selection 08:04:10.123 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: General 08:04:10.123 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:04:10.123 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:04:10.123 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:04:10.123 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:04:10.123 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 08:04:10.123 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:04:10.123 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:04:10.123 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:04:10.123 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:04:10.123 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:04:10.123 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CLabel and index 0 was found 08:04:10.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:04:10.124 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:04:10.124 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:04:10.124 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:04:10.124 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 08:04:10.124 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:04:10.124 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:04:10.124 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:04:10.124 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:04:10.124 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:04:10.124 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:04:10.124 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java 08:04:10.124 DEBUG [main][TreeItemHandler] Selecting tree item: Java 08:04:10.124 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java about selection 08:04:10.124 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java 08:04:10.124 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:04:10.124 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:04:10.174 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:04:10.174 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:04:10.174 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 08:04:10.174 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:04:10.174 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:04:10.174 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:04:10.174 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:04:10.174 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:04:10.174 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Label and index 0 was found 08:04:10.175 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:04:10.175 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:04:10.175 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 08:04:10.175 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:04:10.175 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:04:10.175 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:04:10.175 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:04:10.175 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:04:10.175 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 08:04:10.175 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Back to General 08:04:10.175 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 08:04:10.175 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:04:10.179 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:04:10.179 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:04:10.179 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:04:10.179 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:04:10.179 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 08:04:10.179 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:04:10.179 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:04:10.179 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:04:10.180 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:04:10.180 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:04:10.180 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CLabel and index 0 was found 08:04:10.180 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 08:04:10.180 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:04:10.180 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:04:10.180 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:04:10.180 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 08:04:10.180 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:04:10.180 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:04:10.180 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:04:10.180 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:04:10.180 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:04:10.180 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:04:10.180 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item General 08:04:10.180 DEBUG [main][TreeItemHandler] Selecting tree item: General 08:04:10.180 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item General about selection 08:04:10.180 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: General 08:04:10.180 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel") 08:04:10.180 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:04:10.180 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:04:10.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:04:10.181 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 08:04:10.181 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:04:10.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:04:10.181 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:04:10.182 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:04:10.182 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:04:10.182 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:04:10.183 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 08:04:10.183 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:04:10.183 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:04:10.183 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:04:10.183 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:04:10.209 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest 08:04:10.209 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:04:10.209 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:04:10.209 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:04:10.209 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:04:10.210 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testToolItemInShellToolBarClicked no-configuration(org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest) 08:04:10.210 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:04:10.210 INFO [WorkbenchTestable][RequirementsRunner] Started test: testToolItemInShellToolBarFound no-configuration(org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest) 08:04:10.210 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest 08:04:10.210 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:04:10.210 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:04:10.210 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:04:10.210 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:04:10.210 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:04:10.210 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:04:10.210 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:04:10.210 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:04:10.210 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:04:10.210 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:04:10.211 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:04:10.211 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:04:10.211 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:04:10.211 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 08:04:10.211 DEBUG [main][MenuItemLookup] Found menu:'File' 08:04:10.211 DEBUG [main][MenuItemLookup] Found menu:'Edit' 08:04:10.211 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 08:04:10.211 DEBUG [main][MenuItemLookup] Found menu:'Search' 08:04:10.211 DEBUG [main][MenuItemLookup] Found menu:'Project' 08:04:10.211 DEBUG [main][MenuItemLookup] Found menu:'Run' 08:04:10.211 DEBUG [main][MenuItemLookup] Found menu:'Window' 08:04:10.211 DEBUG [main][MenuItemLookup] Item match:Window 08:04:10.211 DEBUG [main][MenuItemLookup] Found menu:'New Window' 08:04:10.211 DEBUG [main][MenuItemLookup] Found menu:'Editor' 08:04:10.211 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 08:04:10.211 DEBUG [main][MenuItemLookup] Found menu:'' 08:04:10.211 DEBUG [main][MenuItemLookup] Found menu:'Show View' 08:04:10.211 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 08:04:10.212 DEBUG [main][MenuItemLookup] Found menu:'' 08:04:10.212 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 08:04:10.212 DEBUG [main][MenuItemLookup] Found menu:'' 08:04:10.212 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 08:04:10.212 DEBUG [main][MenuItemLookup] Item match:Preferences 08:04:10.212 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 08:04:10.212 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 08:04:10.212 INFO [main][MenuItemHandler] Select menu item: &Preferences 08:04:10.302 DEBUG [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:04:10.326 DEBUG [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:04:10.326 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 08:04:10.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:04:10.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:04:10.328 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 08:04:10.328 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:04:10.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:04:10.328 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:04:10.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:04:10.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:04:10.328 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 08:04:10.328 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:04:10.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:04:10.328 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:04:10.328 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:04:10.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:04:10.328 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:04:10.329 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:04:10.329 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:04:10.329 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item General 08:04:10.329 DEBUG [main][TreeItemHandler] Selecting tree item: General 08:04:10.329 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item General about selection 08:04:10.329 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: General 08:04:10.330 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:04:10.330 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:04:10.330 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 08:04:10.330 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:04:10.330 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:04:10.330 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:04:10.330 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:04:10.330 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:04:10.330 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 08:04:10.330 DEBUG [WorkbenchTestable][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:04:10.330 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:04:10.330 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:04:10.330 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:04:10.330 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 08:04:10.330 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:04:10.330 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:04:10.330 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:04:10.330 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:04:10.330 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:04:10.330 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:04:10.330 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item General 08:04:10.331 DEBUG [main][TreeItemHandler] Selecting tree item: General 08:04:10.331 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item General about selection 08:04:10.331 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: General 08:04:10.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 "Cancel") 08:04:10.331 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:04:10.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:04:10.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:04:10.331 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 08:04:10.331 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:04:10.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:04:10.331 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:04:10.332 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:04:10.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:04:10.332 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:04:10.333 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 08:04:10.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:04:10.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:04:10.333 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:04:10.333 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:04:10.363 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest 08:04:10.363 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:04:10.363 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:04:10.363 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:04:10.363 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:04:10.363 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testToolItemInShellToolBarFound no-configuration(org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest) 08:04:10.363 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:04:10.363 INFO [WorkbenchTestable][RequirementsRunner] Started test: testToolItemInShellToolBarRegexClicked no-configuration(org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest) 08:04:10.363 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest 08:04:10.364 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:04:10.364 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:04:10.364 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:04:10.364 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:04:10.364 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:04:10.364 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:04:10.364 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:04:10.364 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:04:10.364 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:04:10.364 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:04:10.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:04:10.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:04:10.364 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:04:10.364 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 08:04:10.364 DEBUG [main][MenuItemLookup] Found menu:'File' 08:04:10.365 DEBUG [main][MenuItemLookup] Found menu:'Edit' 08:04:10.365 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 08:04:10.365 DEBUG [main][MenuItemLookup] Found menu:'Search' 08:04:10.365 DEBUG [main][MenuItemLookup] Found menu:'Project' 08:04:10.365 DEBUG [main][MenuItemLookup] Found menu:'Run' 08:04:10.365 DEBUG [main][MenuItemLookup] Found menu:'Window' 08:04:10.365 DEBUG [main][MenuItemLookup] Item match:Window 08:04:10.365 DEBUG [main][MenuItemLookup] Found menu:'New Window' 08:04:10.365 DEBUG [main][MenuItemLookup] Found menu:'Editor' 08:04:10.365 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 08:04:10.365 DEBUG [main][MenuItemLookup] Found menu:'' 08:04:10.365 DEBUG [main][MenuItemLookup] Found menu:'Show View' 08:04:10.365 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 08:04:10.365 DEBUG [main][MenuItemLookup] Found menu:'' 08:04:10.365 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 08:04:10.365 DEBUG [main][MenuItemLookup] Found menu:'' 08:04:10.365 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 08:04:10.365 DEBUG [main][MenuItemLookup] Item match:Preferences 08:04:10.365 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 08:04:10.365 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 08:04:10.365 INFO [main][MenuItemHandler] Select menu item: &Preferences 08:04:10.459 DEBUG [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:04:10.460 DEBUG [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:04:10.460 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 08:04:10.461 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:04:10.461 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:04:10.461 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 08:04:10.461 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:04:10.461 DEBUG [WorkbenchTestable][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:04:10.461 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:04:10.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:04:10.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:04:10.462 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 08:04:10.462 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:04:10.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:04:10.462 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:04:10.462 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:04:10.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:04:10.462 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:04:10.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:04:10.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:04:10.463 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item General 08:04:10.463 DEBUG [main][TreeItemHandler] Selecting tree item: General 08:04:10.463 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item General about selection 08:04:10.463 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: General 08:04:10.463 DEBUG [WorkbenchTestable][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:04:10.463 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:04:10.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:04:10.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:04:10.463 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 08:04:10.463 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:04:10.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:04:10.463 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:04:10.464 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:04:10.464 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:04:10.464 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:04:10.464 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java 08:04:10.464 DEBUG [main][TreeItemHandler] Selecting tree item: Java 08:04:10.464 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java about selection 08:04:10.464 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java 08:04:10.510 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:04:10.510 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:04:10.510 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 08:04:10.510 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:04:10.510 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:04:10.510 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:04:10.511 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:04:10.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:04:10.511 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 08:04:10.511 DEBUG [WorkbenchTestable][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:04:10.511 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:04:10.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:04:10.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:04:10.511 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 08:04:10.511 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:04:10.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:04:10.511 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:04:10.511 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:04:10.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:04:10.511 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:04:10.512 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item General 08:04:10.512 DEBUG [main][TreeItemHandler] Selecting tree item: General 08:04:10.512 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item General about selection 08:04:10.512 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: General 08:04:10.512 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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:04:10.512 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:04:10.514 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:04:10.514 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:04:10.514 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 08:04:10.514 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:04:10.514 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:04:10.514 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:04:10.524 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:04:10.524 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:04:10.524 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:04:10.525 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 08:04:10.525 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:04:10.525 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:04:10.525 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:04:10.525 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:04:10.563 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest 08:04:10.563 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:04:10.563 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:04:10.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:04:10.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:04:10.563 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testToolItemInShellToolBarRegexClicked no-configuration(org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest) 08:04:10.563 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:04:10.563 INFO [WorkbenchTestable][RequirementsRunner] Started test: testDefaultToolBar no-configuration(org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest) 08:04:10.563 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest 08:04:10.563 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:04:10.563 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:04:10.563 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:04:10.564 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:04:10.564 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:04:10.564 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:04:10.564 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:04:10.564 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:04:10.564 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:04:10.564 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:04:10.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:04:10.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:04:10.564 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:04:10.564 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 08:04:10.564 DEBUG [main][MenuItemLookup] Found menu:'File' 08:04:10.564 DEBUG [main][MenuItemLookup] Found menu:'Edit' 08:04:10.564 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 08:04:10.564 DEBUG [main][MenuItemLookup] Found menu:'Search' 08:04:10.564 DEBUG [main][MenuItemLookup] Found menu:'Project' 08:04:10.564 DEBUG [main][MenuItemLookup] Found menu:'Run' 08:04:10.564 DEBUG [main][MenuItemLookup] Found menu:'Window' 08:04:10.564 DEBUG [main][MenuItemLookup] Item match:Window 08:04:10.565 DEBUG [main][MenuItemLookup] Found menu:'New Window' 08:04:10.565 DEBUG [main][MenuItemLookup] Found menu:'Editor' 08:04:10.565 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 08:04:10.565 DEBUG [main][MenuItemLookup] Found menu:'' 08:04:10.565 DEBUG [main][MenuItemLookup] Found menu:'Show View' 08:04:10.565 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 08:04:10.565 DEBUG [main][MenuItemLookup] Found menu:'' 08:04:10.565 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 08:04:10.565 DEBUG [main][MenuItemLookup] Found menu:'' 08:04:10.565 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 08:04:10.565 DEBUG [main][MenuItemLookup] Item match:Preferences 08:04:10.565 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 08:04:10.565 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 08:04:10.565 INFO [main][MenuItemHandler] Select menu item: &Preferences 08:04:10.649 DEBUG [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:04:10.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 08:04:10.651 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 08:04:10.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:04:10.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:04:10.652 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 08:04:10.652 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:04:10.652 DEBUG [WorkbenchTestable][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:04:10.652 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:04:10.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:04:10.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:04:10.652 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 08:04:10.652 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:04:10.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:04:10.652 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:04:10.652 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:04:10.653 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:04:10.653 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:04:10.653 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:04:10.653 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:04:10.653 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item General 08:04:10.653 DEBUG [main][TreeItemHandler] Selecting tree item: General 08:04:10.654 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item General about selection 08:04:10.654 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: General 08:04:10.654 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:04:10.654 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:04:10.654 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 08:04:10.655 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:04:10.655 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:04:10.655 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:04:10.655 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:04:10.655 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:04:10.655 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:04:10.655 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:04:10.655 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolBar and index 0 was found 08:04:10.655 DEBUG [WorkbenchTestable][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:04:10.655 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:04:10.655 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:04:10.655 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:04:10.656 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 08:04:10.656 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:04:10.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:04:10.656 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:04:10.656 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:04:10.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:04:10.656 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:04:10.656 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item General 08:04:10.657 DEBUG [main][TreeItemHandler] Selecting tree item: General 08:04:10.657 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item General about selection 08:04:10.657 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: General 08:04:10.657 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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:04:10.657 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:04:10.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:04:10.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:04:10.657 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 08:04:10.657 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:04:10.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:04:10.657 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:04:10.658 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:04:10.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:04:10.658 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:04:10.659 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 08:04:10.659 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:04:10.659 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:04:10.659 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:04:10.659 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:04:10.678 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest 08:04:10.678 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:04:10.678 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:04:10.678 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:04:10.678 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:04:10.678 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testDefaultToolBar no-configuration(org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest) 08:04:10.678 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest 08:04:10.678 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:04:10.678 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:04:10.678 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:04:10.678 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.744 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.013 s testToolItemInShellToolBarClicked no-configuration(org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest) Time elapsed: 0.256 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.2 s testDefaultToolBar no-configuration(org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest) Time elapsed: 0.115 s Running org.eclipse.reddeer.swt.test.keyboard.KeyboardTest 08:04:10.683 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.keyboard.KeyboardTest 08:04:10.683 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 08:04:10.683 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:04:10.683 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.keyboard.KeyboardTest 08:04:10.683 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:04:10.683 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 08:04:10.684 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:04:10.684 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 08:04:10.684 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:04:10.684 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:04:10.684 INFO [WorkbenchTestable][RequirementsRunner] Started test: typingTest no-configuration(org.eclipse.reddeer.swt.test.keyboard.KeyboardTest) 08:04:10.684 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.keyboard.KeyboardTest 08:04:10.684 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:04:10.684 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:04:10.684 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:04:10.701 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:04:10.714 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:04:10.714 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Keyboard testing shell 08:04:10.714 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:04:10.714 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:04:10.714 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:04:10.714 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:04:10.714 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:04:10.714 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:04:10.714 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Keyboard testing shell" as the parent 08:04:10.714 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:04:10.714 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:04:10.714 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:04:10.714 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:04:10.714 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:04:10.714 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 08:04:10.714 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:04:10.715 INFO [WorkbenchTestable][Keyboard] Type text "test123" 08:04:10.715 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 08:04:10.715 INFO [WorkbenchTestable][Keyboard] As char:t, as int:116 08:04:11.316 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 08:04:11.316 INFO [WorkbenchTestable][Keyboard] As char:e, as int:101 08:04:11.917 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 08:04:11.917 INFO [WorkbenchTestable][Keyboard] As char:s, as int:115 08:04:12.518 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 08:04:12.518 INFO [WorkbenchTestable][Keyboard] As char:t, as int:116 08:04:13.119 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 08:04:13.119 INFO [WorkbenchTestable][Keyboard] As char:1, as int:49 08:04:13.720 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 08:04:13.720 INFO [WorkbenchTestable][Keyboard] As char:2, as int:50 08:04:14.320 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 08:04:14.321 INFO [WorkbenchTestable][Keyboard] As char:3, as int:51 08:04:14.923 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:04:14.923 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:04:14.923 DEBUG [main][AbstractShell] Set focus to Shell Keyboard testing shell 08:04:14.924 DEBUG [main][AbstractWait] Waiting until shell is active... 08:04:14.924 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:04:14.924 INFO [main][AbstractShell] Close shell Keyboard testing shell 08:04:14.924 INFO [main][ShellHandler] Closing shell 'Keyboard testing shell' 08:04:14.927 DEBUG [main][AbstractWait] Waiting while shell is available... 08:04:14.927 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:04:14.927 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.keyboard.KeyboardTest 08:04:14.927 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:04:14.927 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:04:14.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:04:14.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:04:14.932 INFO [WorkbenchTestable][RequirementsRunner] Finished test: typingTest no-configuration(org.eclipse.reddeer.swt.test.keyboard.KeyboardTest) 08:04:14.932 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:04:14.932 INFO [WorkbenchTestable][RequirementsRunner] Started test: cutPasteTest no-configuration(org.eclipse.reddeer.swt.test.keyboard.KeyboardTest) 08:04:14.932 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.keyboard.KeyboardTest 08:04:14.932 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:04:14.932 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:04:14.932 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:04:14.937 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:04:14.942 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:04:14.942 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Keyboard testing shell 08:04:14.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:04:14.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:04:14.942 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:04:14.942 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:04:14.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:04:14.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:04:14.942 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Keyboard testing shell" as the parent 08:04:14.942 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:04:14.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:04:14.942 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:04:14.942 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:04:14.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:04:14.942 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 08:04:14.942 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:04:14.943 INFO [WorkbenchTestable][Keyboard] Type text "test" 08:04:14.943 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 08:04:14.943 INFO [WorkbenchTestable][Keyboard] As char:t, as int:116 08:04:15.544 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 08:04:15.544 INFO [WorkbenchTestable][Keyboard] As char:e, as int:101 08:04:16.145 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 08:04:16.145 INFO [WorkbenchTestable][Keyboard] As char:s, as int:115 08:04:16.746 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 08:04:16.746 INFO [WorkbenchTestable][Keyboard] As char:t, as int:116 08:04:17.347 INFO [WorkbenchTestable][Keyboard] Select 2 characters to the left 08:04:17.347 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:131072 08:04:17.548 INFO [WorkbenchTestable][Keyboard] Move cursor 08:04:17.748 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777219 08:04:17.748 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777219 08:04:17.948 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777219 08:04:18.351 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777219 08:04:18.351 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777219 08:04:18.551 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777219 08:04:18.752 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:131072 08:04:18.952 INFO [WorkbenchTestable][DefaultKeyboard] Write to clipboard 08:04:18.952 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:262144 08:04:19.153 INFO [WorkbenchTestable][Keyboard] Type character 'x', as int:120 08:04:19.153 DEBUG [WorkbenchTestable][Keyboard] Press character 'x', as int:120 08:04:19.353 DEBUG [WorkbenchTestable][Keyboard] Release character 'x', as int:120 08:04:19.554 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:262144 08:04:19.755 INFO [WorkbenchTestable][Keyboard] Move cursor 08:04:19.955 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777219 08:04:19.955 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777219 08:04:20.155 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777219 08:04:20.556 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777219 08:04:20.556 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777219 08:04:20.757 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777219 08:04:21.158 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777219 08:04:21.158 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777219 08:04:21.358 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777219 08:04:21.760 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777219 08:04:21.760 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777219 08:04:21.960 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777219 08:04:22.361 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777219 08:04:22.361 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777219 08:04:22.561 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777219 08:04:22.762 INFO [WorkbenchTestable][DefaultKeyboard] Paste from clipboard 08:04:22.762 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:262144 08:04:22.962 INFO [WorkbenchTestable][Keyboard] Type character 'v', as int:118 08:04:22.962 DEBUG [WorkbenchTestable][Keyboard] Press character 'v', as int:118 08:04:23.163 DEBUG [WorkbenchTestable][Keyboard] Release character 'v', as int:118 08:04:23.364 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:262144 08:04:23.565 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:04:23.565 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:04:23.565 DEBUG [main][AbstractShell] Set focus to Shell Keyboard testing shell 08:04:23.566 DEBUG [main][AbstractWait] Waiting until shell is active... 08:04:23.566 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:04:23.566 INFO [main][AbstractShell] Close shell Keyboard testing shell 08:04:23.566 INFO [main][ShellHandler] Closing shell 'Keyboard testing shell' 08:04:23.570 DEBUG [main][AbstractWait] Waiting while shell is available... 08:04:23.570 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:04:23.570 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.keyboard.KeyboardTest 08:04:23.570 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:04:23.570 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:04:23.575 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:04:23.575 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:04:23.575 INFO [WorkbenchTestable][RequirementsRunner] Finished test: cutPasteTest no-configuration(org.eclipse.reddeer.swt.test.keyboard.KeyboardTest) 08:04:23.575 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:04:23.575 INFO [WorkbenchTestable][RequirementsRunner] Started test: typingWithShiftTest no-configuration(org.eclipse.reddeer.swt.test.keyboard.KeyboardTest) 08:04:23.575 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.keyboard.KeyboardTest 08:04:23.575 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:04:23.575 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:04:23.575 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:04:23.591 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:04:23.603 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:04:23.603 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Keyboard testing shell 08:04:23.603 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:04:23.603 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:04:23.603 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:04:23.603 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:04:23.603 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:04:23.603 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:04:23.603 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Keyboard testing shell" as the parent 08:04:23.603 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:04:23.603 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:04:23.603 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:04:23.603 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:04:23.603 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:04:23.603 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 08:04:23.603 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:04:23.603 INFO [WorkbenchTestable][Keyboard] Type text "{@Test}" 08:04:23.604 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 08:04:23.604 INFO [WorkbenchTestable][Keyboard] As char:, as int:131072 08:04:23.804 INFO [WorkbenchTestable][Keyboard] As char:[, as int:91 08:04:24.805 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 08:04:24.805 INFO [WorkbenchTestable][Keyboard] As char:, as int:131072 08:04:25.005 INFO [WorkbenchTestable][Keyboard] As char:2, as int:50 08:04:26.007 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 08:04:26.007 INFO [WorkbenchTestable][Keyboard] As char:, as int:131072 08:04:26.207 INFO [WorkbenchTestable][Keyboard] As char:t, as int:116 08:04:27.209 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 08:04:27.209 INFO [WorkbenchTestable][Keyboard] As char:e, as int:101 08:04:27.810 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 08:04:27.810 INFO [WorkbenchTestable][Keyboard] As char:s, as int:115 08:04:28.411 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 08:04:28.411 INFO [WorkbenchTestable][Keyboard] As char:t, as int:116 08:04:29.012 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 08:04:29.012 INFO [WorkbenchTestable][Keyboard] As char:, as int:131072 08:04:29.213 INFO [WorkbenchTestable][Keyboard] As char:], as int:93 08:04:30.214 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:04:30.214 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:04:30.214 DEBUG [main][AbstractShell] Set focus to Shell Keyboard testing shell 08:04:30.215 DEBUG [main][AbstractWait] Waiting until shell is active... 08:04:30.215 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:04:30.215 INFO [main][AbstractShell] Close shell Keyboard testing shell 08:04:30.215 INFO [main][ShellHandler] Closing shell 'Keyboard testing shell' 08:04:30.219 DEBUG [main][AbstractWait] Waiting while shell is available... 08:04:30.219 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:04:30.219 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.keyboard.KeyboardTest 08:04:30.220 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:04:30.220 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:04:30.225 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:04:30.225 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:04:30.226 INFO [WorkbenchTestable][RequirementsRunner] Finished test: typingWithShiftTest no-configuration(org.eclipse.reddeer.swt.test.keyboard.KeyboardTest) 08:04:30.226 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:04:30.226 INFO [WorkbenchTestable][RequirementsRunner] Started test: selectionTest no-configuration(org.eclipse.reddeer.swt.test.keyboard.KeyboardTest) 08:04:30.226 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.keyboard.KeyboardTest 08:04:30.226 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:04:30.226 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:04:30.226 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:04:30.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Keyboard testing shell"] is available.... 08:04:30.247 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:04:30.247 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Keyboard testing shell 08:04:30.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:04:30.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:04:30.247 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:04:30.247 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:04:30.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:04:30.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:04:30.247 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Keyboard testing shell" as the parent 08:04:30.247 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:04:30.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:04:30.247 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:04:30.247 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:04:30.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:04:30.247 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 08:04:30.247 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:04:30.248 INFO [WorkbenchTestable][Keyboard] Type text "test" 08:04:30.248 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 08:04:30.248 INFO [WorkbenchTestable][Keyboard] As char:t, as int:116 08:04:30.849 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 08:04:30.849 INFO [WorkbenchTestable][Keyboard] As char:e, as int:101 08:04:31.451 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 08:04:31.451 INFO [WorkbenchTestable][Keyboard] As char:s, as int:115 08:04:32.052 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 08:04:32.052 INFO [WorkbenchTestable][Keyboard] As char:t, as int:116 08:04:32.653 INFO [WorkbenchTestable][Keyboard] Select 2 characters to the left 08:04:32.653 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:131072 08:04:32.853 INFO [WorkbenchTestable][Keyboard] Move cursor 08:04:33.053 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777219 08:04:33.053 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777219 08:04:33.254 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777219 08:04:33.655 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777219 08:04:33.655 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777219 08:04:33.856 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777219 08:04:34.057 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:131072 08:04:34.257 INFO [WorkbenchTestable][Keyboard] Type character '', as int:127 08:04:34.257 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:127 08:04:34.458 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:127 08:04:34.659 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:04:34.659 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:04:34.659 DEBUG [main][AbstractShell] Set focus to Shell Keyboard testing shell 08:04:34.660 DEBUG [main][AbstractWait] Waiting until shell is active... 08:04:34.660 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:04:34.660 INFO [main][AbstractShell] Close shell Keyboard testing shell 08:04:34.660 INFO [main][ShellHandler] Closing shell 'Keyboard testing shell' 08:04:34.663 DEBUG [main][AbstractWait] Waiting while shell is available... 08:04:34.663 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:04:34.663 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.keyboard.KeyboardTest 08:04:34.663 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:04:34.663 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:04:34.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:04:34.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:04:34.668 INFO [WorkbenchTestable][RequirementsRunner] Finished test: selectionTest no-configuration(org.eclipse.reddeer.swt.test.keyboard.KeyboardTest) 08:04:34.668 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:04:34.668 INFO [WorkbenchTestable][RequirementsRunner] Started test: keyCombinationTest no-configuration(org.eclipse.reddeer.swt.test.keyboard.KeyboardTest) 08:04:34.668 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.keyboard.KeyboardTest 08:04:34.668 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:04:34.668 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:04:34.668 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:04:34.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:04:34.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:04:34.668 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:04:34.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:04:34.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:04:34.668 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 08:04:34.668 INFO [WorkbenchTestable][Keyboard] As char:, as int:262144 08:04:34.869 INFO [WorkbenchTestable][Keyboard] As char:h, as int:104 08:04:35.871 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Search"] is available.... 08:04:35.871 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:04:35.871 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Search 08:04:35.873 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:04:35.888 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:04:35.888 INFO [WorkbenchTestable][AbstractShell] Close shell Search 08:04:35.888 INFO [WorkbenchTestable][ShellHandler] Closing shell 'Search' 08:04:35.902 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 08:04:35.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 08:04:35.918 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:04:35.918 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.keyboard.KeyboardTest 08:04:35.918 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:04:35.918 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:04:35.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:04:35.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:04:35.918 INFO [WorkbenchTestable][RequirementsRunner] Finished test: keyCombinationTest no-configuration(org.eclipse.reddeer.swt.test.keyboard.KeyboardTest) 08:04:35.918 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:04:35.919 INFO [WorkbenchTestable][RequirementsRunner] Started test: copyPasteTest no-configuration(org.eclipse.reddeer.swt.test.keyboard.KeyboardTest) 08:04:35.919 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.keyboard.KeyboardTest 08:04:35.919 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:04:35.919 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:04:35.919 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:04:35.924 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:04:35.932 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:04:35.932 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Keyboard testing shell 08:04:35.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:04:35.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:04:35.932 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:04:35.932 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:04:35.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:04:35.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:04:35.932 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Keyboard testing shell" as the parent 08:04:35.932 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:04:35.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:04:35.932 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:04:35.932 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:04:35.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:04:35.932 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 08:04:35.932 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:04:35.933 INFO [WorkbenchTestable][Keyboard] Type text "test" 08:04:35.933 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 08:04:35.933 INFO [WorkbenchTestable][Keyboard] As char:t, as int:116 08:04:36.534 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 08:04:36.534 INFO [WorkbenchTestable][Keyboard] As char:e, as int:101 08:04:37.135 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 08:04:37.135 INFO [WorkbenchTestable][Keyboard] As char:s, as int:115 08:04:37.736 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 08:04:37.736 INFO [WorkbenchTestable][Keyboard] As char:t, as int:116 08:04:38.337 INFO [WorkbenchTestable][Keyboard] Select 2 characters to the left 08:04:38.337 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:131072 08:04:38.537 INFO [WorkbenchTestable][Keyboard] Move cursor 08:04:38.737 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777219 08:04:38.737 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777219 08:04:38.938 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777219 08:04:39.339 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777219 08:04:39.339 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777219 08:04:39.540 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777219 08:04:39.741 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:131072 08:04:39.941 INFO [WorkbenchTestable][DefaultKeyboard] Write to clipboard 08:04:39.941 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:262144 08:04:40.141 INFO [WorkbenchTestable][Keyboard] Type character 'c', as int:99 08:04:40.141 DEBUG [WorkbenchTestable][Keyboard] Press character 'c', as int:99 08:04:40.342 DEBUG [WorkbenchTestable][Keyboard] Release character 'c', as int:99 08:04:40.543 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:262144 08:04:40.743 INFO [WorkbenchTestable][Keyboard] Move cursor 08:04:40.943 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777219 08:04:40.943 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777219 08:04:41.144 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777219 08:04:41.545 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777219 08:04:41.545 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777219 08:04:41.745 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777219 08:04:42.146 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777219 08:04:42.146 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777219 08:04:42.347 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777219 08:04:42.748 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777219 08:04:42.748 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777219 08:04:42.948 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777219 08:04:43.349 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777219 08:04:43.349 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777219 08:04:43.549 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777219 08:04:43.750 INFO [WorkbenchTestable][DefaultKeyboard] Paste from clipboard 08:04:43.750 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:262144 08:04:43.950 INFO [WorkbenchTestable][Keyboard] Type character 'v', as int:118 08:04:43.950 DEBUG [WorkbenchTestable][Keyboard] Press character 'v', as int:118 08:04:44.151 DEBUG [WorkbenchTestable][Keyboard] Release character 'v', as int:118 08:04:44.352 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:262144 08:04:44.553 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:04:44.553 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:04:44.553 DEBUG [main][AbstractShell] Set focus to Shell Keyboard testing shell 08:04:44.554 DEBUG [main][AbstractWait] Waiting until shell is active... 08:04:44.554 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:04:44.554 INFO [main][AbstractShell] Close shell Keyboard testing shell 08:04:44.554 INFO [main][ShellHandler] Closing shell 'Keyboard testing shell' 08:04:44.557 DEBUG [main][AbstractWait] Waiting while shell is available... 08:04:44.557 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:04:44.557 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.keyboard.KeyboardTest 08:04:44.557 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:04:44.557 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:04:44.573 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:04:44.573 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:04:44.573 INFO [WorkbenchTestable][RequirementsRunner] Finished test: copyPasteTest no-configuration(org.eclipse.reddeer.swt.test.keyboard.KeyboardTest) 08:04:44.573 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.keyboard.KeyboardTest 08:04:44.573 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:04:44.573 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:04:44.573 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:04:44.573 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 33.891 s - in org.eclipse.reddeer.swt.test.keyboard.KeyboardTest typingTest no-configuration(org.eclipse.reddeer.swt.test.keyboard.KeyboardTest) Time elapsed: 4.248 s cutPasteTest no-configuration(org.eclipse.reddeer.swt.test.keyboard.KeyboardTest) Time elapsed: 8.643 s typingWithShiftTest no-configuration(org.eclipse.reddeer.swt.test.keyboard.KeyboardTest) Time elapsed: 6.651 s selectionTest no-configuration(org.eclipse.reddeer.swt.test.keyboard.KeyboardTest) Time elapsed: 4.442 s keyCombinationTest no-configuration(org.eclipse.reddeer.swt.test.keyboard.KeyboardTest) Time elapsed: 1.25 s copyPasteTest no-configuration(org.eclipse.reddeer.swt.test.keyboard.KeyboardTest) Time elapsed: 8.654 s Running org.eclipse.reddeer.swt.test.WidgetResolverTest 08:04:44.577 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.WidgetResolverTest 08:04:44.578 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 08:04:44.578 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:04:44.578 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.WidgetResolverTest 08:04:44.578 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:04:44.578 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 08:04:44.578 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:04:44.578 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 08:04:44.578 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:04:44.579 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:04:44.579 INFO [WorkbenchTestable][RequirementsRunner] Started test: parentMatchesChildrenTest no-configuration(org.eclipse.reddeer.swt.test.WidgetResolverTest) 08:04:44.579 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.WidgetResolverTest 08:04:44.579 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:04:44.579 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:04:44.579 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:04:44.579 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:04:44.579 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:04:44.579 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:04:44.579 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:04:44.579 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:04:44.580 TRACE [WorkbenchTestable][WidgetLookup] Looking up widgets with specified parent and matchers 08:04:44.584 TRACE [WorkbenchTestable][WidgetLookup] 145 widget(s) found 08:04:44.584 INFO [WorkbenchTestable][WidgetResolverTest] Testing 145 widgets for matching children to parent. 08:04:44.586 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@75e355e] 08:04:44.586 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} [layout=org.eclipse.e4.ui.workbench.renderers.swt.TrimBarLayout@485e0996] matches to its parent widget Shell {data - Eclipse Platform} [layout=org.eclipse.e4.ui.workbench.renderers.swt.TrimmedPartLayout@75e355e] 08:04:44.586 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} [layout=org.eclipse.e4.ui.workbench.renderers.swt.TrimBarLayout@4db203fb] matches to its parent widget Shell {data - Eclipse Platform} [layout=org.eclipse.e4.ui.workbench.renderers.swt.TrimmedPartLayout@75e355e] 08:04:44.586 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} [layout=org.eclipse.e4.ui.workbench.renderers.swt.TrimBarLayout@d97ca99] matches to its parent widget Shell {data - Eclipse Platform} [layout=org.eclipse.e4.ui.workbench.renderers.swt.TrimmedPartLayout@75e355e] 08:04:44.586 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} [layout=org.eclipse.e4.ui.workbench.renderers.swt.TrimBarLayout@7b95eab0] matches to its parent widget Shell {data - Eclipse Platform} [layout=org.eclipse.e4.ui.workbench.renderers.swt.TrimmedPartLayout@75e355e] 08:04:44.587 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} [layout=org.eclipse.e4.ui.workbench.renderers.swt.SashLayout@433f4eed] matches to its parent widget Composite {} [layout=FillLayout {type=SWT.HORIZONTAL}] 08:04:44.587 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@433f4eed] 08:04:44.587 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:04:44.587 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} [layout=org.eclipse.e4.ui.workbench.renderers.swt.SashLayout@1ecf20aa] matches to its parent widget Composite {} [layout=FillLayout {type=SWT.HORIZONTAL}] 08:04:44.587 INFO [WorkbenchTestable][WidgetResolverTest] Child widget CTabFolder {} [layout=org.eclipse.swt.custom.CTabFolderLayout@2d3ff2e8] matches to its parent widget Composite {} [layout=org.eclipse.e4.ui.workbench.renderers.swt.SashLayout@1ecf20aa] 08:04:44.587 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@1ecf20aa] 08:04:44.587 INFO [WorkbenchTestable][WidgetResolverTest] Child widget CTabFolder {} [layout=org.eclipse.swt.custom.CTabFolderLayout@792b4d95] matches to its parent widget Composite {} [layout=org.eclipse.e4.ui.workbench.renderers.swt.SashLayout@1ecf20aa] 08:04:44.588 INFO [WorkbenchTestable][WidgetResolverTest] Child widget CTabFolder {} [layout=org.eclipse.swt.custom.CTabFolderLayout@405a2c7b] matches to its parent widget Composite {} [layout=org.eclipse.e4.ui.workbench.renderers.swt.SashLayout@1ecf20aa] 08:04:44.588 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolBar {} [layout=null] matches to its parent widget CTabFolder {} [layout=org.eclipse.swt.custom.CTabFolderLayout@2d3ff2e8] 08:04:44.588 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolBar {} [layout=null] matches to its parent widget CTabFolder {} [layout=org.eclipse.swt.custom.CTabFolderLayout@2d3ff2e8] 08:04:44.588 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@2d3ff2e8] 08:04:44.589 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} [layout=FillLayout {type=SWT.HORIZONTAL}] matches to its parent widget CTabFolder {} [layout=org.eclipse.swt.custom.CTabFolderLayout@2d3ff2e8] 08:04:44.589 INFO [WorkbenchTestable][WidgetResolverTest] Child widget CTabItem {Package Explorer} matches to its parent widget CTabFolder {} [layout=org.eclipse.swt.custom.CTabFolderLayout@2d3ff2e8] 08:04:44.589 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {} matches to its parent widget ToolBar {} [layout=null] 08:04:44.589 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {} matches to its parent widget ToolBar {} [layout=null] 08:04:44.589 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:04:44.589 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:04:44.592 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {text: '', data: ActionContributionItem(id=null, visible=true)} matches to its parent widget ToolBar {} [layout=null] 08:04:44.592 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {text: '', data: ActionContributionItem(id=null, visible=true)} matches to its parent widget ToolBar {} [layout=null] 08:04:44.592 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {} matches to its parent widget ToolBar {} [layout=null] 08:04:44.592 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ContributedPartRenderer$1 {} [layout=FillLayout {type=SWT.VERTICAL}] matches to its parent widget Composite {} [layout=FillLayout {type=SWT.HORIZONTAL}] 08:04:44.592 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} [layout=FillLayout {type=SWT.HORIZONTAL}] matches to its parent widget ContributedPartRenderer$1 {} [layout=FillLayout {type=SWT.VERTICAL}] 08:04:44.593 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:04:44.593 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:04:44.593 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:04:44.593 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:04:44.593 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:04:44.593 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:04:44.594 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:04:44.594 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:04:44.594 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:04:44.594 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:04:44.594 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:04:44.594 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:04:44.595 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} [layout=FillLayout {type=SWT.HORIZONTAL}] matches to its parent widget CTabItem {Package Explorer} 08:04:44.595 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} [layout=FillLayout {type=SWT.HORIZONTAL}] matches to its parent widget Composite {} [layout=FillLayout {type=SWT.HORIZONTAL}] 08:04:44.595 INFO [WorkbenchTestable][WidgetResolverTest] Child widget CTabFolder {} [layout=org.eclipse.swt.custom.CTabFolderLayout@2810618f] matches to its parent widget Composite {} [layout=FillLayout {type=SWT.HORIZONTAL}] 08:04:44.595 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolBar {} [layout=null] matches to its parent widget CTabFolder {} [layout=org.eclipse.swt.custom.CTabFolderLayout@2810618f] 08:04:44.595 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@2810618f] 08:04:44.595 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolBar {} [layout=null] matches to its parent widget CTabFolder {} [layout=org.eclipse.swt.custom.CTabFolderLayout@2810618f] 08:04:44.595 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@2810618f] 08:04:44.595 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {} matches to its parent widget ToolBar {} [layout=null] 08:04:44.596 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {} matches to its parent widget ToolBar {} [layout=null] 08:04:44.596 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:04:44.596 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:04:44.596 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:04:44.596 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:04:44.596 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:04:44.596 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:04:44.597 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:04:44.597 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:04:44.597 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:04:44.597 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:04:44.597 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:04:44.597 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolBar {} [layout=null] matches to its parent widget CTabFolder {} [layout=org.eclipse.swt.custom.CTabFolderLayout@792b4d95] 08:04:44.598 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@792b4d95] 08:04:44.598 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolBar {} [layout=null] matches to its parent widget CTabFolder {} [layout=org.eclipse.swt.custom.CTabFolderLayout@792b4d95] 08:04:44.598 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} [layout=FillLayout {type=SWT.HORIZONTAL}] matches to its parent widget CTabFolder {} [layout=org.eclipse.swt.custom.CTabFolderLayout@792b4d95] 08:04:44.598 INFO [WorkbenchTestable][WidgetResolverTest] Child widget CTabItem {Outline} matches to its parent widget CTabFolder {} [layout=org.eclipse.swt.custom.CTabFolderLayout@792b4d95] 08:04:44.598 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:04:44.598 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:04:44.598 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {} matches to its parent widget ToolBar {} [layout=null] 08:04:44.598 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {} matches to its parent widget ToolBar {} [layout=null] 08:04:44.599 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ContributedPartRenderer$1 {} [layout=FillLayout {type=SWT.VERTICAL}] matches to its parent widget Composite {} [layout=FillLayout {type=SWT.HORIZONTAL}] 08:04:44.599 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} [layout=FillLayout {type=SWT.HORIZONTAL}] matches to its parent widget ContributedPartRenderer$1 {} [layout=FillLayout {type=SWT.VERTICAL}] 08:04:44.599 INFO [WorkbenchTestable][WidgetResolverTest] Child widget PageBook {} [layout=org.eclipse.ui.part.PageBook$PageBookLayout@16204061] matches to its parent widget Composite {} [layout=FillLayout {type=SWT.HORIZONTAL}] 08:04:44.599 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@16204061] 08:04:44.599 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:04:44.599 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} [layout=FillLayout {type=SWT.HORIZONTAL}] matches to its parent widget CTabItem {Outline} 08:04:44.600 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolBar {} [layout=null] matches to its parent widget CTabFolder {} [layout=org.eclipse.swt.custom.CTabFolderLayout@405a2c7b] 08:04:44.600 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolBar {} [layout=null] matches to its parent widget CTabFolder {} [layout=org.eclipse.swt.custom.CTabFolderLayout@405a2c7b] 08:04:44.600 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@405a2c7b] 08:04:44.600 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} [layout=FillLayout {type=SWT.HORIZONTAL}] matches to its parent widget CTabFolder {} [layout=org.eclipse.swt.custom.CTabFolderLayout@405a2c7b] 08:04:44.600 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} [layout=FillLayout {type=SWT.HORIZONTAL}] matches to its parent widget CTabFolder {} [layout=org.eclipse.swt.custom.CTabFolderLayout@405a2c7b] 08:04:44.600 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} [layout=FillLayout {type=SWT.HORIZONTAL}] matches to its parent widget CTabFolder {} [layout=org.eclipse.swt.custom.CTabFolderLayout@405a2c7b] 08:04:44.600 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} [layout=FillLayout {type=SWT.HORIZONTAL}] matches to its parent widget CTabFolder {} [layout=org.eclipse.swt.custom.CTabFolderLayout@405a2c7b] 08:04:44.600 INFO [WorkbenchTestable][WidgetResolverTest] Child widget CTabItem {Problems} matches to its parent widget CTabFolder {} [layout=org.eclipse.swt.custom.CTabFolderLayout@405a2c7b] 08:04:44.600 INFO [WorkbenchTestable][WidgetResolverTest] Child widget CTabItem {Javadoc} matches to its parent widget CTabFolder {} [layout=org.eclipse.swt.custom.CTabFolderLayout@405a2c7b] 08:04:44.601 INFO [WorkbenchTestable][WidgetResolverTest] Child widget CTabItem {Declaration} matches to its parent widget CTabFolder {} [layout=org.eclipse.swt.custom.CTabFolderLayout@405a2c7b] 08:04:44.601 INFO [WorkbenchTestable][WidgetResolverTest] Child widget CTabItem {RedDeer SWT} matches to its parent widget CTabFolder {} [layout=org.eclipse.swt.custom.CTabFolderLayout@405a2c7b] 08:04:44.601 INFO [WorkbenchTestable][WidgetResolverTest] Child widget CTabItem {Error Log} matches to its parent widget CTabFolder {} [layout=org.eclipse.swt.custom.CTabFolderLayout@405a2c7b] 08:04:44.601 INFO [WorkbenchTestable][WidgetResolverTest] Child widget CTabItem {RedDeer SWT Controls} matches to its parent widget CTabFolder {} [layout=org.eclipse.swt.custom.CTabFolderLayout@405a2c7b] 08:04:44.601 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {} matches to its parent widget ToolBar {} [layout=null] 08:04:44.601 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {} matches to its parent widget ToolBar {} [layout=null] 08:04:44.601 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:04:44.601 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:04:44.601 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:04:44.602 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {} matches to its parent widget ToolBar {} [layout=null] 08:04:44.602 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ContributedPartRenderer$1 {} [layout=FillLayout {type=SWT.VERTICAL}] matches to its parent widget Composite {} [layout=FillLayout {type=SWT.HORIZONTAL}] 08:04:44.602 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} [layout=FillLayout {type=SWT.HORIZONTAL}] matches to its parent widget ContributedPartRenderer$1 {} [layout=FillLayout {type=SWT.VERTICAL}] 08:04:44.602 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} [layout=FillLayout {type=SWT.HORIZONTAL}] matches to its parent widget CTabItem {Problems} 08:04:44.602 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} [layout=FillLayout {type=SWT.HORIZONTAL}] matches to its parent widget CTabItem {RedDeer SWT} 08:04:44.602 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} [layout=FillLayout {type=SWT.HORIZONTAL}] matches to its parent widget CTabItem {Error Log} 08:04:44.602 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} [layout=FillLayout {type=SWT.HORIZONTAL}] matches to its parent widget CTabItem {RedDeer SWT Controls} 08:04:44.603 INFO [WorkbenchTestable][WidgetResolverTest] Child widget StatusLine {} [layout=org.eclipse.jface.action.StatusLine$StatusLineLayout@480f24b1] matches to its parent widget Composite {} [layout=org.eclipse.e4.ui.workbench.renderers.swt.TrimBarLayout@485e0996] 08:04:44.603 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ImageBasedFrame {} [layout=null] matches to its parent widget Composite {} [layout=org.eclipse.e4.ui.workbench.renderers.swt.TrimBarLayout@485e0996] 08:04:44.603 INFO [WorkbenchTestable][WidgetResolverTest] Child widget CLabel {} [layout=null] matches to its parent widget StatusLine {} [layout=org.eclipse.jface.action.StatusLine$StatusLineLayout@480f24b1] 08:04:44.603 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolBar {} [layout=null] matches to its parent widget StatusLine {} [layout=org.eclipse.jface.action.StatusLine$StatusLineLayout@480f24b1] 08:04:44.603 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} [layout=GridLayout {}] matches to its parent widget StatusLine {} [layout=org.eclipse.jface.action.StatusLine$StatusLineLayout@480f24b1] 08:04:44.603 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {} matches to its parent widget ToolBar {} [layout=null] 08:04:44.603 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ProgressIndicator {} [layout=StackLayout {}] matches to its parent widget Composite {} [layout=GridLayout {}] 08:04:44.603 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ProgressBar {} matches to its parent widget ProgressIndicator {} [layout=StackLayout {}] 08:04:44.603 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ProgressBar {} matches to its parent widget ProgressIndicator {} [layout=StackLayout {}] 08:04:44.604 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ProgressRegion$1 {} [layout=GridLayout {numColumns=3 horizontalSpacing=5 verticalSpacing=5}] matches to its parent widget ImageBasedFrame {} [layout=null] 08:04:44.604 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Canvas {} [layout=null] matches to its parent widget ProgressRegion$1 {} [layout=GridLayout {numColumns=3 horizontalSpacing=5 verticalSpacing=5}] 08:04:44.604 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:04:44.604 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:04:44.604 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolBar {} [layout=null] matches to its parent widget Composite {} [layout=GridLayout {numColumns=2 horizontalSpacing=2 verticalSpacing=5}] 08:04:44.604 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ImageBasedFrame {} [layout=null] matches to its parent widget Composite {} [layout=org.eclipse.e4.ui.workbench.renderers.swt.TrimBarLayout@4db203fb] 08:04:44.604 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ImageBasedFrame {} [layout=null] matches to its parent widget Composite {} [layout=org.eclipse.e4.ui.workbench.renderers.swt.TrimBarLayout@4db203fb] 08:04:44.604 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ImageBasedFrame {} [layout=null] matches to its parent widget Composite {} [layout=org.eclipse.e4.ui.workbench.renderers.swt.TrimBarLayout@4db203fb] 08:04:44.604 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ImageBasedFrame {} [layout=null] matches to its parent widget Composite {} [layout=org.eclipse.e4.ui.workbench.renderers.swt.TrimBarLayout@4db203fb] 08:04:44.605 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ImageBasedFrame {} [layout=null] matches to its parent widget Composite {} [layout=org.eclipse.e4.ui.workbench.renderers.swt.TrimBarLayout@4db203fb] 08:04:44.605 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ImageBasedFrame {} [layout=null] matches to its parent widget Composite {} [layout=org.eclipse.e4.ui.workbench.renderers.swt.TrimBarLayout@4db203fb] 08:04:44.605 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ImageBasedFrame {} [layout=null] matches to its parent widget Composite {} [layout=org.eclipse.e4.ui.workbench.renderers.swt.TrimBarLayout@4db203fb] 08:04:44.605 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ImageBasedFrame {} [layout=null] matches to its parent widget Composite {} [layout=org.eclipse.e4.ui.workbench.renderers.swt.TrimBarLayout@4db203fb] 08:04:44.605 INFO [WorkbenchTestable][WidgetResolverTest] Child widget LayoutModifierToolControl$1 {} [layout=null] matches to its parent widget Composite {} [layout=org.eclipse.e4.ui.workbench.renderers.swt.TrimBarLayout@4db203fb] 08:04:44.605 INFO [WorkbenchTestable][WidgetResolverTest] Child widget LayoutModifierToolControl$1 {} [layout=null] matches to its parent widget Composite {} [layout=org.eclipse.e4.ui.workbench.renderers.swt.TrimBarLayout@4db203fb] 08:04:44.605 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@4db203fb] 08:04:44.605 INFO [WorkbenchTestable][WidgetResolverTest] Child widget LayoutModifierToolControl$1 {} [layout=null] matches to its parent widget Composite {} [layout=org.eclipse.e4.ui.workbench.renderers.swt.TrimBarLayout@4db203fb] 08:04:44.605 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ImageBasedFrame {} [layout=null] matches to its parent widget Composite {} [layout=org.eclipse.e4.ui.workbench.renderers.swt.TrimBarLayout@4db203fb] 08:04:44.605 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolBar {} [layout=null] matches to its parent widget ImageBasedFrame {} [layout=null] 08:04:44.606 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {text: '', data: ActionContributionItem(id=newWizardDropDown, visible=true)} matches to its parent widget ToolBar {} [layout=null] 08:04:44.606 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {text: '', data: ActionContributionItem(id=save, visible=true)} matches to its parent widget ToolBar {} [layout=null] 08:04:44.606 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {text: '', data: ActionContributionItem(id=saveAll, visible=true)} matches to its parent widget ToolBar {} [layout=null] 08:04:44.606 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolBar {} [layout=null] matches to its parent widget ImageBasedFrame {} [layout=null] 08:04:44.606 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {text: '', data: HandledContributionItem(id=undo, visible=true)} matches to its parent widget ToolBar {} [layout=null] 08:04:44.606 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {text: '', data: HandledContributionItem(id=redo, visible=true)} matches to its parent widget ToolBar {} [layout=null] 08:04:44.606 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolBar {} [layout=null] matches to its parent widget ImageBasedFrame {} [layout=null] 08:04:44.606 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:04:44.607 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:04:44.607 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolBar {} [layout=null] matches to its parent widget ImageBasedFrame {} [layout=null] 08:04:44.607 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:04:44.607 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:04:44.607 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolBar {} [layout=null] matches to its parent widget ImageBasedFrame {} [layout=null] 08:04:44.607 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:04:44.607 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:04:44.607 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolBar {} [layout=null] matches to its parent widget ImageBasedFrame {} [layout=null] 08:04:44.608 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:04:44.608 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolBar {} [layout=null] matches to its parent widget ImageBasedFrame {} [layout=null] 08:04:44.608 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {text: '', data: PluginActionCoolBarContributionItem(id=openType, visible=true)} matches to its parent widget ToolBar {} [layout=null] 08:04:44.608 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:04:44.608 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolBar {} [layout=null] matches to its parent widget ImageBasedFrame {} [layout=null] 08:04:44.608 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:04:44.608 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:04:44.608 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:04:44.609 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:04:44.609 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {text: '', data: ActionContributionItem(id=backardHistory, visible=true)} matches to its parent widget ToolBar {} [layout=null] 08:04:44.609 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {text: '', data: ActionContributionItem(id=forwardHistory, visible=true)} matches to its parent widget ToolBar {} [layout=null] 08:04:44.609 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {text: '', data: Separator(id=pin.group, visible=true)} matches to its parent widget ToolBar {} [layout=null] 08:04:44.609 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:04:44.609 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:04:44.610 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:04:44.610 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {} matches to its parent widget ToolBar {} [layout=null] 08:04:44.610 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:04:44.610 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:04:44.610 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {} matches to its parent widget ToolBar {} [layout=null] 08:04:44.610 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {} matches to its parent widget ToolBar {} [layout=null] 08:04:44.611 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {text: '', data: org.eclipse.ui.resourcePerspective=org.eclipse.e4.ui.model.application.ui.advanced.impl.PerspectiveImpl@41938e1e (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@20faaf77, 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:04:44.611 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {text: '', data: org.eclipse.jdt.ui.JavaPerspective=org.eclipse.e4.ui.model.application.ui.advanced.impl.PerspectiveImpl@6f25ed2b (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@20faaf77, 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:04:44.611 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.WidgetResolverTest 08:04:44.611 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:04:44.611 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:04:44.611 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:04:44.611 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:04:44.612 INFO [WorkbenchTestable][RequirementsRunner] Finished test: parentMatchesChildrenTest no-configuration(org.eclipse.reddeer.swt.test.WidgetResolverTest) 08:04:44.612 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.WidgetResolverTest 08:04:44.612 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:04:44.612 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:04:44.612 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:04:44.612 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.035 s - in org.eclipse.reddeer.swt.test.WidgetResolverTest parentMatchesChildrenTest no-configuration(org.eclipse.reddeer.swt.test.WidgetResolverTest) Time elapsed: 0.033 s Running org.eclipse.reddeer.swt.test.EditorBarTest 08:04:44.616 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.EditorBarTest 08:04:44.616 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 08:04:44.616 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:04:44.616 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.EditorBarTest 08:04:44.616 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:04:44.616 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 08:04:44.617 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:04:44.617 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 08:04:44.617 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:04:44.617 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:04:44.617 INFO [WorkbenchTestable][RequirementsRunner] Started test: workbenchToolBarTest no-configuration(org.eclipse.reddeer.swt.test.EditorBarTest) 08:04:44.617 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.EditorBarTest 08:04:44.617 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:04:44.617 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:04:44.617 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:04:44.617 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:04:44.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:04:44.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:04:44.617 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:04:44.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:04:44.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:04:44.618 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 08:04:44.618 DEBUG [main][MenuItemLookup] Found menu:'File' 08:04:44.618 DEBUG [main][MenuItemLookup] Item match:File 08:04:44.618 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 08:04:44.618 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 08:04:44.621 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 08:04:44.621 DEBUG [main][MenuItemLookup] Found menu:'Project...' 08:04:44.621 DEBUG [main][MenuItemLookup] Found menu:'' 08:04:44.621 DEBUG [main][MenuItemLookup] Found menu:'Package' 08:04:44.621 DEBUG [main][MenuItemLookup] Found menu:'Class' 08:04:44.621 DEBUG [main][MenuItemLookup] Found menu:'Interface' 08:04:44.621 DEBUG [main][MenuItemLookup] Found menu:'Enum' 08:04:44.621 DEBUG [main][MenuItemLookup] Found menu:'Record' 08:04:44.621 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 08:04:44.621 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 08:04:44.621 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 08:04:44.621 DEBUG [main][MenuItemLookup] Found menu:'Folder' 08:04:44.621 DEBUG [main][MenuItemLookup] Found menu:'File' 08:04:44.621 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 08:04:44.621 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 08:04:44.621 DEBUG [main][MenuItemLookup] Found menu:'' 08:04:44.621 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 08:04:44.621 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 08:04:44.622 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 08:04:44.622 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 08:04:44.622 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 08:04:44.681 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:04:44.683 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:04:44.683 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 08:04:44.684 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:04:44.684 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:04:44.684 DEBUG [WorkbenchTestable][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:04:44.684 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:04:44.684 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:04:44.684 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:04:44.684 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Select a wizard" as the parent 08:04:44.684 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:04:44.684 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:04:44.684 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:04:44.684 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:04:44.684 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:04:44.684 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:04:44.685 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:04:44.686 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:04:44.686 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 08:04:44.686 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 08:04:44.686 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:04:45.187 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:04:45.189 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 08:04:45.189 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 08:04:45.189 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 08:04:45.189 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:04:45.189 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 08:04:45.189 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:04:45.189 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 08:04:45.190 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Project 08:04:45.190 DEBUG [main][TreeItemHandler] Selecting tree item: Project 08:04:45.190 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Project about selection 08:04:45.193 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Project 08:04:45.193 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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:04:45.193 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:04:45.193 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:04:45.193 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:04:45.193 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Select a wizard" as the parent 08:04:45.193 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:04:45.193 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:04:45.193 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:04:45.194 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:04:45.194 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:04:45.194 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:04:45.195 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 08:04:45.195 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:04:45.195 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:04:45.195 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:04:45.195 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:04:45.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Project"] is available.... 08:04:45.230 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:04:45.230 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Project 08:04:45.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:04:45.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:04:45.231 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:04:45.231 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:04:45.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:04:45.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:04:45.231 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Project" as the parent 08:04:45.231 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:04:45.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:04:45.231 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:04:45.233 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:04:45.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:04:45.233 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 08:04:45.233 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:04:45.234 INFO [WorkbenchTestable][AbstractText] Text set to: EditorBarTest-test 08:04:45.235 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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:04:45.235 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:04:45.235 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:04:45.236 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:04:45.236 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Project" as the parent 08:04:45.236 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:04:45.236 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:04:45.236 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:04:45.237 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:04:45.237 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:04:45.237 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:04:45.237 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 08:04:45.237 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:04:45.237 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:04:45.237 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:04:45.237 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:04:45.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 08:04:45.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 08:04:45.746 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:04:45.746 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java problems decoration calculation...' is a system job, skipped 08:04:45.746 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:04:45.746 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:04:45.746 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:04:45.748 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:04:45.752 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:04:45.752 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' view via menu. 08:04:45.752 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:04:45.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:04:45.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:04:45.752 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:04:45.752 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 08:04:45.752 DEBUG [main][MenuItemLookup] Found menu:'File' 08:04:45.752 DEBUG [main][MenuItemLookup] Found menu:'Edit' 08:04:45.752 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 08:04:45.752 DEBUG [main][MenuItemLookup] Found menu:'Search' 08:04:45.752 DEBUG [main][MenuItemLookup] Found menu:'Project' 08:04:45.752 DEBUG [main][MenuItemLookup] Found menu:'Run' 08:04:45.752 DEBUG [main][MenuItemLookup] Found menu:'Window' 08:04:45.752 DEBUG [main][MenuItemLookup] Item match:Window 08:04:45.753 DEBUG [main][MenuItemLookup] Found menu:'New Window' 08:04:45.753 DEBUG [main][MenuItemLookup] Found menu:'Editor' 08:04:45.753 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 08:04:45.753 DEBUG [main][MenuItemLookup] Found menu:'' 08:04:45.753 DEBUG [main][MenuItemLookup] Found menu:'Show View' 08:04:45.753 DEBUG [main][MenuItemLookup] Item match:Show View 08:04:45.756 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 08:04:45.756 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 08:04:45.756 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 08:04:45.756 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 08:04:45.756 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 08:04:45.756 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 08:04:45.756 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 08:04:45.756 DEBUG [main][MenuItemLookup] Found menu:'Progress' 08:04:45.756 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 08:04:45.756 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 08:04:45.756 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 08:04:45.756 DEBUG [main][MenuItemLookup] Found menu:'Templates' 08:04:45.756 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 08:04:45.756 DEBUG [main][MenuItemLookup] Found menu:'' 08:04:45.756 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 08:04:45.756 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 08:04:45.757 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 08:04:45.757 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 08:04:45.757 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 08:04:45.808 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 08:04:45.810 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:04:45.810 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 08:04:45.811 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:04:45.811 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:04:45.811 DEBUG [WorkbenchTestable][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:04:45.811 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:04:45.811 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:04:45.811 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:04:45.811 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 08:04:45.811 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:04:45.811 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:04:45.811 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:04:45.811 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:04:45.811 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:04:45.811 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:04:45.812 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:04:45.812 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:04:45.812 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 08:04:45.812 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 08:04:45.812 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:04:45.812 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 08:04:45.812 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:04:45.812 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 08:04:45.812 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 08:04:45.812 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 08:04:45.813 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:04:45.813 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 08:04:45.813 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:04:45.813 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 08:04:45.813 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Project Explorer 08:04:45.813 DEBUG [main][TreeItemHandler] Selecting tree item: Project Explorer 08:04:45.813 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Project Explorer about selection 08:04:45.813 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Project Explorer 08:04:45.813 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:04:45.813 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:04:45.813 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:04:45.813 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 08:04:45.813 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:04:45.814 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:04:45.814 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:04:45.814 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 08:04:45.814 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:04:45.814 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:04:45.814 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:04:45.814 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 08:04:45.814 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:04:45.814 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:04:45.814 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:04:45.815 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:04:45.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:04:45.815 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:04:45.815 INFO [WorkbenchTestable][AbstractButton] Click button &Open 08:04:45.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:04:45.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:04:45.815 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:04:45.815 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:04:45.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 08:04:45.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 08:04:45.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.navigator.resources.ProjectExplorer' view is open... 08:04:45.855 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:04:45.856 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:04:45.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.navigator.resources.ProjectExplorer' view is open finished successfully 08:04:45.856 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:04:45.856 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:04:45.857 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:04:45.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:04:45.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:04:45.857 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:04:45.857 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 08:04:45.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:04:45.857 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:04:45.858 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:04:45.858 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:04:45.858 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:04:45.858 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:04:45.858 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:04:45.858 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:04:45.858 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:04:45.858 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:04:45.858 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:04:45.860 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:04:45.860 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:04:45.860 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:04:45.860 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:04:45.860 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:04:45.860 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:04:45.861 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:04:45.861 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:04:45.862 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:04:45.862 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:04:45.863 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:04:45.863 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:04:45.863 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:04:45.863 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:04:45.863 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:04:46.363 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:04:46.364 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:04:46.864 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:04:46.864 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:04:46.864 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:04:46.864 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:04:46.864 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:04:46.865 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:04:46.865 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:04:46.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:04:46.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:04:46.865 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:04:46.865 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:04:46.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:04:46.865 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:04:46.867 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name EditorBarTest-test 08:04:46.873 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:04:46.873 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:04:46.874 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:04:46.874 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:04:46.874 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with 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:04:46.874 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:04:46.874 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:04:46.874 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:04:46.874 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:04:46.874 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:04:46.874 INFO [WorkbenchTestable][AbstractTree] Select specified tree items 08:04:46.874 INFO [WorkbenchTestable][TreeItemHandler] Select tree items: 08:04:46.874 DEBUG [main][TreeItemHandler] Set Tree selection 08:04:46.875 DEBUG [main][TreeHandler] Notify Tree about selection event 08:04:46.886 DEBUG [WorkbenchTestable][TreeItemHandler] Selected Tree Items: 08:04:46.903 DEBUG [WorkbenchTestable][TreeItemHandler] EditorBarTest-test 08:04:46.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:04:46.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:04:46.903 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 08:04:46.903 DEBUG [main][MenuItemLookup] Found menu:'File' 08:04:46.903 DEBUG [main][MenuItemLookup] Item match:File 08:04:46.904 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 08:04:46.904 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 08:04:46.906 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 08:04:46.906 DEBUG [main][MenuItemLookup] Found menu:'Project...' 08:04:46.906 DEBUG [main][MenuItemLookup] Found menu:'' 08:04:46.906 DEBUG [main][MenuItemLookup] Found menu:'Package' 08:04:46.906 DEBUG [main][MenuItemLookup] Found menu:'Class' 08:04:46.906 DEBUG [main][MenuItemLookup] Found menu:'Interface' 08:04:46.906 DEBUG [main][MenuItemLookup] Found menu:'Enum' 08:04:46.906 DEBUG [main][MenuItemLookup] Found menu:'Record' 08:04:46.906 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 08:04:46.906 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 08:04:46.906 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 08:04:46.906 DEBUG [main][MenuItemLookup] Found menu:'Folder' 08:04:46.906 DEBUG [main][MenuItemLookup] Found menu:'File' 08:04:46.906 DEBUG [main][MenuItemLookup] Item match:File 08:04:46.907 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"File" 08:04:46.907 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text File 08:04:46.907 INFO [main][MenuItemHandler] Select menu item: File 08:04:46.979 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:04:46.979 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:04:46.979 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Create New File 08:04:46.980 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:04:46.980 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:04:46.980 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:04:46.980 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:04:46.980 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:04:46.980 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:04:46.980 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Create New File" as the parent 08:04:46.980 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:04:46.980 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:04:46.980 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:04:46.982 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:04:46.982 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:04:46.982 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 08:04:46.982 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:04:46.983 INFO [WorkbenchTestable][AbstractText] Text set to: test.tlb 08:04:46.984 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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:04:46.984 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:04:46.984 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:04:46.984 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:04:46.984 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Create New File" as the parent 08:04:46.984 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:04:46.984 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:04:46.984 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:04:46.984 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:04:46.984 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:04:46.984 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:04:46.985 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 08:04:46.985 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:04:46.985 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:04:46.985 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:04:46.985 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:04:46.988 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 08:04:47.489 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 08:04:47.494 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@2a5b7fbf is found... 08:04:47.495 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@2a5b7fbf is found finished successfully 08:04:47.496 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.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:04:47.496 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:04:47.496 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:04:47.497 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:04:47.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:04:47.497 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:04:47.499 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:04:47.499 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Text Text=Editor with toolbar example TooltipText=null 08:04:47.499 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:04:47.500 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:04:47.500 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "editor-with-toolbar"as the parent 08:04:47.500 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:04:47.500 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:04:47.500 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:04:47.500 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:04:47.500 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:04:47.500 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 08:04:47.500 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Execute task 08:04:47.500 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 08:04:47.500 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:04:47.501 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:04:47.501 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:04:47.501 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 08:04:47.501 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:04:47.502 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:04:47.502 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - editor-with-toolbar - Eclipse Platform 08:04:47.503 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:04:47.503 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:04:47.503 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - editor-with-toolbar - Eclipse Platform' 08:04:47.503 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.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:04:47.503 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:04:47.503 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:04:47.504 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:04:47.504 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:04:47.504 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:04:47.504 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:04:47.504 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:04:47.523 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:04:47.524 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:04:47.524 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:04:47.524 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:04:47.525 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:04:47.525 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:04:47.525 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:04:47.525 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:04:47.526 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:04:47.526 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:04:47.526 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:04:47.526 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:04:47.526 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:04:48.026 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:04:48.026 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:04:48.527 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:04:48.527 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:04:48.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:04:48.527 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:04:48.527 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:04:48.528 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:04:48.528 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:04:48.528 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with 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:04:48.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:04:48.528 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:04:48.528 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:04:48.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:04:48.528 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:04:48.528 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name EditorBarTest-test 08:04:48.530 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item EditorBarTest-test 08:04:48.530 DEBUG [main][TreeItemHandler] Selecting tree item: EditorBarTest-test 08:04:48.530 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item EditorBarTest-test about selection 08:04:48.540 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: EditorBarTest-test 08:04:48.541 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 08:04:48.541 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:04:48.586 DEBUG [main][MenuItemLookup] Found menu:'New' 08:04:48.586 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 08:04:48.586 DEBUG [main][MenuItemLookup] Found menu:'' 08:04:48.586 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 08:04:48.586 DEBUG [main][MenuItemLookup] Found menu:'' 08:04:48.586 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 08:04:48.586 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 08:04:48.586 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 08:04:48.586 DEBUG [main][MenuItemLookup] Found menu:'Move...' 08:04:48.586 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 08:04:48.586 DEBUG [main][MenuItemLookup] Found menu:'' 08:04:48.586 DEBUG [main][MenuItemLookup] Found menu:'Import...' 08:04:48.586 DEBUG [main][MenuItemLookup] Found menu:'Export...' 08:04:48.586 DEBUG [main][MenuItemLookup] Found menu:'' 08:04:48.586 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 08:04:48.586 DEBUG [main][MenuItemLookup] Item match:Refresh F5 08:04:48.586 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 08:04:48.586 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 08:04:48.586 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 08:04:48.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:04:48.588 DEBUG [WorkbenchTestable][JobIsRunning] job 'refresh' has no excuses, wait for it 08:04:49.088 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 08:04:49.088 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:04:49.088 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:04:49.088 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:04:49.088 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:04:49.088 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'EditorBarTest-test' via Explorer 08:04:49.088 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item EditorBarTest-test 08:04:49.088 DEBUG [main][TreeItemHandler] Selecting tree item: EditorBarTest-test 08:04:49.088 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item EditorBarTest-test about selection 08:04:49.095 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: EditorBarTest-test 08:04:49.096 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 08:04:49.096 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:04:49.118 DEBUG [main][MenuItemLookup] Found menu:'New' 08:04:49.118 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 08:04:49.118 DEBUG [main][MenuItemLookup] Found menu:'' 08:04:49.118 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 08:04:49.118 DEBUG [main][MenuItemLookup] Found menu:'' 08:04:49.118 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 08:04:49.118 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 08:04:49.118 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 08:04:49.118 DEBUG [main][MenuItemLookup] Item match:Delete Delete 08:04:49.118 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 08:04:49.118 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 08:04:49.118 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 08:04:49.158 DEBUG [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:04:49.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available. finished successfully 08:04:49.731 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 08:04:49.732 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:04:49.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:04:49.734 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:04:49.734 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:04:49.734 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with 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:04:49.734 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:04:49.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:04:49.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:04:49.735 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 08:04:49.735 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:04:49.735 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:04:49.735 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:04:49.735 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:04:49.735 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:04:49.735 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:04:49.735 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 08:04:49.735 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 08:04:49.735 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 08:04:49.735 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:04:49.735 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:04:49.735 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:04:49.735 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:04:49.735 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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:04:49.735 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:04:49.735 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:04:49.735 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:04:49.736 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 08:04:49.736 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:04:49.736 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:04:49.736 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:04:49.736 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:04:49.736 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:04:49.736 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:04:49.736 INFO [WorkbenchTestable][AbstractButton] Click button OK 08:04:49.736 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:04:49.736 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:04:49.736 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:04:49.737 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:04:49.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 08:04:49.743 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 08:04:50.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 08:04:50.244 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 08:04:50.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:04:50.244 DEBUG [WorkbenchTestable][JobIsRunning] job 'Reporting encoding changes.' is not running, skipped 08:04:50.244 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 08:04:50.244 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:04:50.244 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:04:50.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:04:50.244 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.EditorBarTest 08:04:50.244 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:04:50.244 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:04:50.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:04:50.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:04:50.245 INFO [WorkbenchTestable][RequirementsRunner] Finished test: workbenchToolBarTest no-configuration(org.eclipse.reddeer.swt.test.EditorBarTest) 08:04:50.245 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.EditorBarTest 08:04:50.245 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:04:50.245 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:04:50.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:04:50.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.629 s - in org.eclipse.reddeer.swt.test.EditorBarTest workbenchToolBarTest no-configuration(org.eclipse.reddeer.swt.test.EditorBarTest) Time elapsed: 5.628 s Results: Tests run: 307, Failures: 0, Errors: 0, Skipped: 0 [INFO] All tests passed! [INFO] [INFO] --- jacoco:0.8.9:report-aggregate (generate-jacoco-report) @ org.eclipse.reddeer.swt.test --- [INFO] Loading execution data file /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.swt.test/target/jacoco.exec [INFO] Analyzed bundle 'org.eclipse.reddeer.swt' with 126 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.common' with 37 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.core' with 306 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.direct' with 6 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.eclipse' with 299 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.jface' with 19 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.swt' with 126 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.workbench' with 76 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.workbench.core' with 23 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.junit' with 61 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.uiforms' with 27 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.go' with 0 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.junit.extension' with 13 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.requirements' with 23 classes [INFO] [INFO] ---------< org.eclipse.reddeer:org.eclipse.reddeer.core.test >---------- [INFO] Building RedDeer Core Tests 4.7.0-SNAPSHOT [32/58] [INFO] from tests/org.eclipse.reddeer.core.test/pom.xml [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [WARNING] Parameter 'ignoreTychoRepositories' is unknown for plugin 'target-platform-configuration:2.7.5:target-platform (default-target-platform)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.reddeer.core.test --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.core.test --- [INFO] The project's OSGi version is 4.7.0.v20230831-0758 [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/**/*, -Xmx1024m, -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:05:02.158 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:05:02.158 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:05:02.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:05:02.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:05:02.648 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:05:02.648 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:05:02.650 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:05:02.650 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 08:05:02.666 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 08:05:02.667 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:05:02.667 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 2 was found 08:05:02.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:05:02.735 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:05:02.736 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 08:05:02.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:05:02.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:05:02.752 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:05:02.752 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:05:02.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:05:02.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:05:02.753 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 08:05:02.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:05:02.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:05:02.753 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 08:05:02.753 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 08:05:02.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:05:02.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:05:02.753 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 08:05:02.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:05:02.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:05:02.754 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 08:05:02.754 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 08:05:02.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:05:02.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:05:02.754 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 08:05:02.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:05:02.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:05:02.754 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 3 with specified parent and matchers 08:05:02.755 TRACE [WorkbenchTestable][WidgetLookup] widget with index 3 is found 08:05:02.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:05:02.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:05:02.755 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 08:05:02.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:05:02.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:05:02.755 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 4 with specified parent and matchers 08:05:02.755 TRACE [WorkbenchTestable][WidgetLookup] widget with index 4 is found 08:05:02.761 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:05:02.763 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:05:02.764 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:05:02.764 DEBUG [main][AbstractWait] Waiting until shell is active... 08:05:02.764 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:05:02.764 INFO [main][AbstractShell] Close shell Testing shell 08:05:02.764 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:05:02.836 DEBUG [main][AbstractWait] Waiting while shell is available... 08:05:02.836 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:05:03.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:05:03.130 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:05:03.375 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:05:03.376 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:05:03.377 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:05:03.377 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:05:03.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:05:03.377 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 08:05:03.384 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 08:05:03.384 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:05:03.384 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 2 was found 08:05:03.386 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:05:03.386 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:05:03.386 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 08:05:03.386 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:05:03.387 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:05:03.387 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:05:03.387 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:05:03.387 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 08:05:03.387 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:05:03.387 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:05:03.387 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:05:03.387 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:05:03.387 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 08:05:03.387 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:05:03.387 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:05:03.387 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:05:03.388 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:05:03.388 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 08:05:03.388 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:05:03.388 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:05:03.388 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:05:03.388 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:05:03.388 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 08:05:03.388 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:05:03.388 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:05:03.388 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:05:03.389 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:05:03.389 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:05:03.389 DEBUG [main][AbstractWait] Waiting until shell is active... 08:05:03.389 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:05:03.389 INFO [main][AbstractShell] Close shell Testing shell 08:05:03.389 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:05:03.399 DEBUG [main][AbstractWait] Waiting while shell is available... 08:05:03.399 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:05:03.399 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:05:03.399 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:05:03.399 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 08:05:03.399 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1is not found 08:05:03.399 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 08:05:03.399 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2is not found 08:05:03.399 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 3 with specified parent and matchers 08:05:03.400 TRACE [WorkbenchTestable][WidgetLookup] widget with index 3is not found 08:05:03.400 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 4 with specified parent and matchers 08:05:03.400 TRACE [WorkbenchTestable][WidgetLookup] widget with index 4is not found 08:05:03.693 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:05:03.693 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:05:03.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:05:03.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:05:03.929 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:05:03.929 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:05:03.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:05:03.930 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 08:05:03.935 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 08:05:03.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:05:03.935 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 2 was found 08:05:03.939 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:05:03.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:05:03.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:05:03.940 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:05:03.940 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:05:03.940 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:05:03.940 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:05: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:05: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:05:03.941 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:05:03.942 DEBUG [main][AbstractWait] Waiting until shell is active... 08:05:03.942 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:05:03.942 INFO [main][AbstractShell] Close shell Testing shell 08:05:03.942 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:05:03.951 DEBUG [main][AbstractWait] Waiting while shell is available... 08:05:03.951 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:05:04.209 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 2 and no matchers specified 08:05:04.209 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:05:04.438 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:05:04.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:05:04.443 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:05:04.443 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:05:04.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:05:04.444 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 08:05:04.456 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 08:05:04.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:05:04.457 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 2 was found 08:05:04.459 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:05:04.467 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:05:04.468 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:05:04.468 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:05:04.468 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:05:04.468 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:05:04.468 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:05:04.470 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:05:04.470 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:05:04.470 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:05:04.471 DEBUG [main][AbstractWait] Waiting until shell is active... 08:05:04.471 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:05:04.471 INFO [main][AbstractShell] Close shell Testing shell 08:05:04.472 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:05:04.483 DEBUG [main][AbstractWait] Waiting while shell is available... 08:05:04.484 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:05:04.484 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:05:04.484 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:05:04.752 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:05:04.753 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:05:04.987 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:05:04.991 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:05:04.991 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:05:04.991 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:05:04.991 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:05:04.991 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 08:05:05.004 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 08:05:05.005 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:05:05.005 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 2 was found 08:05:05.007 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:05:05.008 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:05:05.008 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:05:05.008 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:05:05.008 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:05:05.008 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:05:05.008 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:05:05.008 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:05:05.008 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:05:05.008 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:05:05.008 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 08:05:05.009 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:05:05.009 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:05:05.009 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:05:05.009 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:05:05.009 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:05:05.009 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:05:05.009 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:05:05.010 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 08:05:05.016 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 08:05:05.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:05:05.016 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 1 was found 08:05:05.017 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:05:05.017 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:05:05.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:05:05.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:05:05.045 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:05:05.045 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:05:05.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:05:05.045 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 08:05:05.052 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 08:05:05.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:05:05.053 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 2 was found 08:05:05.054 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:05:05.068 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:05:05.070 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:05:05.070 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:05:05.070 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:05:05.071 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:05:05.071 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:05:05.072 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:05:05.072 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:05:05.073 DEBUG [main][AbstractWait] Waiting until shell is active... 08:05:05.073 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:05:05.073 INFO [main][AbstractShell] Close shell Testing shell 08:05:05.073 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:05:05.087 DEBUG [main][AbstractWait] Waiting while shell is available... 08:05:05.088 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:05:05.355 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:05:05.355 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:05:05.578 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:05:05.578 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:05:05.579 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:05:05.579 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:05:05.579 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:05:05.579 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 08:05:05.590 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 08:05:05.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:05:05.590 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 2 was found 08:05:05.591 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:05:05.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:05:05.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:05:05.591 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:05:05.592 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:05:05.592 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:05:05.592 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:05:05.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:05:05.593 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:05:05.593 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:05:05.593 DEBUG [main][AbstractWait] Waiting until shell is active... 08:05:05.593 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:05:05.593 INFO [main][AbstractShell] Close shell Testing shell 08:05:05.593 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:05:05.602 DEBUG [main][AbstractWait] Waiting while shell is available... 08:05:05.602 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.066 s - in org.eclipse.reddeer.core.test.condition.WidgetIsFoundTest testIndex(org.eclipse.reddeer.core.test.condition.WidgetIsFoundTest) Time elapsed: 1.276 s testNotFoundAfterClose(org.eclipse.reddeer.core.test.condition.WidgetIsFoundTest) Time elapsed: 0.562 s testMatcher(org.eclipse.reddeer.core.test.condition.WidgetIsFoundTest) Time elapsed: 0.552 s testGetResult(org.eclipse.reddeer.core.test.condition.WidgetIsFoundTest) Time elapsed: 0.532 s testParent(org.eclipse.reddeer.core.test.condition.WidgetIsFoundTest) Time elapsed: 0.604 s testSimple(org.eclipse.reddeer.core.test.condition.WidgetIsFoundTest) Time elapsed: 0.514 s Running org.eclipse.reddeer.core.test.condition.JobIsRunningTest 08:05:05.651 DEBUG [WorkbenchTestable][RedDeerSuite] Eclipse is running 08:05:05.652 DEBUG [WorkbenchTestable][BeforeTestInitialization] Number of found extensions for extension point org.eclipse.reddeer.junit.before.test=5 08:05:05.663 DEBUG [WorkbenchTestable][RedDeerSuite] Eclipse is running 08:05:05.664 DEBUG [WorkbenchTestable][AfterTestInitialization] Number of found extensions for extension point org.eclipse.reddeer.junit.after.test=2 08:05:05.680 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.core.test.condition.JobIsRunningTest 08:05:05.692 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 08:05:05.693 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:05:05.697 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.core.test.condition.JobIsRunningTest 08:05:05.724 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.log.collector.BeforesLogCollector 08:05:05.724 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.MaximizeAndFocusWorkbench 08:05:05.725 INFO [WorkbenchTestable][ShellHandler] Maximize shell 'data - Eclipse Platform' 08:05:05.726 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:05:05.726 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 08:05:05.729 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:05:05.729 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 08:05:05.733 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:05:05.734 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:05:05.735 INFO [WorkbenchTestable][RequirementsRunner] Started test: testConsidered no-configuration(org.eclipse.reddeer.core.test.condition.JobIsRunningTest) 08:05:05.735 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.core.test.condition.JobIsRunningTest 08:05:05.735 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:05:05.735 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:05:05.735 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:05:05.737 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null... 08:05:05.737 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully 08:05:05.737 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null... 08:05:05.737 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully 08:05:05.737 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null... 08:05:06.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully 08:05:06.240 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:05:06.241 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' has no excuses, wait for it 08:05:06.741 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' has no excuses, wait for it 08:05:07.241 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' has no excuses, wait for it 08:05:07.742 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_3' is not listed in considered jobs, ignore it 08:05:07.742 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is not listed in considered jobs, ignore it 08:05:07.742 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is not listed in considered jobs, ignore it 08:05:07.742 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:05:08.743 INFO [WorkbenchTestable][JobTestBase] Job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_3' was successfully killed 08:05:08.744 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.core.test.condition.JobIsRunningTest 08:05:08.744 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:05:08.749 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:05:08.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:05:08.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:05:08.750 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testConsidered no-configuration(org.eclipse.reddeer.core.test.condition.JobIsRunningTest) 08:05:08.751 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:05:08.751 INFO [WorkbenchTestable][RequirementsRunner] Started test: testShorterTimeOutThanJobDuration no-configuration(org.eclipse.reddeer.core.test.condition.JobIsRunningTest) 08:05:08.751 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.core.test.condition.JobIsRunningTest 08:05:08.751 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:05:08.751 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:05:08.751 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:05:08.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null... 08:05:08.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully 08:05:08.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:05:08.752 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it 08:05:09.252 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it 08:05:09.752 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it 08:05:10.252 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it 08:05:10.753 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it 08:05:11.253 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it 08:05:11.753 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it 08:05:12.254 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it 08:05:12.754 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it 08:05:12.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running failed, an exception will be thrown 08:05:13.759 INFO [WorkbenchTestable][JobTestBase] Job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' was successfully killed 08:05:13.759 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.core.test.condition.JobIsRunningTest 08:05:13.759 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:05:13.759 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:05:13.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:05:13.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:05:13.760 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testShorterTimeOutThanJobDuration no-configuration(org.eclipse.reddeer.core.test.condition.JobIsRunningTest) 08:05:13.760 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:05:13.760 INFO [WorkbenchTestable][RequirementsRunner] Started test: testConsideredExcluded no-configuration(org.eclipse.reddeer.core.test.condition.JobIsRunningTest) 08:05:13.760 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.core.test.condition.JobIsRunningTest 08:05:13.760 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:05:13.760 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:05:13.760 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:05:13.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null... 08:05:13.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully 08:05:13.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null... 08:05:13.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully 08:05:13.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:05:13.761 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it 08:05:14.261 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it 08:05:14.761 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it 08:05:15.262 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it 08:05:15.762 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it 08:05:16.262 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it 08:05:16.763 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it 08:05:17.263 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it 08:05:17.763 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it 08:05:18.264 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it 08:05:18.764 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it 08:05:19.265 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it 08:05:19.765 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' specified by excludeJobs matchers, skipped 08:05:19.765 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is not listed in considered jobs, ignore it 08:05:19.765 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is not listed in considered jobs, ignore it 08:05:19.765 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:05:20.765 INFO [WorkbenchTestable][JobTestBase] Job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' was successfully killed 08:05:20.766 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.core.test.condition.JobIsRunningTest 08:05:20.766 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:05:20.766 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:05:20.766 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:05:20.766 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:05:20.767 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testConsideredExcluded no-configuration(org.eclipse.reddeer.core.test.condition.JobIsRunningTest) 08:05:20.767 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:05:20.767 INFO [WorkbenchTestable][RequirementsRunner] Started test: testNotIgnoredSystemJob no-configuration(org.eclipse.reddeer.core.test.condition.JobIsRunningTest) 08:05:20.767 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.core.test.condition.JobIsRunningTest 08:05:20.768 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:05:20.768 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:05:20.768 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:05:20.768 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null... 08:05:20.768 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully 08:05:20.768 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null... 08:05:20.768 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully 08:05:20.768 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null... 08:05:20.768 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully 08:05:20.768 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null... 08:05:21.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully 08:05:21.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:05:21.269 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_4' specified by excludeJobs matchers, skipped 08:05:21.269 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' has no excuses, wait for it 08:05:21.769 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_4' specified by excludeJobs matchers, skipped 08:05:21.769 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' has no excuses, wait for it 08:05:22.269 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_4' specified by excludeJobs matchers, skipped 08:05:22.270 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' has no excuses, wait for it 08:05:22.770 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_4' specified by excludeJobs matchers, skipped 08:05:22.770 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' has no excuses, wait for it 08:05:23.270 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_4' specified by excludeJobs matchers, skipped 08:05:23.270 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' has no excuses, wait for it 08:05:23.771 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_4' specified by excludeJobs matchers, skipped 08:05:23.771 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' has no excuses, wait for it 08:05:24.271 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_4' specified by excludeJobs matchers, skipped 08:05:24.271 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' has no excuses, wait for it 08:05:24.771 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_4' specified by excludeJobs matchers, skipped 08:05:24.772 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' has no excuses, wait for it 08:05:25.272 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_4' specified by excludeJobs matchers, skipped 08:05:25.272 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' has no excuses, wait for it 08:05:25.772 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_4' specified by excludeJobs matchers, skipped 08:05:25.772 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' has no excuses, wait for it 08:05:26.273 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_4' specified by excludeJobs matchers, skipped 08:05:26.273 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' has no excuses, wait for it 08:05:26.773 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_4' specified by excludeJobs matchers, skipped 08:05:26.773 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_3' has no excuses, wait for it 08:05:27.273 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_4' specified by excludeJobs matchers, skipped 08:05:27.274 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_3' has no excuses, wait for it 08:05:27.774 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_4' specified by excludeJobs matchers, skipped 08:05:27.774 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_3' has no excuses, wait for it 08:05:28.274 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_4' specified by excludeJobs matchers, skipped 08:05:28.274 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_3' has no excuses, wait for it 08:05:28.775 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_4' specified by excludeJobs matchers, skipped 08:05:28.775 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_3' has no excuses, wait for it 08:05:29.275 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_4' specified by excludeJobs matchers, skipped 08:05:29.275 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_3' has no excuses, wait for it 08:05:29.775 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_4' specified by excludeJobs matchers, skipped 08:05:29.775 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is not listed in considered jobs, ignore it 08:05:29.776 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is not listed in considered jobs, ignore it 08:05:29.776 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:05:30.776 INFO [WorkbenchTestable][JobTestBase] Job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_4' was successfully killed 08:05:30.776 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.core.test.condition.JobIsRunningTest 08:05:30.776 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:05:30.776 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:05:30.776 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:05:30.776 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:05:30.777 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testNotIgnoredSystemJob no-configuration(org.eclipse.reddeer.core.test.condition.JobIsRunningTest) 08:05:30.777 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:05:30.777 INFO [WorkbenchTestable][RequirementsRunner] Started test: testIgnoredSystemJob no-configuration(org.eclipse.reddeer.core.test.condition.JobIsRunningTest) 08:05:30.777 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.core.test.condition.JobIsRunningTest 08:05:30.777 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:05:30.777 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:05:30.777 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:05:30.777 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null... 08:05:31.277 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully 08:05:31.278 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null... 08:05:31.278 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully 08:05:31.278 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null... 08:05:31.278 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully 08:05:31.278 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null... 08:05:31.778 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully 08:05:31.779 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:05:31.779 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' has no excuses, wait for it 08:05:32.279 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' has no excuses, wait for it 08:05:32.779 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' has no excuses, wait for it 08:05:33.280 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' has no excuses, wait for it 08:05:33.780 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' has no excuses, wait for it 08:05:34.280 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' has no excuses, wait for it 08:05:34.781 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' has no excuses, wait for it 08:05:35.281 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' has no excuses, wait for it 08:05:35.781 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' has no excuses, wait for it 08:05:36.282 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' has no excuses, wait for it 08:05:36.782 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' has no excuses, wait for it 08:05:37.282 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_3' is a system job, skipped 08:05:37.282 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_4' specified by excludeJobs matchers, skipped 08:05:37.283 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is not listed in considered jobs, ignore it 08:05:37.283 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is not listed in considered jobs, ignore it 08:05:37.283 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:05:38.283 INFO [WorkbenchTestable][JobTestBase] Job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_3' was successfully killed 08:05:39.283 INFO [WorkbenchTestable][JobTestBase] Job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_4' was successfully killed 08:05:39.283 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.core.test.condition.JobIsRunningTest 08:05:39.284 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:05:39.284 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:05:39.284 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:05:39.284 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:05:39.284 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testIgnoredSystemJob no-configuration(org.eclipse.reddeer.core.test.condition.JobIsRunningTest) 08:05:39.284 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:05:39.285 INFO [WorkbenchTestable][RequirementsRunner] Started test: testSimple no-configuration(org.eclipse.reddeer.core.test.condition.JobIsRunningTest) 08:05:39.285 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.core.test.condition.JobIsRunningTest 08:05:39.285 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:05:39.285 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:05:39.285 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:05:39.285 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null... 08:05:39.285 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully 08:05:39.285 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:05:39.285 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it 08:05:39.785 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it 08:05:40.286 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it 08:05:40.786 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it 08:05:41.286 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 08:05:41.286 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:05:41.286 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:05:41.286 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:05:41.287 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.core.test.condition.JobIsRunningTest 08:05:41.287 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:05:41.287 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:05:41.287 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:05:41.287 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:05:41.287 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testSimple no-configuration(org.eclipse.reddeer.core.test.condition.JobIsRunningTest) 08:05:41.288 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.core.test.condition.JobIsRunningTest 08:05:41.288 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:05:41.289 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:05:41.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:05:41.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 35.641 s - in org.eclipse.reddeer.core.test.condition.JobIsRunningTest testConsidered no-configuration(org.eclipse.reddeer.core.test.condition.JobIsRunningTest) Time elapsed: 3.015 s testShorterTimeOutThanJobDuration no-configuration(org.eclipse.reddeer.core.test.condition.JobIsRunningTest) Time elapsed: 5.009 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.01 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:05:41.361 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.core.test.condition.WidgetIsDisposedTest 08:05:41.365 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 08:05:41.365 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:05:41.365 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.core.test.condition.WidgetIsDisposedTest 08:05:41.366 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:05:41.366 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 08:05:41.366 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:05:41.366 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 08:05:41.366 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:05:41.367 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:05:41.367 INFO [WorkbenchTestable][RequirementsRunner] Started test: testDisposedTable no-configuration(org.eclipse.reddeer.core.test.condition.WidgetIsDisposedTest) 08:05:41.367 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.core.test.condition.WidgetIsDisposedTest 08:05:41.367 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:05:41.367 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:05:41.367 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:05:41.629 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:05:41.629 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:05:41.871 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:05:41.873 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:05:41.873 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:05:41.873 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:05:41.873 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:05:41.873 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 08:05:41.878 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 08:05:41.878 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:05:41.878 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 2 was found 08:05:41.880 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:05:41.880 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:05:41.880 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 08:05:41.881 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:05:41.881 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:05:41.882 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 08:05:41.883 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 08:05:41.887 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 08:05:41.887 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 08:05:41.887 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:05:41.887 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:05:41.887 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:05:41.887 DEBUG [main][AbstractWait] Waiting until shell is active... 08:05:41.887 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:05:41.887 INFO [main][AbstractShell] Close shell Testing shell 08:05:41.887 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:05:41.896 DEBUG [main][AbstractWait] Waiting while shell is available... 08:05:41.897 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:05:41.897 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.core.test.condition.WidgetIsDisposedTest 08:05:41.897 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:05:41.897 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:05:41.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:05:41.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:05:41.918 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testDisposedTable no-configuration(org.eclipse.reddeer.core.test.condition.WidgetIsDisposedTest) 08:05:41.918 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:05:41.918 INFO [WorkbenchTestable][RequirementsRunner] Started test: testDisposedTree no-configuration(org.eclipse.reddeer.core.test.condition.WidgetIsDisposedTest) 08:05:41.918 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.core.test.condition.WidgetIsDisposedTest 08:05:41.918 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:05:41.918 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:05:41.918 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:05:41.933 DEBUG [WorkbenchTestable][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:05:41.933 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:05:41.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:05:41.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:05:41.937 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:05:41.937 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:05:41.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:05:41.937 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:05:41.937 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:05:41.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:05:41.937 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:05:41.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:05:41.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:05:41.950 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 08:05:41.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:05:41.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:05:41.965 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item C and wait with time period 1 08:05:41.965 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item C 08:05:41.967 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:05:42.468 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:05:42.469 INFO [WorkbenchTestable][TreeItemHandler] Expanded: C 08:05:42.469 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item C 08:05:42.469 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:05:42.970 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:05:42.970 INFO [WorkbenchTestable][TreeItemHandler] Expanded: C 08:05:42.971 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item C and wait with time period 1 08:05:42.971 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item C 08:05:42.971 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:05:43.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:05:43.472 INFO [WorkbenchTestable][TreeItemHandler] Expanded: C 08:05:43.472 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item B and wait with time period 1 08:05:43.472 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item B 08:05:43.472 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:05:43.972 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:05:43.972 INFO [WorkbenchTestable][TreeItemHandler] Expanded: B 08:05:43.976 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item B 08:05:43.976 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:05:43.976 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item B is already expanded. No action performed 08:05:43.976 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:05:43.976 INFO [WorkbenchTestable][TreeItemHandler] Expanded: B 08:05:43.976 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item B and wait with time period 1 08:05:43.976 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item B 08:05:43.977 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:05:43.977 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item B is already expanded. No action performed 08:05:43.977 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:05:43.977 INFO [WorkbenchTestable][TreeItemHandler] Expanded: B 08:05:43.977 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item BB and wait with time period 1 08:05:43.977 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item BB 08:05:43.977 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:05:44.477 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:05:44.477 INFO [WorkbenchTestable][TreeItemHandler] Expanded: BB 08:05:44.478 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item BB 08:05:44.478 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:05:44.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:05:44.978 INFO [WorkbenchTestable][TreeItemHandler] Expanded: BB 08:05:44.978 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item BB and wait with time period 1 08:05:44.978 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item BB 08:05:44.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:05:45.479 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:05:45.479 INFO [WorkbenchTestable][TreeItemHandler] Expanded: BB 08:05:45.479 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item A and wait with time period 1 08:05:45.479 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 08:05:45.479 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:05:45.980 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:05:45.980 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 08:05:45.982 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 08:05:45.982 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:05:45.982 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 08:05:45.982 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:05:45.982 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 08:05:45.982 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item A and wait with time period 1 08:05:45.982 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 08:05:45.983 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:05:45.983 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 08:05:45.983 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:05:45.983 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 08:05:45.983 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item AA and wait with time period 1 08:05:45.983 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA 08:05:45.983 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:05:46.483 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:05:46.483 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA 08:05:46.486 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA 08:05:46.486 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:05:46.486 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item AA is already expanded. No action performed 08:05:46.486 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:05:46.486 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA 08:05:46.486 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item AA and wait with time period 1 08:05:46.486 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA 08:05:46.486 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:05:46.486 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item AA is already expanded. No action performed 08:05:46.486 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:05:46.486 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA 08:05:46.486 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item AAB and wait with time period 1 08:05:46.486 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AAB 08:05:46.486 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:05:46.987 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:05:46.987 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AAB 08:05:46.987 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AAB 08:05:46.987 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:05:47.488 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:05:47.488 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AAB 08:05:47.488 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item AAB and wait with time period 1 08:05:47.488 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AAB 08:05:47.488 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:05:47.989 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:05:47.989 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AAB 08:05:47.989 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item AAA and wait with time period 1 08:05:47.989 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AAA 08:05:47.989 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:05:48.489 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:05:48.489 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AAA 08:05:48.489 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AAA 08:05:48.490 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:05:48.990 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:05:48.990 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AAA 08:05:48.990 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item AAA and wait with time period 1 08:05:48.990 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AAA 08:05:48.990 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:05:49.491 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:05:49.491 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AAA 08:05:49.491 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:05:49.492 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:05:49.492 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:05:49.492 DEBUG [main][AbstractWait] Waiting until shell is active... 08:05:49.492 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:05:49.492 INFO [main][AbstractShell] Close shell Testing shell 08:05:49.492 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:05:49.496 DEBUG [main][AbstractWait] Waiting while shell is available... 08:05:49.496 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:05:49.496 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.core.test.condition.WidgetIsDisposedTest 08:05:49.496 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:05:49.496 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:05:49.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:05:49.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:05:49.503 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testDisposedTree no-configuration(org.eclipse.reddeer.core.test.condition.WidgetIsDisposedTest) 08:05:49.503 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.core.test.condition.WidgetIsDisposedTest 08:05:49.503 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:05:49.503 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:05:49.503 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:05:49.503 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.143 s - in org.eclipse.reddeer.core.test.condition.WidgetIsDisposedTest testDisposedTable no-configuration(org.eclipse.reddeer.core.test.condition.WidgetIsDisposedTest) Time elapsed: 0.551 s testDisposedTree no-configuration(org.eclipse.reddeer.core.test.condition.WidgetIsDisposedTest) Time elapsed: 7.585 s Running org.eclipse.reddeer.core.test.condition.ActiveShellExistsTest 08:05:49.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Test shell"] is available.... 08:05:49.541 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:05:49.541 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Test shell 08:05:49.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:05:49.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:05:49.541 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Test shell 08:05:49.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:05:49.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:05:49.541 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Test shell 08:05:49.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:05:49.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:05:49.541 INFO [WorkbenchTestable][AbstractShell] Close shell Test shell 08:05:49.541 INFO [WorkbenchTestable][ShellHandler] Closing shell 'Test shell' 08:05:49.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 08:05:49.550 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.041 s - in org.eclipse.reddeer.core.test.condition.ActiveShellExistsTest testActiveShellExistsGetResult(org.eclipse.reddeer.core.test.condition.ActiveShellExistsTest) Time elapsed: 0.04 s Running org.eclipse.reddeer.core.test.condition.ShellMatchingMatcherIsAvailableTest 08:05:49.557 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.core.test.condition.ShellMatchingMatcherIsAvailableTest 08:05:49.557 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 08:05:49.558 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:05:49.558 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.core.test.condition.ShellMatchingMatcherIsAvailableTest 08:05:49.558 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:05:49.558 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 08:05:49.558 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:05:49.558 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 08:05:49.558 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:05:49.559 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:05:49.559 INFO [WorkbenchTestable][RequirementsRunner] Started test: testShellContainsStyledText no-configuration(org.eclipse.reddeer.core.test.condition.ShellMatchingMatcherIsAvailableTest) 08:05:49.559 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.core.test.condition.ShellMatchingMatcherIsAvailableTest 08:05:49.559 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:05:49.559 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:05:49.559 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:05:49.580 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 08:05:49.590 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:05:49.591 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 08:05:49.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:05:49.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:05:49.625 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 08:05:49.628 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:05:49.629 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 08:05:49.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:05:49.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:05:49.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 08:05:49.635 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:05:49.635 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 08:05:49.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:05:49.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:05:49.640 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 08:05:49.643 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:05:49.643 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 08:05:49.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:05:49.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:05:49.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available.... 08:05:49.649 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:05:49.649 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5 08:05:49.649 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:05:49.649 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:05:49.652 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:05:49.652 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:05:49.652 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:05:49.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:05:49.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:05:49.660 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:05:49.660 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:05:49.660 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:05:49.660 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:05:49.675 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 08:05:49.676 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:05:49.676 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:05:49.676 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:05:49.676 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:05:50.177 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:05:50.177 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:05:50.677 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:05:50.678 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:05:50.678 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:05:50.687 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:05:50.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 08:05:50.688 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:05:50.688 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 08:05:50.688 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:05:50.688 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:05:50.688 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:05:50.688 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:05:50.688 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:05:50.688 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:05:50.688 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 08:05:50.688 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:05:50.688 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:05:50.688 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:05:50.688 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:05:51.188 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:05:51.188 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:05:51.689 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:05:51.689 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:05:51.689 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:05:51.689 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:05:51.689 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 08:05:51.689 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 08:05:51.689 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 08:05:51.689 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:05:51.689 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:05:51.689 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:05:51.689 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:05:51.689 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:05:51.689 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:05:51.690 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 08:05:51.690 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:05:51.690 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:05:51.690 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:05:51.690 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:05:52.190 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:05:52.190 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:05:52.690 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:05:52.690 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:05:53.190 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:05:53.190 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:05:53.191 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:05:53.191 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:05:53.191 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 08:05:53.191 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:05:53.191 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 08:05:53.191 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:05:53.191 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:05:53.191 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:05:53.191 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:05:53.191 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:05:53.191 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:05:53.191 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 08:05:53.191 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:05:53.191 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:05:53.191 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:05:53.191 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:05:53.692 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:05:53.692 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:05:54.192 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:05:54.192 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:05:54.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:05:54.192 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:05:54.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 08:05:54.193 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:05:54.193 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 08:05:54.193 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:05:54.193 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:05:54.193 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:05:54.193 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:05:54.193 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:05:54.193 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:05:54.193 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent 08:05:54.193 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:05:54.193 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:05:54.193 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:05:54.193 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:05:54.694 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:05:54.694 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:05:55.194 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:05:55.194 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:05:55.194 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:05:55.194 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:05:55.194 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available.... 08:05:55.195 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:05:55.195 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5 08:05:55.195 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:05:55.195 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:05:55.195 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:05:55.195 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:05:55.195 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:05:55.195 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:05:55.195 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell5" as the parent 08:05:55.195 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:05:55.195 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:05:55.195 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:05:55.195 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:05:55.695 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:05:55.695 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:05:56.195 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:05:56.196 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:05:56.196 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:05:56.196 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:05:56.196 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:05:56.196 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:05:56.196 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:05:56.196 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:05:56.196 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:05:56.196 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:05:56.196 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:05:56.196 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:05:56.196 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:05:56.197 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 08:05:56.197 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:05:56.197 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:05:56.197 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:05:56.217 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:05:56.718 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:05:56.718 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:05:57.218 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:05:57.219 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:05:57.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:05:57.220 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:05:57.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 08:05:57.221 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:05:57.221 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 08:05:57.221 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:05:57.221 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:05:57.221 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:05:57.221 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:05:57.221 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:05:57.221 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:05:57.221 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 08:05:57.221 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:05:57.221 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:05:57.221 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:05:57.221 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:05:57.722 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:05:57.722 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:05:58.222 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:05:58.222 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:05:58.222 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:05:58.222 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:05:58.222 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 08:05:58.223 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:05:58.223 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 08:05:58.223 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:05:58.223 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:05:58.223 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:05:58.223 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:05:58.223 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:05:58.223 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:05:58.223 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 08:05:58.223 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:05:58.223 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:05:58.223 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:05:58.223 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:05:58.723 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:05:58.723 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:05:59.224 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:05:59.224 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:05:59.224 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:05:59.224 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:05:59.224 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 08:05:59.224 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 08:05:59.224 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 08:05:59.225 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:05:59.225 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:05:59.225 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:05:59.225 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:05:59.225 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:05:59.225 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:05:59.225 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 08:05:59.225 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:05:59.225 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:05:59.225 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:05:59.225 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:05:59.725 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:05:59.725 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:06:00.225 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:06:00.226 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:06:00.226 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:06:00.226 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:06:00.226 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 08:06:00.226 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:06:00.226 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 08:06:00.226 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:06:00.226 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:06:00.226 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:06:00.226 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:06:00.226 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:06:00.226 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:06:00.226 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent 08:06:00.226 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:06:00.226 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:06:00.226 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:06:00.227 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:06:00.727 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:06:00.727 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:06:01.227 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:06:01.227 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:06:01.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:06:01.227 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:06:01.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available.... 08:06:01.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available. finished successfully 08:06:01.228 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5 08:06:01.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:06:01.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:06:01.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:06:01.228 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:06:01.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:06:01.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:06:01.228 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell5" as the parent 08:06:01.228 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:06:01.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:06:01.228 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:06:01.228 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:06:01.728 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:06:01.728 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:06:02.229 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:06:02.229 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:06:02.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:06:02.229 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:06:02.229 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:06:02.229 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:06:02.229 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:06:02.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:06:02.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:06:02.229 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:06:02.229 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:06:02.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:06:02.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:06:02.230 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 08:06:02.230 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:06:02.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:06:02.230 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:06:02.237 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:06:02.737 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:06:02.737 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:06:03.238 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:06:03.238 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:06:03.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:06:03.240 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:06:03.240 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 08:06:03.240 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:06:03.240 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 08:06:03.240 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:06:03.240 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:06:03.240 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:06:03.240 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:06:03.240 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:06:03.240 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:06:03.240 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 08:06:03.240 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:06:03.240 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:06:03.240 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:06:03.241 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:06:03.741 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:06:03.741 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:06:04.241 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:06:04.241 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:06:04.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:06:04.242 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:06:04.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 08:06:04.242 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:06:04.242 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 08:06:04.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:06:04.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:06:04.242 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:06:04.242 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:06:04.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:06:04.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:06:04.243 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 08:06:04.243 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:06:04.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:06:04.243 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:06:04.245 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:06:04.745 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:06:04.745 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:06:05.245 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:06:05.246 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:06:05.246 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:06:05.246 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:06:05.246 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 08:06:05.246 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:06:05.246 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 08:06:05.246 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:06:05.246 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:06:05.246 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:06:05.246 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:06:05.246 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:06:05.246 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:06:05.247 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 08:06:05.247 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:06:05.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:06:05.247 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:06:05.247 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:06:05.747 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:06:05.747 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:06:06.247 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:06:06.247 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:06:06.748 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:06:06.748 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:06:06.748 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:06:06.748 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:06:06.748 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 08:06:06.748 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:06:06.748 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 08:06:06.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:06:06.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:06:06.749 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:06:06.749 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:06:06.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:06:06.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:06:06.749 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent 08:06:06.749 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:06:06.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:06:06.749 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:06:06.749 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:06:07.249 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:06:07.249 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:06:07.749 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:06:07.750 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:06:07.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:06:07.750 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:06:07.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available.... 08:06:07.750 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:06:07.750 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5 08:06:07.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:06:07.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:06:07.750 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:06:07.750 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:06:07.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:06:07.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:06:07.751 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell5" as the parent 08:06:07.751 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:06:07.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:06:07.751 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:06:07.751 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:06:08.251 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:06:08.251 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:06:08.751 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:06:08.751 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:06:09.251 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:06:09.252 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:06:09.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:06:09.252 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:06:09.252 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:06:09.252 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:06:09.252 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:06:09.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:06:09.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:06:09.252 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:06:09.252 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:06:09.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:06:09.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:06:09.253 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 08:06:09.253 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:06:09.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:06:09.253 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:06:09.262 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:06:09.762 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:06:09.762 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:06:10.262 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:06:10.263 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:06:10.263 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:06:10.264 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:06:10.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 08:06:10.264 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:06:10.264 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 08:06:10.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:06:10.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:06:10.264 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:06:10.264 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:06:10.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:06:10.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:06:10.264 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 08:06:10.264 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:06:10.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:06:10.264 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:06:10.265 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:06:10.765 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:06:10.765 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:06:11.265 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:06:11.265 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:06:11.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:06:11.265 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:06:11.266 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 08:06:11.266 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 08:06:11.266 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 08:06:11.266 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:06:11.266 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:06:11.266 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:06:11.266 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:06:11.266 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:06:11.266 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:06:11.266 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 08:06:11.266 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:06:11.266 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:06:11.266 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:06:11.266 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:06:11.766 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:06:11.767 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:06:12.267 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:06:12.267 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:06:12.267 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:06:12.280 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:06:12.280 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 08:06:12.281 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:06:12.281 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 08:06:12.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:06:12.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:06:12.281 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:06:12.281 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:06:12.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:06:12.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:06:12.281 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 08:06:12.281 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:06:12.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:06:12.281 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:06:12.281 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:06:12.786 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:06:12.787 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:06:13.287 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:06:13.287 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:06:13.287 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:06:13.287 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:06:13.287 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 08:06:13.288 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:06:13.288 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 08:06:13.288 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:06:13.288 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:06:13.288 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:06:13.288 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:06:13.288 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:06:13.288 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:06:13.288 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent 08:06:13.288 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:06:13.288 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:06:13.288 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:06:13.290 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:06:13.790 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:06:13.791 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:06:14.291 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:06:14.291 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:06:14.291 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:06:14.291 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:06:14.291 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available.... 08:06:14.292 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:06:14.292 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5 08:06:14.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:06:14.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:06:14.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:06:14.292 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:06:14.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:06:14.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:06:14.292 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell5" as the parent 08:06:14.292 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:06:14.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:06:14.292 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:06:14.292 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:06:14.792 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:06:14.792 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:06:15.293 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:06:15.293 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:06:15.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:06:15.293 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:06:15.293 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:06:15.293 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:06:15.293 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:06:15.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:06:15.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:06:15.294 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:06:15.294 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:06:15.294 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:06:15.294 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:06:15.294 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 08:06:15.299 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:06:15.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:06:15.300 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:06:15.300 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:06:15.800 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:06:15.801 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:06:16.301 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:06:16.301 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:06:16.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:06:16.303 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:06:16.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 08:06:16.303 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:06:16.303 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 08:06:16.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:06:16.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:06:16.303 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:06:16.303 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:06:16.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:06:16.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:06:16.303 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 08:06:16.303 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:06:16.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:06:16.303 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:06:16.303 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:06:16.804 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:06:16.804 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:06:17.304 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:06:17.304 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:06:17.304 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:06:17.304 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:06:17.304 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 08:06:17.305 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 08:06:17.305 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 08:06:17.305 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:06:17.305 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:06:17.305 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:06:17.305 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:06:17.305 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:06:17.305 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:06:17.305 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 08:06:17.305 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:06:17.305 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:06:17.305 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:06:17.305 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:06:17.805 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:06:17.805 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:06:18.306 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:06:18.306 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:06:18.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:06:18.306 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:06:18.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 08:06:18.306 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:06:18.306 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 08:06:18.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:06:18.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:06:18.306 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:06:18.306 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:06:18.307 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:06:18.307 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:06:18.307 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 08:06:18.307 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:06:18.307 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:06:18.307 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:06:18.307 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:06:18.807 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:06:18.807 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:06:19.307 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:06:19.308 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:06:19.308 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:06:19.308 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:06:19.308 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 08:06:19.308 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:06:19.308 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 08:06:19.308 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:06:19.308 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:06:19.308 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:06:19.308 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:06:19.308 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:06:19.308 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:06:19.309 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent 08:06:19.309 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:06:19.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:06:19.309 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:06:19.309 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:06:19.809 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:06:19.809 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:06:20.309 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:06:20.309 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:06:20.810 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:06:20.810 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:06:20.810 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:06:20.810 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:06:20.810 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available.... 08:06:20.810 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:06:20.810 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5 08:06:20.810 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:06:20.810 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:06:20.810 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:06:20.810 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:06:20.810 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:06:20.811 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:06:20.811 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell5" as the parent 08:06:20.811 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:06:20.811 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:06:20.811 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:06:20.811 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:06:21.311 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:06:21.311 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:06:21.811 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:06:21.811 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:06:22.311 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:06:22.312 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:06:22.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:06:22.312 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:06:22.336 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:06:22.336 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:06:22.336 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:06:22.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:06:22.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:06:22.336 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:06:22.336 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:06:22.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:06:22.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:06:22.336 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 08:06:22.336 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:06:22.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:06:22.336 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:06:22.356 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:06:22.856 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:06:22.857 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:06:23.357 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:06:23.357 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:06:23.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:06:23.358 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:06:23.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 08:06:23.358 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:06:23.358 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 08:06:23.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:06:23.359 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:06:23.359 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:06:23.359 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:06:23.359 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:06:23.359 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:06:23.359 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 08:06:23.359 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:06:23.359 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:06:23.359 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:06:23.359 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:06:23.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:06:23.364 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 08:06:23.378 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:06:23.378 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:06:23.378 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:06:23.379 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:06:23.379 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:06:23.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:06:23.379 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:06:23.379 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:06:23.379 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:06:23.379 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 08:06:23.384 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:06:23.384 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:06:23.384 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:06:23.385 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:06:23.885 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:06:23.886 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:06:24.386 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:06:24.387 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:06:24.387 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:06:24.388 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:06:24.388 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 08:06:24.388 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 08:06:24.388 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 08:06:24.388 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:06:24.388 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:06:24.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:06:24.388 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:06:24.388 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:06:24.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:06:24.389 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 08:06:24.389 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:06:24.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:06:24.389 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:06:24.394 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:06:24.394 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:06:24.394 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 08:06:24.394 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 08:06:24.394 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 08:06:24.394 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 08:06:24.395 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:06:24.395 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:06:24.395 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:06:24.395 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:06:24.395 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:06:24.395 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:06:24.395 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 08:06:24.395 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:06:24.395 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:06:24.395 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:06:24.397 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:06:24.897 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:06:24.897 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:06:25.397 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:06:25.398 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:06:25.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:06:25.398 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:06:25.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 08:06:25.398 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:06:25.398 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 08:06:25.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:06:25.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:06:25.398 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:06:25.398 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:06:25.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:06:25.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:06:25.398 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 08:06:25.398 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:06:25.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:06:25.398 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:06:25.399 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:06:25.899 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:06:25.899 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:06:26.399 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:06:26.399 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:06:26.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:06:26.399 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:06:26.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 08:06:26.400 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:06:26.400 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 08:06:26.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:06:26.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:06:26.400 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:06:26.400 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:06:26.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:06:26.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:06:26.400 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent 08:06:26.400 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:06:26.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:06:26.400 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:06:26.400 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:06:26.901 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:06:26.901 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:06:27.401 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:06:27.401 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:06:27.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:06:27.401 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:06:27.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available.... 08:06:27.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:06:27.402 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5 08:06:27.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:06:27.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:06:27.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:06:27.402 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:06:27.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:06:27.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:06:27.402 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell5" as the parent 08:06:27.402 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:06:27.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:06:27.402 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:06:27.402 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:06:27.902 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:06:27.903 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:06:28.403 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:06:28.403 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:06:28.403 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:06:28.403 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:06:28.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:06:28.404 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:06:28.404 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:06:28.404 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:06:28.404 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:06:28.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:06:28.404 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:06:28.404 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:06:28.404 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:06:28.404 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 08:06:28.404 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:06:28.404 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:06:28.404 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:06:28.410 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:06:28.910 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:06:28.910 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:06:29.410 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:06:29.411 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:06:29.411 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:06:29.413 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:06:29.413 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 08:06:29.413 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:06:29.413 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 08:06:29.413 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:06:29.413 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:06:29.414 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:06:29.414 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:06:29.414 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:06:29.414 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:06:29.414 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 08:06:29.414 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:06:29.414 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:06:29.414 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:06:29.418 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:06:29.419 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:06:29.419 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 08:06:29.419 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 08:06:29.419 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:06:29.419 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 08:06:29.419 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:06:29.419 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:06:29.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:06:29.419 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:06:29.419 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:06:29.420 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:06:29.420 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 08:06:29.420 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:06:29.420 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:06:29.420 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:06:29.421 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:06:29.921 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:06:29.922 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:06:30.422 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:06:30.422 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:06:30.422 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:06:30.422 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:06:30.422 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 08:06:30.423 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:06:30.423 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 08:06:30.423 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:06:30.423 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:06:30.423 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:06:30.423 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:06:30.423 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:06:30.423 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:06:30.423 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 08:06:30.423 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:06:30.423 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:06:30.423 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:06:30.423 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:06:30.923 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:06:30.923 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:06:31.423 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:06:31.424 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:06:31.424 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:06:31.424 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:06:31.424 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 08:06:31.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:06:31.424 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 08:06:31.424 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:06:31.424 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:06:31.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:06:31.424 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:06:31.425 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:06:31.425 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:06:31.425 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent 08:06:31.425 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:06:31.425 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:06:31.425 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:06:31.425 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:06:31.925 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:06:31.925 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:06:32.425 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:06:32.426 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:06:32.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:06:32.426 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:06:32.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available.... 08:06:32.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:06:32.426 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5 08:06:32.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:06:32.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:06:32.426 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:06:32.426 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:06:32.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:06:32.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:06:32.426 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell5" as the parent 08:06:32.426 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:06:32.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:06:32.427 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:06:32.427 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:06:32.927 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:06:32.927 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:06:33.427 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:06:33.427 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:06:33.927 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:06:33.927 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:06:33.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:06:33.928 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:06:33.928 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:06:33.928 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:06:33.928 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:06:33.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:06:33.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:06:33.928 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:06:33.928 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:06:33.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:06:33.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:06:33.949 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 08:06:33.949 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:06:33.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:06:33.949 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:06:33.950 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:06:34.450 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:06:34.450 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:06:34.950 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:06:34.951 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:06:34.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:06:34.952 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:06:34.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 08:06:34.952 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:06:34.952 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 08:06:34.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:06:34.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:06:34.952 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:06:34.952 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:06:34.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:06:34.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:06:34.952 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 08:06:34.952 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:06:34.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:06:34.953 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:06:34.957 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:06:34.958 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:06:34.958 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 08:06:34.958 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 08:06:34.958 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:06:34.958 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 08:06:34.958 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:06:34.958 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:06:34.958 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:06:34.958 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:06:34.958 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:06:34.958 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:06:34.959 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 08:06:34.959 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:06:34.959 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:06:34.959 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:06:34.959 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:06:35.459 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:06:35.459 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:06:35.959 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:06:35.959 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:06:36.459 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:06:36.459 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:06:36.459 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:06:36.460 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:06:36.460 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 08:06:36.460 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:06:36.460 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 08:06:36.460 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:06:36.460 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:06:36.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:06:36.460 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:06:36.460 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:06:36.460 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:06:36.460 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 08:06:36.460 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:06:36.460 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:06:36.460 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:06:36.461 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:06:36.961 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:06:36.961 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:06:37.461 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:06:37.461 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:06:37.461 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:06:37.461 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:06:37.461 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 08:06:37.462 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:06:37.462 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 08:06:37.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:06:37.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:06:37.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:06:37.462 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:06:37.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:06:37.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:06:37.462 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent 08:06:37.462 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:06:37.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:06:37.462 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:06:37.462 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:06:37.962 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:06:37.962 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:06:38.463 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:06:38.463 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:06:38.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:06:38.463 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:06:38.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available.... 08:06:38.463 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:06:38.463 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5 08:06:38.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:06:38.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:06:38.463 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:06:38.463 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:06:38.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:06:38.464 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:06:38.464 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell5" as the parent 08:06:38.464 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:06:38.464 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:06:38.464 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:06:38.464 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:06:38.964 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:06:38.964 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:06:39.464 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:06:39.464 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:06:39.964 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:06:39.965 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:06:39.965 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:06:39.965 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:06:39.965 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:06:39.965 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:06:39.965 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:06:39.965 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:06:39.965 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:06:39.965 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:06:39.965 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:06:39.965 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:06:39.965 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:06:39.966 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 08:06:39.966 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:06:39.966 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:06:39.966 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:06:39.972 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:06:40.472 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:06:40.473 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:06:40.973 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:06:40.973 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:06:40.973 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:06:40.974 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:06:40.974 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 08:06:40.975 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:06:40.975 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 08:06:40.975 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:06:40.975 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:06:40.975 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:06:40.975 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:06:40.975 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:06:40.975 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:06:40.975 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 08:06:40.975 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:06:40.975 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:06:40.975 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:06:40.975 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:06:40.975 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:06:40.975 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 08:06:40.980 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 08:06:40.980 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 08:06:40.981 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 08:06:40.981 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:06:40.981 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:06:40.981 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:06:40.981 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:06:40.981 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:06:40.981 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:06:40.981 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 08:06:40.981 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:06:40.981 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:06:40.981 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:06:40.981 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:06:41.481 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:06:41.481 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:06:41.981 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:06:41.981 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:06:42.482 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:06:42.482 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:06:42.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:06:42.482 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:06:42.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 08:06:42.482 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:06:42.482 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 08:06:42.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:06:42.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:06:42.482 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:06:42.482 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:06:42.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:06:42.483 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:06:42.483 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 08:06:42.483 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:06:42.483 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:06:42.483 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:06:42.483 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:06:42.983 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:06:42.983 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:06:43.483 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:06:43.484 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:06:43.484 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:06:43.484 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:06:43.484 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 08:06:43.485 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:06:43.485 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 08:06:43.485 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:06:43.485 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:06:43.485 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:06:43.485 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:06:43.485 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:06:43.485 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:06:43.485 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent 08:06:43.485 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:06:43.485 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:06:43.485 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:06:43.485 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:06:43.985 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:06:43.985 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:06:44.486 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:06:44.486 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:06:44.486 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:06:44.486 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:06:44.486 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available.... 08:06:44.486 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:06:44.486 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5 08:06:44.486 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:06:44.486 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:06:44.486 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:06:44.486 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:06:44.487 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:06:44.487 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:06:44.487 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell5" as the parent 08:06:44.487 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:06:44.487 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:06:44.487 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:06:44.487 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:06:44.987 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:06:44.987 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:06:45.487 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:06:45.487 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:06:45.488 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:06:45.488 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:06:45.492 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:06:45.492 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:06:45.492 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:06:45.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:06:45.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:06:45.492 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:06:45.492 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:06:45.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:06:45.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:06:45.512 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 08:06:45.512 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:06:45.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:06:45.512 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:06:45.512 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:06:46.012 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:06:46.013 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:06:46.513 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:06:46.513 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:06:46.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:06:46.514 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:06:46.514 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 08:06:46.514 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:06:46.514 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 08:06:46.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:06:46.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:06:46.515 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:06:46.515 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:06:46.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:06:46.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:06:46.515 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 08:06:46.515 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:06:46.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:06:46.515 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:06:46.520 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:06:46.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:06:46.520 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 08:06:46.521 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:06:46.521 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:06:46.521 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:06:46.521 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:06:46.521 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:06:46.521 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:06:46.521 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:06:46.521 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:06:46.521 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:06:46.526 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 08:06:46.526 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:06:46.526 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:06:46.526 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:06:46.526 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:06:47.026 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:06:47.027 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:06:47.527 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:06:47.527 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:06:47.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:06:47.528 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:06:47.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 08:06:47.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 08:06:47.528 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 08:06:47.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:06:47.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:06:47.529 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:06:47.529 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:06:47.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:06:47.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:06:47.529 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 08:06:47.529 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:06:47.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:06:47.529 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:06:47.535 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:06:47.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:06:47.535 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 08:06:47.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 08:06:47.535 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:06:47.535 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 08:06:47.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:06:47.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:06:47.535 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:06:47.535 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:06:47.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:06:47.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:06:47.535 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 08:06:47.535 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:06:47.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:06:47.535 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:06:47.535 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:06:48.035 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:06:48.035 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:06:48.536 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:06:48.536 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:06:48.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:06:48.536 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:06:48.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 08:06:48.536 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:06:48.536 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 08:06:48.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:06:48.537 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:06:48.537 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:06:48.537 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:06:48.537 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:06:48.537 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:06:48.537 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 08:06:48.537 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:06:48.537 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:06:48.537 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:06:48.537 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:06:49.037 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:06:49.037 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:06:49.537 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:06:49.537 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:06:50.038 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:06:50.038 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:06:50.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:06:50.038 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:06:50.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 08:06:50.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully 08:06:50.038 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 08:06:50.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:06:50.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:06:50.038 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:06:50.038 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:06:50.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:06:50.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:06:50.039 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent 08:06:50.039 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:06:50.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:06:50.039 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:06:50.039 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:06:50.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:06:50.039 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 08:06:50.039 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:06:50.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available. finished successfully 08:06:50.042 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:06:50.042 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:06:50.042 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:06:50.042 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:06:50.042 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:06:50.042 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:06:50.042 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:06:50.042 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 08:06:50.042 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:06:50.042 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:06:50.042 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:06:50.047 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:06:50.547 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:06:50.548 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:06:51.048 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:06:51.048 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:06:51.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:06:51.049 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:06:51.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 08:06:51.049 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:06:51.050 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 08:06:51.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:06:51.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:06:51.050 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:06:51.050 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:06:51.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:06:51.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:06:51.050 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 08:06:51.050 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:06:51.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:06:51.050 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:06:51.050 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:06:51.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:06:51.055 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 08:06:51.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 08:06:51.063 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:06:51.063 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 08:06:51.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:06:51.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:06:51.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:06:51.063 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:06:51.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:06:51.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:06:51.063 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 08:06:51.063 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:06:51.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:06:51.063 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:06:51.065 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:06:51.565 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:06:51.565 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:06:52.065 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:06:52.066 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:06:52.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:06:52.066 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:06:52.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 08:06:52.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 08:06:52.066 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 08:06:52.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:06:52.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:06:52.066 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:06:52.066 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:06:52.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:06:52.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:06:52.067 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 08:06:52.067 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:06:52.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:06:52.067 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:06:52.067 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:06:52.567 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:06:52.567 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:06:53.067 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:06:53.067 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:06:53.567 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:06:53.568 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:06:53.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:06:53.568 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:06:53.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 08:06:53.568 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:06:53.568 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 08:06:53.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:06:53.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:06:53.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:06:53.568 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:06:53.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:06:53.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:06:53.569 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent 08:06:53.569 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:06:53.569 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:06:53.569 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:06:53.569 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:06:53.569 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:06:53.569 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 08:06:53.569 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available.... 08:06:53.571 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:06:53.571 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5 08:06:53.572 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:06:53.572 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:06:53.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:06:53.572 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:06:53.572 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:06:53.572 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:06:53.572 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell5" as the parent 08:06:53.572 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:06:53.572 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:06:53.572 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:06:53.572 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:06:54.072 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:06:54.072 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:06:54.572 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:06:54.573 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:06:54.573 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:06:54.573 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:06:54.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:06:54.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:06:54.573 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:06:54.573 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:06:54.573 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:06:54.573 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:06:54.573 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:06:54.573 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:06:54.573 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:06:54.574 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 08:06:54.574 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:06:54.574 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:06:54.574 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:06:54.581 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:06:55.081 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:06:55.082 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:06:55.582 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:06:55.582 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:06:55.582 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:06:55.584 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:06:55.584 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 08:06:55.584 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:06:55.584 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 08:06:55.584 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:06:55.584 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:06:55.584 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:06:55.584 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:06:55.584 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:06:55.584 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:06:55.584 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 08:06:55.584 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:06:55.584 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:06:55.584 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:06:55.584 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:06:55.584 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:06:55.584 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 08:06:55.592 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 08:06:55.592 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:06:55.592 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 08:06:55.592 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:06:55.592 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:06:55.592 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:06:55.592 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:06:55.592 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:06:55.592 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:06:55.592 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 08:06:55.592 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:06:55.592 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:06:55.592 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:06:55.592 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:06:56.093 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:06:56.093 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:06:56.593 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:06:56.593 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:06:56.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:06:56.593 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:06:56.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 08:06:56.594 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:06:56.594 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 08:06:56.594 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:06:56.594 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:06:56.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:06:56.594 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:06:56.594 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:06:56.594 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:06:56.594 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 08:06:56.594 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:06:56.594 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:06:56.594 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:06:56.594 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:06:57.094 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:06:57.094 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:06:57.594 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:06:57.594 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:06:58.095 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:06:58.095 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:06:58.095 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:06:58.095 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:06:58.095 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 08:06:58.095 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:06:58.095 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 08:06:58.095 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:06:58.095 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:06:58.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:06:58.096 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:06:58.096 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:06:58.096 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:06:58.096 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent 08:06:58.096 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:06:58.096 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:06:58.096 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:06:58.096 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:06:58.096 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:06:58.096 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 08:06:58.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available.... 08:06:58.099 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:06:58.099 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5 08:06:58.099 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:06:58.099 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:06:58.099 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:06:58.099 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:06:58.099 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:06:58.099 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:06:58.099 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell5" as the parent 08:06:58.099 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:06:58.099 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:06:58.099 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:06:58.099 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:06:58.599 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:06:58.599 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:06:59.100 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:06:59.100 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:06:59.100 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:06:59.100 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:06:59.100 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:06:59.100 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:06:59.100 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:06:59.100 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:06:59.100 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:06:59.100 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:06:59.100 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:06:59.100 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:06:59.100 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:06:59.101 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 08:06:59.101 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:06:59.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:06:59.101 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:06:59.106 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:06:59.606 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:06:59.607 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:07:00.107 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:07:00.107 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:07:00.107 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:07:00.108 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:07:00.109 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 08:07:00.109 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:07:00.109 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 08:07:00.109 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:07:00.109 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:07:00.109 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:07:00.109 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:07:00.109 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:07:00.109 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:07:00.109 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 08:07:00.109 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:07:00.109 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:07:00.109 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:07:00.114 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:07:00.114 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:07:00.114 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 08:07:00.114 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 08:07:00.115 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:07:00.115 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 08:07:00.115 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:07:00.115 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:07:00.115 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:07:00.115 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:07:00.115 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:07:00.115 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:07:00.115 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 08:07:00.115 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:07:00.115 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:07:00.115 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:07:00.117 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:07:00.617 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:07:00.617 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:07:01.117 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:07:01.117 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:07:01.117 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:07:01.117 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:07:01.117 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 08:07:01.118 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:07:01.118 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 08:07:01.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:07:01.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:07:01.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:07:01.118 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:07:01.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:07:01.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:07:01.118 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 08:07:01.118 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:07:01.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:07:01.118 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:07:01.118 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:07:01.618 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:07:01.618 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:07:02.118 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:07:02.119 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:07:02.119 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:07:02.119 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:07:02.119 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 08:07:02.119 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:07:02.119 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 08:07:02.119 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:07:02.119 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:07:02.119 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:07:02.119 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:07:02.119 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:07:02.119 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:07:02.119 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent 08:07:02.119 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:07:02.119 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:07:02.119 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:07:02.119 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:07:02.120 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:07:02.120 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 08:07:02.120 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available.... 08:07:02.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available. finished successfully 08:07:02.122 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5 08:07:02.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:07:02.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:07:02.122 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:07:02.122 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:07:02.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:07:02.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:07:02.122 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell5" as the parent 08:07:02.122 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:07:02.123 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:07:02.123 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:07:02.123 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:07:02.623 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:07:02.623 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:07:03.123 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:07:03.123 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:07:03.623 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:07:03.624 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:07:03.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:07:03.624 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:07:03.626 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:07:03.626 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:07:03.627 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:07:03.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:07:03.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:07:03.627 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:07:03.627 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:07:03.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:07:03.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:07:03.627 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 08:07:03.627 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:07:03.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:07:03.627 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:07:03.632 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:07:04.132 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:07:04.133 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:07:04.633 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:07:04.634 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:07:04.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:07:04.635 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:07:04.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 08:07:04.635 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:07:04.635 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 08:07:04.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:07:04.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:07:04.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:07:04.635 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:07:04.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:07:04.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:07:04.636 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 08:07:04.636 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:07:04.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:07:04.636 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:07:04.636 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:07:04.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:07:04.644 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 08:07:04.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 08:07:04.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available. finished successfully 08:07:04.644 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:07:04.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:07:04.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:07:04.644 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:07:04.644 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:07:04.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:07:04.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:07:04.663 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 08:07:04.663 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:07:04.663 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:07:04.663 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:07:04.663 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:07:05.163 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:07:05.164 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:07:05.664 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:07:05.664 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:07:05.664 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:07:05.665 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:07:05.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 08:07:05.665 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:07:05.665 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 08:07:05.666 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:07:05.666 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:07:05.666 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:07:05.666 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:07:05.666 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:07:05.666 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:07:05.666 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 08:07:05.666 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:07:05.666 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:07:05.666 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:07:05.666 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:07:05.670 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:07:05.670 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 08:07:05.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 08:07:05.671 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:07:05.671 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 08:07:05.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:07:05.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:07:05.671 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:07:05.671 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:07:05.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:07:05.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:07:05.671 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 08:07:05.671 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:07:05.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:07:05.671 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:07:05.671 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:07:06.171 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:07:06.172 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:07:06.672 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:07:06.672 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:07:06.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:07:06.672 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:07:06.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 08:07:06.673 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:07:06.673 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 08:07:06.673 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:07:06.673 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:07:06.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:07:06.673 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:07:06.673 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:07:06.673 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:07:06.673 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 08:07:06.673 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:07:06.673 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:07:06.673 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:07:06.673 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:07:06.673 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:07:06.673 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 08:07:06.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 08:07:06.676 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:07:06.676 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 08:07:06.676 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:07:06.676 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:07:06.676 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:07:06.676 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:07:06.676 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:07:06.676 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:07:06.676 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent 08:07:06.676 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:07:06.676 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:07:06.676 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:07:06.676 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:07:06.676 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:07:06.676 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 08:07:06.677 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 08:07:06.677 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available. finished successfully 08:07:06.677 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:07:06.677 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:07:06.677 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:07:06.677 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:07:06.677 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:07:06.677 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:07:06.677 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:07:06.677 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 08:07:06.677 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:07:06.677 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:07:06.677 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:07:06.689 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:07:07.189 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:07:07.190 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:07:07.690 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:07:07.691 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:07:07.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:07:07.691 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:07:07.692 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 08:07:07.692 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:07:07.692 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 08:07:07.692 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:07:07.692 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:07:07.692 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:07:07.692 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:07:07.692 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:07:07.692 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:07:07.692 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 08:07:07.692 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:07:07.692 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:07:07.692 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:07:07.692 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:07:07.697 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:07:07.697 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 08:07:07.698 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 08:07:07.698 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:07:07.698 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 08:07:07.698 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:07:07.698 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:07:07.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:07:07.698 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:07:07.698 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:07:07.698 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:07:07.698 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 08:07:07.698 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:07:07.698 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:07:07.698 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:07:07.698 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:07:08.198 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:07:08.199 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:07:08.699 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:07:08.699 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:07:08.699 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:07:08.699 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:07:08.699 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 08:07:08.700 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:07:08.700 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 08:07:08.700 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:07:08.700 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:07:08.700 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:07:08.700 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:07:08.700 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:07:08.700 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:07:08.700 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 08:07:08.700 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:07:08.700 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:07:08.700 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:07:08.700 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:07:08.700 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:07:08.700 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 08:07:08.703 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:07:08.703 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:07:08.703 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:07:08.703 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:07:08.703 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:07:08.703 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:07:08.703 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:07:08.703 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:07:08.703 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:07:08.703 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 08:07:08.703 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:07:08.703 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:07:08.703 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:07:08.721 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:07:09.221 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:07:09.222 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:07:09.722 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:07:09.722 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:07:09.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:07:09.723 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:07:09.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 08:07:09.724 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:07:09.724 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 08:07:09.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:07:09.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:07:09.724 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:07:09.724 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:07:09.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:07:09.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:07:09.724 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 08:07:09.724 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:07:09.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:07:09.724 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:07:09.724 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:07:09.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:07:09.724 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 08:07:09.729 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 08:07:09.729 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:07:09.729 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 08:07:09.729 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:07:09.729 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:07:09.729 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:07:09.729 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:07:09.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:07:09.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:07:09.730 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 08:07:09.730 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:07:09.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:07:09.730 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:07:09.731 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:07:10.231 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:07:10.232 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:07:10.732 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:07:10.732 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:07:10.732 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:07:10.732 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:07:10.732 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 08:07:10.732 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:07:10.732 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 08:07:10.733 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:07:10.733 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:07:10.733 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:07:10.733 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:07:10.733 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:07:10.733 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:07:10.733 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 08:07:10.733 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:07:10.733 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:07:10.733 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:07:10.735 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:07:10.735 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:07:10.735 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 08:07:10.736 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 08:07:10.736 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:07:10.736 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 08:07:10.736 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:07:10.736 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:07:10.736 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:07:10.736 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:07:10.736 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:07:10.736 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:07:10.736 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent 08:07:10.736 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:07:10.736 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:07:10.736 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:07:10.737 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:07:10.738 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:07:10.738 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 08:07:10.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available.... 08:07:10.739 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:07:10.739 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5 08:07:10.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:07:10.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:07:10.739 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:07:10.739 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:07:10.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:07:10.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:07:10.739 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell5" as the parent 08:07:10.739 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:07:10.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:07:10.739 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:07:10.740 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:07:11.240 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:07:11.240 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:07:11.740 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:07:11.740 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:07:11.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:07:11.740 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:07:11.741 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:07:11.741 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:07:11.741 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:07:11.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:07:11.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:07:11.741 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:07:11.741 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:07:11.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:07:11.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:07:11.741 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 08:07:11.741 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:07:11.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:07:11.741 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:07:11.746 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:07:12.247 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:07:12.247 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:07:12.747 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:07:12.748 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:07:12.748 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:07:12.748 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:07:12.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 08:07:12.749 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:07:12.749 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 08:07:12.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:07:12.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:07:12.749 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:07:12.749 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:07:12.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:07:12.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:07:12.749 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 08:07:12.749 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:07:12.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:07:12.749 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:07:12.763 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:07:12.763 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:07:12.763 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 08:07:12.763 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 08:07:12.763 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:07:12.763 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 08:07:12.763 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:07:12.763 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:07:12.763 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:07:12.763 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:07:12.763 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:07:12.763 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:07:12.763 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 08:07:12.763 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:07:12.763 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:07:12.763 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:07:12.763 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:07:13.263 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:07:13.264 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:07:13.764 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:07:13.764 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:07:13.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:07:13.764 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:07:13.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 08:07:13.764 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:07:13.764 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 08:07:13.765 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:07:13.765 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:07:13.765 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:07:13.765 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:07:13.765 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:07:13.765 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:07:13.765 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 08:07:13.765 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:07:13.765 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:07:13.765 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:07:13.765 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:07:13.765 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:07:13.765 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 08:07:13.768 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 08:07:13.768 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:07:13.768 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 08:07:13.768 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:07:13.768 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:07:13.768 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:07:13.768 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:07:13.768 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:07:13.769 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:07:13.769 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent 08:07:13.769 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:07:13.769 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:07:13.769 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:07:13.769 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:07:13.769 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:07:13.769 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 08:07:13.769 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available.... 08:07:13.770 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:07:13.771 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5 08:07:13.771 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:07:13.771 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:07:13.771 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:07:13.771 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:07:13.771 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:07:13.771 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:07:13.771 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell5" as the parent 08:07:13.771 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:07:13.771 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:07:13.771 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:07:13.771 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:07:14.271 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:07:14.271 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:07:14.771 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:07:14.772 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:07:14.772 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:07:14.772 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:07:14.775 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:07:14.775 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:07:14.775 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:07:14.775 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:07:14.775 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:07:14.775 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:07:14.775 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:07:14.775 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:07:14.775 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:07:14.775 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 08:07:14.775 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:07:14.775 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:07:14.775 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:07:14.795 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:07:15.295 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:07:15.296 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:07:15.796 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:07:15.796 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:07:15.796 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:07:15.797 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:07:15.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 08:07:15.797 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:07:15.797 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 08:07:15.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:07:15.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:07:15.797 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:07:15.797 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:07:15.798 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:07:15.798 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:07:15.798 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 08:07:15.798 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:07:15.798 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:07:15.798 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:07:15.798 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:07:15.798 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:07:15.798 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 08:07:15.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 08:07:15.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available. finished successfully 08:07:15.803 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:07:15.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:07:15.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:07:15.803 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:07:15.803 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:07:15.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:07:15.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:07:15.803 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 08:07:15.807 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:07:15.807 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:07:15.807 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:07:15.808 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:07:16.308 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:07:16.308 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:07:16.808 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:07:16.809 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:07:16.809 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:07:16.810 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:07:16.810 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 08:07:16.810 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:07:16.810 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 08:07:16.810 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:07:16.810 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:07:16.810 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:07:16.810 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:07:16.810 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:07:16.810 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:07:16.810 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 08:07:16.810 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:07:16.810 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:07:16.810 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:07:16.810 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:07:16.811 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:07:16.811 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 08:07:16.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 08:07:16.816 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 08:07:16.816 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 08:07:16.816 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:07:16.816 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:07:16.816 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:07:16.816 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:07:16.816 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:07:16.816 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:07:16.816 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 08:07:16.816 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:07:16.816 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:07:16.816 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:07:16.818 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:07:16.818 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:07:16.818 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 08:07:16.819 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 08:07:16.819 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:07:16.819 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 08:07:16.819 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:07:16.819 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:07:16.819 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:07:16.819 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:07:16.819 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:07:16.819 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:07:16.819 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 08:07:16.819 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:07:16.819 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:07:16.819 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:07:16.819 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:07:16.819 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:07:16.819 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 08:07:16.820 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 08:07:16.820 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:07:16.820 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 08:07:16.820 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:07:16.820 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:07:16.820 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:07:16.820 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:07:16.820 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:07:16.820 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:07:16.820 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent 08:07:16.820 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:07:16.820 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:07:16.820 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:07:16.820 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:07:16.820 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:07:16.821 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 08:07:16.824 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:07:16.824 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:07:16.824 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:07:16.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:07:16.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:07:16.824 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:07:16.824 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:07:16.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:07:16.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:07:16.824 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 08:07:16.824 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:07:16.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:07:16.824 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:07:16.847 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:07:17.347 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:07:17.347 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:07:17.847 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:07:17.848 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:07:17.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:07:17.848 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:07:17.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 08:07:17.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:07:17.849 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 08:07:17.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:07:17.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:07:17.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:07:17.849 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:07:17.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:07:17.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:07:17.849 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 08:07:17.849 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:07:17.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:07:17.849 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:07:17.849 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:07:17.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:07:17.849 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 08:07:17.854 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 08:07:17.854 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:07:17.854 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 08:07:17.854 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:07:17.854 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:07:17.854 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:07:17.854 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:07:17.854 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:07:17.854 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:07:17.855 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 08:07:17.855 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:07:17.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:07:17.855 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:07:17.856 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:07:17.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:07:17.856 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 08:07:17.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 08:07:17.857 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:07:17.857 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 08:07:17.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:07:17.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:07:17.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:07:17.857 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:07:17.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:07:17.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:07:17.857 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 08:07:17.857 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:07:17.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:07:17.857 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:07:17.867 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:07:17.867 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:07:17.867 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 08:07:17.868 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:07:17.868 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:07:17.868 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:07:17.868 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:07:17.868 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:07:17.868 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:07:17.868 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:07:17.868 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:07:17.868 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:07:17.868 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 08:07:17.868 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:07:17.868 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:07:17.868 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:07:17.887 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:07:18.387 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:07:18.387 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:07:18.887 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:07:18.888 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:07:18.888 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:07:18.888 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:07:18.889 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 08:07:18.889 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:07:18.889 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 08:07:18.889 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:07:18.889 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:07:18.889 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:07:18.889 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:07:18.889 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:07:18.889 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:07:18.889 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 08:07:18.889 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:07:18.889 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:07:18.889 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:07:18.889 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:07:18.889 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:07:18.889 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 08:07:18.894 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 08:07:18.895 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:07:18.895 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 08:07:18.895 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:07:18.895 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:07:18.895 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:07:18.895 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:07:18.895 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:07:18.895 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:07:18.895 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 08:07:18.895 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:07:18.895 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:07:18.895 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:07:18.895 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:07:18.897 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:07:18.897 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 08:07:18.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:07:18.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:07:18.898 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:07:18.898 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:07:18.898 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:07:18.898 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:07:18.898 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:07:18.898 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:07:18.898 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:07:18.898 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 08:07:18.898 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:07:18.898 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:07:18.898 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:07:18.898 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:07:19.399 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:07:19.399 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:07:19.899 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:07:19.900 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:07:19.900 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:07:19.900 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:07:19.900 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 08:07:19.901 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:07:19.901 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 08:07:19.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:07:19.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:07:19.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:07:19.901 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:07:19.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:07:19.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:07:19.901 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 08:07:19.901 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:07:19.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:07:19.901 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:07:19.901 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:07:19.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:07:19.901 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 08:07:19.914 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 08:07:19.914 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:07:19.914 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 08:07:19.914 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:07:19.914 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:07:19.914 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:07:19.914 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:07:19.914 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:07:19.914 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:07:19.915 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 08:07:19.915 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:07:19.915 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:07:19.915 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:07:19.916 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:07:19.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:07:19.917 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 08:07:19.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 08:07:19.917 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:07:19.917 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 08:07:19.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:07:19.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:07:19.917 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:07:19.917 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:07:19.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:07:19.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:07:19.917 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 08:07:19.917 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:07:19.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:07:19.917 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:07:19.917 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:07:19.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:07:19.917 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 08:07:19.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 08:07:19.918 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:07:19.918 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 08:07:19.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:07:19.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:07:19.918 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:07:19.918 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:07:19.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:07:19.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:07:19.918 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent 08:07:19.918 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:07:19.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:07:19.918 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:07:19.918 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:07:19.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:07:19.918 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 08:07:19.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available.... 08:07:19.919 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:07:19.919 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5 08:07:19.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:07:19.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:07:19.919 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:07:19.919 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:07:19.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:07:19.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:07:19.919 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell5" as the parent 08:07:19.919 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:07:19.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:07:19.919 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:07:19.919 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:07:20.419 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:07:20.420 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:07:20.920 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:07:20.920 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:07:20.920 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:07:20.920 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:07:20.923 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:07:20.923 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:07:20.923 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:07:20.923 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:07:20.923 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:07:20.924 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:07:20.924 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:07:20.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:07:20.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:07:20.930 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 08:07:20.930 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:07:20.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:07:20.930 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:07:20.930 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:07:21.430 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:07:21.431 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:07:21.931 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:07:21.931 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:07:21.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:07:21.932 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:07:21.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 08:07:21.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:07:21.933 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 08:07:21.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:07:21.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:07:21.933 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:07:21.933 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:07:21.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:07:21.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:07:21.933 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 08:07:21.933 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:07:21.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:07:21.933 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:07:21.933 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:07:21.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:07:21.933 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 08:07:21.938 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:07:21.938 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:07:21.938 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:07:21.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:07:21.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:07:21.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:07:21.939 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:07:21.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:07:21.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:07:21.943 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 08:07:21.943 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:07:21.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:07:21.943 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:07:21.944 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:07:22.444 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:07:22.444 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:07:22.944 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:07:22.945 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:07:22.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:07:22.946 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:07:22.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 08:07:22.946 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:07:22.946 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 08:07:22.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:07:22.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:07:22.946 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:07:22.946 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:07:22.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:07:22.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:07:22.946 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 08:07:22.946 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:07:22.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:07:22.946 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:07:22.947 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:07:22.961 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:07:22.961 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 08:07:22.961 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 08:07:22.961 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:07:22.961 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 08:07:22.961 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:07:22.961 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:07:22.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:07:22.961 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:07:22.961 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:07:22.962 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:07:22.962 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 08:07:22.962 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:07:22.962 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:07:22.962 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:07:22.963 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:07:22.963 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:07:22.963 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 08:07:22.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 08:07:22.964 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:07:22.964 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 08:07:22.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:07:22.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:07:22.964 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:07:22.964 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:07:22.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:07:22.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:07:22.964 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 08:07:22.964 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:07:22.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:07:22.964 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:07:22.964 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:07:22.965 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:07:22.965 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 08:07:22.965 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 08:07:22.965 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:07:22.965 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 08:07:22.966 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:07:22.966 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:07:22.967 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:07:22.967 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:07:22.967 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:07:22.967 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:07:22.967 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent 08:07:22.967 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:07:22.967 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:07:22.967 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:07:22.967 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:07:22.967 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:07:22.967 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 08:07:22.967 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:07:22.967 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:07:22.967 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:07:22.967 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:07:22.967 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:07:22.967 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:07:22.967 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:07:22.967 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:07:22.967 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:07:22.967 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 08:07:22.967 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:07:22.967 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:07:22.967 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:07:22.968 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:07:23.468 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:07:23.469 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:07:23.969 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:07:23.969 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:07:23.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:07:23.970 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:07:23.970 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 08:07:23.970 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:07:23.970 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 08:07:23.970 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:07:23.970 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:07:23.970 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:07:23.970 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:07:23.970 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:07:23.970 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:07:23.971 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 08:07:23.971 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:07:23.971 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:07:23.971 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:07:23.971 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:07:23.971 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:07:23.971 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 08:07:23.976 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 08:07:23.976 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:07:23.976 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 08:07:23.976 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:07:23.976 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:07:23.976 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:07:23.976 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:07:23.976 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:07:23.976 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:07:23.976 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 08:07:23.976 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:07:23.976 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:07:23.976 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:07:23.976 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:07:23.977 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:07:23.977 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 08:07:23.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 08:07:23.978 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:07:23.978 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 08:07:23.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:07:23.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:07:23.978 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:07:23.978 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:07:23.979 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:07:23.979 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:07:23.979 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 08:07:23.979 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:07:23.979 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:07:23.979 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:07:23.979 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:07:23.979 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:07:23.979 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 08:07:23.979 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:07:23.979 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:07:23.979 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:07:23.979 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:07:23.979 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:07:23.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:07:23.979 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:07:23.979 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:07:23.979 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:07:23.979 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 08:07:23.979 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:07:23.979 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:07:23.979 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:07:23.980 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:07:24.480 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:07:24.481 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:07:24.981 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:07:24.981 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:07:24.981 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:07:24.982 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:07:24.982 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 08:07:24.982 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:07:24.982 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 08:07:24.983 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:07:24.983 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:07:24.983 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:07:24.983 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:07:24.983 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:07:24.983 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:07:24.983 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 08:07:24.983 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:07:24.983 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:07:24.983 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:07:24.983 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:07:24.983 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:07:24.983 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 08:07:24.989 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 08:07:24.989 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:07:24.989 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 08:07:24.989 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:07:24.989 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:07:24.989 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:07:24.989 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:07:24.989 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:07:24.989 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:07:24.989 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 08:07:24.989 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:07:24.989 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:07:24.989 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:07:24.989 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:07:24.991 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:07:24.991 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 08:07:24.992 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:07:24.992 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:07:24.992 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:07:24.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:07:24.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:07:24.993 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:07:24.993 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:07:24.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:07:24.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:07:24.993 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 08:07:24.993 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:07:24.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:07:24.993 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:07:25.020 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:07:25.520 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:07:25.520 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:07:26.020 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:07:26.021 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:07:26.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:07:26.021 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:07:26.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 08:07:26.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 08:07:26.022 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 08:07:26.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:07:26.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:07:26.022 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:07:26.022 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:07:26.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:07:26.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:07:26.022 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 08:07:26.022 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:07:26.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:07:26.022 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:07:26.037 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:07:26.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:07:26.037 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 08:07:26.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 08:07:26.037 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:07:26.037 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 08:07:26.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:07:26.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:07:26.037 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:07:26.037 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:07:26.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:07:26.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:07:26.037 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 08:07:26.037 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:07:26.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:07:26.037 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:07:26.037 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:07:26.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:07:26.039 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 08:07:26.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 08:07:26.040 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:07:26.040 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 08:07:26.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:07:26.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:07:26.040 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:07:26.040 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:07:26.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:07:26.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:07:26.040 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 08:07:26.040 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:07:26.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:07:26.040 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:07:26.040 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:07:26.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:07:26.040 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 08:07:26.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 08:07:26.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully 08:07:26.040 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 08:07:26.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:07:26.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:07:26.040 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:07:26.040 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:07:26.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:07:26.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:07:26.041 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent 08:07:26.041 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:07:26.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:07:26.041 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:07:26.044 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:07:26.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:07:26.044 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 08:07:26.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available.... 08:07:26.045 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:07:26.045 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5 08:07:26.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:07:26.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:07:26.045 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:07:26.045 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:07:26.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:07:26.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:07:26.045 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell5" as the parent 08:07:26.045 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:07:26.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:07:26.045 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:07:26.045 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:07:26.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:07:26.045 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 08:07:26.048 INFO [WorkbenchTestable][AbstractShell] Close shell shell1 08:07:26.048 INFO [WorkbenchTestable][ShellHandler] Closing shell 'shell1' 08:07:26.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 08:07:26.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 08:07:26.052 INFO [WorkbenchTestable][AbstractShell] Close shell shell2 08:07:26.052 INFO [WorkbenchTestable][ShellHandler] Closing shell 'shell2' 08:07:26.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 08:07:26.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 08:07:26.054 INFO [WorkbenchTestable][AbstractShell] Close shell shell3 08:07:26.054 INFO [WorkbenchTestable][ShellHandler] Closing shell 'shell3' 08:07:26.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 08:07:26.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 08:07:26.056 INFO [WorkbenchTestable][AbstractShell] Close shell shell4 08:07:26.056 INFO [WorkbenchTestable][ShellHandler] Closing shell 'shell4' 08:07:26.057 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 08:07:26.058 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 08:07:26.058 INFO [WorkbenchTestable][AbstractShell] Close shell shell5 08:07:26.058 INFO [WorkbenchTestable][ShellHandler] Closing shell 'shell5' 08:07:26.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 08:07:26.070 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 08:07:26.071 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.core.test.condition.ShellMatchingMatcherIsAvailableTest 08:07:26.071 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:07:26.071 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:07:26.071 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:07:26.071 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:07:26.071 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testShellContainsStyledText no-configuration(org.eclipse.reddeer.core.test.condition.ShellMatchingMatcherIsAvailableTest) 08:07:26.071 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:07:26.071 INFO [WorkbenchTestable][RequirementsRunner] Started test: testShellGetResult no-configuration(org.eclipse.reddeer.core.test.condition.ShellMatchingMatcherIsAvailableTest) 08:07:26.071 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.core.test.condition.ShellMatchingMatcherIsAvailableTest 08:07:26.071 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:07:26.071 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:07:26.072 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:07:26.076 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 08:07:26.093 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:07:26.093 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 08:07:26.093 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:07:26.093 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:07:26.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 08:07:26.100 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:07:26.100 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 08:07:26.100 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:07:26.100 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:07:26.124 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 08:07:26.127 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:07:26.128 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 08:07:26.128 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:07:26.128 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:07:26.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 08:07:26.135 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:07:26.135 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 08:07:26.135 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:07:26.135 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:07:26.139 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available.... 08:07:26.141 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:07:26.141 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5 08:07:26.141 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:07:26.141 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:07:26.142 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:07:26.142 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:07:26.142 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:07:26.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:07:26.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:07:26.142 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:07:26.142 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:07:26.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:07:26.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:07:26.142 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 08:07:26.142 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:07:26.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:07:26.142 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:07:26.161 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:07:26.661 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:07:26.662 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:07:27.162 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:07:27.162 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:07:27.162 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:07:27.163 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:07:27.163 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 08:07:27.163 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:07:27.164 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 08:07:27.164 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:07:27.164 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:07:27.164 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:07:27.164 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:07:27.164 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:07:27.164 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:07:27.164 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 08:07:27.164 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:07:27.164 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:07:27.164 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:07:27.164 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:07:27.664 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:07:27.664 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:07:28.164 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:07:28.164 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:07:28.165 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:07:28.165 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:07:28.165 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 08:07:28.165 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:07:28.165 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 08:07:28.165 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:07:28.165 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:07:28.165 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:07:28.165 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:07:28.165 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:07:28.165 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:07:28.165 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 08:07:28.165 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:07:28.165 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:07:28.165 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:07:28.166 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:07:28.666 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:07:28.666 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:07:29.166 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:07:29.166 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:07:29.166 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:07:29.166 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:07:29.166 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available.... 08:07:29.167 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:07:29.167 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5 08:07:29.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:07:29.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:07:29.167 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:07:29.167 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:07:29.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:07:29.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:07:29.167 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell5" as the parent 08:07:29.167 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:07:29.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:07:29.167 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:07:29.167 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:07:29.667 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:07:29.667 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:07:30.168 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:07:30.168 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:07:30.168 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:07:30.168 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:07:30.168 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 08:07:30.168 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:07:30.168 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 08:07:30.168 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:07:30.168 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:07:30.168 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:07:30.168 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:07:30.168 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:07:30.168 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:07:30.169 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent 08:07:30.169 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:07:30.169 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:07:30.169 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:07:30.169 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:07:30.669 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:07:30.669 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:07:31.169 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:07:31.169 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:07:31.669 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:07:31.670 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:07:31.670 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:07:31.670 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:07:31.670 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 08:07:31.670 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:07:31.670 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 08:07:31.670 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:07:31.670 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:07:31.670 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:07:31.670 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:07:31.670 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:07:31.670 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:07:31.670 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 08:07:31.670 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:07:31.670 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:07:31.671 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:07:31.671 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:07:32.171 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:07:32.171 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:07:32.671 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:07:32.671 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:07:33.171 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:07:33.172 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:07:33.172 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:07:33.172 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:07:33.175 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:07:33.175 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:07:33.175 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:07:33.175 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:07:33.175 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:07:33.175 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:07:33.175 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:07:33.175 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:07:33.175 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:07:33.175 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 08:07:33.175 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:07:33.175 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:07:33.175 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:07:33.195 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:07:33.695 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:07:33.695 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:07:34.195 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:07:34.196 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:07:34.196 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:07:34.197 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:07:34.197 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 08:07:34.197 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:07:34.197 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 08:07:34.197 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:07:34.197 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:07:34.197 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:07:34.197 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:07:34.197 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:07:34.197 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:07:34.197 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 08:07:34.197 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:07:34.197 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:07:34.197 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:07:34.198 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:07:34.698 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:07:34.698 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:07:35.198 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:07:35.198 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:07:35.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:07:35.198 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:07:35.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 08:07:35.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 08:07:35.199 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 08:07:35.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:07:35.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:07:35.199 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:07:35.199 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:07:35.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:07:35.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:07:35.199 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 08:07:35.199 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:07:35.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:07:35.199 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:07:35.199 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:07:35.699 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:07:35.699 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:07:36.199 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:07:36.200 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:07:36.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:07:36.200 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:07:36.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available.... 08:07:36.200 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:07:36.200 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5 08:07:36.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:07:36.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:07:36.200 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:07:36.200 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:07:36.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:07:36.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:07:36.200 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell5" as the parent 08:07:36.200 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:07:36.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:07:36.200 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:07:36.200 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:07:36.700 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:07:36.701 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:07:37.201 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:07:37.201 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:07:37.201 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:07:37.201 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:07:37.201 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 08:07:37.201 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:07:37.201 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 08:07:37.202 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:07:37.202 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:07:37.202 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:07:37.202 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:07:37.202 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:07:37.202 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:07:37.202 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent 08:07:37.202 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:07:37.202 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:07:37.202 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:07:37.202 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:07:37.702 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:07:37.702 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:07:38.202 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:07:38.202 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:07:38.703 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:07:38.703 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:07:38.703 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:07:38.703 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:07:38.703 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 08:07:38.703 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:07:38.703 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 08:07:38.703 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:07:38.703 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:07:38.703 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:07:38.703 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:07:38.703 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:07:38.703 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:07:38.704 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 08:07:38.704 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:07:38.704 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:07:38.704 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:07:38.704 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:07:38.704 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:07:38.704 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 08:07:38.704 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:07:38.706 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:07:38.707 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:07:38.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:07:38.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:07:38.707 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:07:38.707 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:07:38.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:07:38.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:07:38.707 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 08:07:38.707 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:07:38.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:07:38.707 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:07:38.708 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:07:39.208 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:07:39.208 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:07:39.708 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:07:39.709 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:07:39.709 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:07:39.709 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:07:39.709 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 08:07:39.710 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:07:39.710 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 08:07:39.710 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:07:39.710 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:07:39.710 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:07:39.710 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:07:39.710 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:07:39.710 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:07:39.710 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 08:07:39.710 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:07:39.710 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:07:39.710 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:07:39.710 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:07:40.210 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:07:40.210 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:07:40.710 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:07:40.711 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:07:40.711 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:07:40.711 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:07:40.711 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 08:07:40.711 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:07:40.711 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 08:07:40.711 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:07:40.711 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:07:40.711 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:07:40.711 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:07:40.711 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:07:40.711 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:07:40.711 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 08:07:40.711 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:07:40.711 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:07:40.711 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:07:40.711 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:07:41.211 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:07:41.212 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:07:41.712 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:07:41.712 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:07:41.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:07:41.712 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:07:41.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available.... 08:07:41.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available. finished successfully 08:07:41.712 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5 08:07:41.713 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:07:41.713 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:07:41.713 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:07:41.713 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:07:41.713 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:07:41.713 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:07:41.713 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell5" as the parent 08:07:41.713 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:07:41.713 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:07:41.713 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:07:41.713 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:07:42.213 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:07:42.213 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:07:42.713 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:07:42.713 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:07:43.214 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:07:43.214 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:07:43.214 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:07:43.214 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:07:43.214 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 08:07:43.214 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:07:43.214 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 08:07:43.214 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:07:43.214 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:07:43.214 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:07:43.214 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:07:43.214 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:07:43.214 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:07:43.214 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent 08:07:43.214 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:07:43.214 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:07:43.214 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:07:43.215 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:07:43.715 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:07:43.715 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:07:44.215 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:07:44.215 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:07:44.215 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:07:44.215 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:07:44.215 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 08:07:44.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 08:07:44.216 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 08:07:44.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:07:44.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:07:44.216 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:07:44.216 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:07:44.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:07:44.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:07:44.216 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 08:07:44.216 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:07:44.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:07:44.216 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:07:44.216 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:07:44.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:07:44.216 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 08:07:44.220 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:07:44.220 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:07:44.220 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:07:44.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:07:44.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:07:44.220 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:07:44.220 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:07:44.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:07:44.221 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:07:44.221 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 08:07:44.221 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:07:44.221 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:07:44.221 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:07:44.225 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:07:44.726 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:07:44.726 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:07:45.226 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:07:45.227 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:07:45.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:07:45.227 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:07:45.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 08:07:45.227 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:07:45.227 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 08:07:45.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:07:45.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:07:45.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:07:45.228 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:07:45.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:07:45.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:07:45.228 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 08:07:45.228 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:07:45.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:07:45.228 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:07:45.228 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:07:45.728 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:07:45.728 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:07:46.228 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:07:46.229 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:07:46.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:07:46.229 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:07:46.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 08:07:46.229 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:07:46.229 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 08:07:46.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:07:46.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:07:46.229 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:07:46.229 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:07:46.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:07:46.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:07:46.229 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 08:07:46.229 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:07:46.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:07:46.229 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:07:46.230 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:07:46.730 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:07:46.730 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:07:47.230 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:07:47.230 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:07:47.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:07:47.230 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:07:47.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available.... 08:07:47.231 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:07:47.231 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5 08:07:47.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:07:47.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:07:47.231 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:07:47.231 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:07:47.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:07:47.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:07:47.231 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell5" as the parent 08:07:47.231 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:07:47.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:07:47.231 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:07:47.231 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:07:47.731 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:07:47.731 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:07:48.231 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:07:48.232 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:07:48.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:07:48.232 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:07:48.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 08:07:48.232 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:07:48.232 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 08:07:48.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:07:48.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:07:48.232 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:07:48.232 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:07:48.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:07:48.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:07:48.232 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent 08:07:48.232 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:07:48.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:07:48.232 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:07:48.233 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:07:48.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:07:48.233 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 08:07:48.236 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:07:48.236 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:07:48.236 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:07:48.236 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:07:48.236 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:07:48.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:07:48.236 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:07:48.236 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:07:48.236 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:07:48.236 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 08:07:48.236 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:07:48.236 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:07:48.236 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:07:48.237 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:07:48.737 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:07:48.737 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:07:49.237 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:07:49.238 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:07:49.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:07:49.239 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:07:49.239 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 08:07:49.239 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:07:49.239 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 08:07:49.239 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:07:49.239 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:07:49.239 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:07:49.239 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:07:49.239 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:07:49.239 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:07:49.239 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 08:07:49.239 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:07:49.239 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:07:49.239 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:07:49.239 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:07:49.739 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:07:49.740 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:07:50.240 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:07:50.240 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:07:50.240 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:07:50.240 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:07:50.240 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 08:07:50.240 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:07:50.240 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 08:07:50.240 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:07:50.240 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:07:50.240 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:07:50.240 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:07:50.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:07:50.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:07:50.241 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 08:07:50.241 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:07:50.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:07:50.241 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:07:50.241 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:07:50.741 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:07:50.741 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:07:51.241 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:07:51.241 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:07:51.741 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:07:51.742 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:07:51.742 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:07:51.742 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:07:51.742 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available.... 08:07:51.742 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:07:51.742 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5 08:07:51.742 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:07:51.742 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:07:51.742 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:07:51.742 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:07:51.742 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:07:51.742 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:07:51.742 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell5" as the parent 08:07:51.742 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:07:51.742 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:07:51.742 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:07:51.742 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:07:52.243 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:07:52.243 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:07:52.743 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:07:52.743 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:07:52.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:07:52.743 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:07:52.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 08:07:52.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully 08:07:52.744 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 08:07:52.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:07:52.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:07:52.744 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:07:52.744 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:07:52.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:07:52.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:07:52.744 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent 08:07:52.744 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:07:52.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:07:52.744 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:07:52.744 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:07:52.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:07:52.744 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 08:07:52.747 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 08:07:52.747 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:07:52.747 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 08:07:52.747 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:07:52.747 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:07:52.747 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:07:52.747 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:07:52.747 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:07:52.747 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:07:52.747 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 08:07:52.747 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:07:52.747 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:07:52.747 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:07:52.748 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:07:52.748 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:07:52.748 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 08:07:52.752 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:07:52.752 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:07:52.753 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:07:52.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:07:52.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:07:52.753 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:07:52.753 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:07:52.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:07:52.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:07:52.758 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 08:07:52.759 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:07:52.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:07:52.759 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:07:52.759 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:07:53.259 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:07:53.260 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:07:53.760 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:07:53.760 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:07:53.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:07:53.761 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:07:53.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 08:07:53.761 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:07:53.761 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 08:07:53.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:07:53.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:07:53.761 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:07:53.761 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:07:53.762 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:07:53.762 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:07:53.762 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 08:07:53.762 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:07:53.762 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:07:53.762 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:07:53.762 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:07:53.766 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:07:53.766 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 08:07:53.767 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:07:53.767 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:07:53.767 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:07:53.767 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:07:53.767 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:07:53.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:07:53.767 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:07:53.767 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:07:53.767 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:07:53.767 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 08:07:53.771 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:07:53.772 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:07:53.772 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:07:53.772 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:07:54.272 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:07:54.272 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:07:54.773 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:07:54.773 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:07:54.773 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:07:54.774 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:07:54.774 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 08:07:54.774 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:07:54.774 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 08:07:54.774 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:07:54.774 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:07:54.774 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:07:54.774 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:07:54.774 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:07:54.774 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:07:54.774 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 08:07:54.774 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:07:54.774 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:07:54.774 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:07:54.774 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:07:54.775 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:07:54.775 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 08:07:54.780 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 08:07:54.780 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:07:54.780 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 08:07:54.780 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:07:54.780 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:07:54.780 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:07:54.780 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:07:54.780 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:07:54.780 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:07:54.780 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 08:07:54.780 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:07:54.780 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:07:54.780 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:07:54.780 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:07:55.281 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:07:55.281 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:07:55.781 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:07:55.781 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:07:55.781 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:07:55.781 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:07:55.781 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available.... 08:07:55.782 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:07:55.782 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5 08:07:55.782 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:07:55.782 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:07:55.782 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:07:55.782 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:07:55.782 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:07:55.782 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:07:55.782 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell5" as the parent 08:07:55.782 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:07:55.782 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:07:55.782 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:07:55.782 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:07:56.282 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:07:56.282 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:07:56.782 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:07:56.783 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:07:56.783 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:07:56.783 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:07:56.783 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 08:07:56.783 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:07:56.783 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 08:07:56.783 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:07:56.783 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:07:56.783 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:07:56.783 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:07:56.783 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:07:56.783 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:07:56.784 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent 08:07:56.784 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:07:56.784 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:07:56.784 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:07:56.784 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:07:56.784 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:07:56.784 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 08:07:56.787 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 08:07:56.787 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:07:56.787 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 08:07:56.787 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:07:56.787 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:07:56.787 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:07:56.787 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:07:56.787 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:07:56.787 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:07:56.787 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 08:07:56.787 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:07:56.787 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:07:56.787 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:07:56.787 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:07:56.788 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:07:56.788 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 08:07:56.792 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:07:56.792 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:07:56.792 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:07:56.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:07:56.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:07:56.792 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:07:56.793 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:07:56.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:07:56.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:07:56.793 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 08:07:56.793 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:07:56.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:07:56.793 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:07:56.798 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:07:57.298 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:07:57.299 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:07:57.799 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:07:57.800 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:07:57.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:07:57.801 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:07:57.801 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 08:07:57.802 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:07:57.802 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 08:07:57.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:07:57.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:07:57.802 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:07:57.802 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:07:57.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:07:57.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:07:57.802 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 08:07:57.802 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:07:57.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:07:57.802 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:07:57.811 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:07:57.811 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:07:57.811 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 08:07:57.812 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 08:07:57.812 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:07:57.812 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 08:07:57.812 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:07:57.812 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:07:57.812 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:07:57.812 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:07:57.812 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:07:57.812 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:07:57.812 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 08:07:57.812 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:07:57.812 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:07:57.812 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:07:57.815 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:07:57.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:07:57.815 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 08:07:57.815 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:07:57.815 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:07:57.816 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:07:57.816 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:07:57.816 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:07:57.816 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:07:57.816 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:07:57.816 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:07:57.816 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:07:57.833 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 08:07:57.833 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:07:57.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:07:57.833 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:07:57.834 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:07:58.334 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:07:58.334 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:07:58.834 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:07:58.835 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:07:58.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:07:58.836 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:07:58.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 08:07:58.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 08:07:58.836 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 08:07:58.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:07:58.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:07:58.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:07:58.836 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:07:58.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:07:58.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:07:58.836 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 08:07:58.836 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:07:58.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:07:58.836 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:07:58.836 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:07:58.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:07:58.836 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 08:07:58.843 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 08:07:58.843 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:07:58.843 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 08:07:58.843 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:07:58.843 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:07:58.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:07:58.843 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:07:58.843 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:07:58.843 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:07:58.843 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 08:07:58.843 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:07:58.843 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:07:58.843 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:07:58.843 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:07:58.843 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:07:58.843 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 08:07:58.845 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available.... 08:07:58.846 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:07:58.846 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5 08:07:58.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:07:58.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:07:58.846 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:07:58.846 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:07:58.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:07:58.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:07:58.846 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell5" as the parent 08:07:58.846 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:07:58.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:07:58.846 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:07:58.846 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:07:59.346 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:07:59.346 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:07:59.846 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:07:59.846 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:08:00.347 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:08:00.347 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:08:00.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:08:00.347 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:08:00.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 08:08:00.347 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:08:00.347 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 08:08:00.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:08:00.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:08:00.347 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:08:00.347 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:08:00.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:08:00.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:08:00.347 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent 08:08:00.347 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:08:00.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:08:00.347 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:08:00.348 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:08:00.348 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:08:00.348 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 08:08:00.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 08:08:00.350 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:08:00.350 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 08:08:00.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:08:00.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:08:00.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:08:00.350 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:08:00.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:08:00.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:08:00.350 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 08:08:00.350 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:08:00.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:08:00.351 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:08:00.351 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:08:00.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:08:00.351 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 08:08:00.356 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:08:00.356 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:08:00.356 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:08:00.356 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:08:00.356 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:08:00.356 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:08:00.356 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:08:00.356 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:08:00.356 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:08:00.356 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 08:08:00.361 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:08:00.361 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:08:00.361 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:08:00.362 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:08:00.862 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:08:00.862 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:08:01.362 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:08:01.363 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:08:01.363 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:08:01.364 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:08:01.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 08:08:01.364 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:08:01.364 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 08:08:01.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:08:01.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:08:01.364 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 08:08:01.364 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:08:01.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:08:01.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:08:01.364 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 08:08:01.364 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:08:01.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:08:01.364 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:08:01.364 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:08:01.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:08:01.364 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 08:08:01.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 08:08:01.369 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:08:01.369 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 08:08:01.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:08:01.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:08:01.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:08:01.369 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:08:01.370 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:08:01.370 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:08:01.370 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 08:08:01.370 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:08:01.370 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:08:01.370 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:08:01.370 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:08:01.370 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:08:01.370 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 08:08:01.371 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available.... 08:08:01.372 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:08:01.372 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5 08:08:01.372 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:08:01.372 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:08:01.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:08:01.372 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:08:01.372 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:08:01.372 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:08:01.372 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell5" as the parent 08:08:01.372 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:08:01.372 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:08:01.372 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:08:01.372 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:08:01.372 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:08:01.372 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 08:08:01.372 INFO [WorkbenchTestable][AbstractShell] Close shell shell1 08:08:01.372 INFO [WorkbenchTestable][ShellHandler] Closing shell 'shell1' 08:08:01.374 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 08:08:01.376 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 08:08:01.376 INFO [WorkbenchTestable][AbstractShell] Close shell shell2 08:08:01.376 INFO [WorkbenchTestable][ShellHandler] Closing shell 'shell2' 08:08:01.378 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 08:08:01.386 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 08:08:01.386 INFO [WorkbenchTestable][AbstractShell] Close shell shell3 08:08:01.386 INFO [WorkbenchTestable][ShellHandler] Closing shell 'shell3' 08:08:01.388 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 08:08:01.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 08:08:01.389 INFO [WorkbenchTestable][AbstractShell] Close shell shell4 08:08:01.389 INFO [WorkbenchTestable][ShellHandler] Closing shell 'shell4' 08:08:01.390 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 08:08:01.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 08:08:01.391 INFO [WorkbenchTestable][AbstractShell] Close shell shell5 08:08:01.391 INFO [WorkbenchTestable][ShellHandler] Closing shell 'shell5' 08:08:01.393 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 08:08:01.410 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 08:08:01.410 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.core.test.condition.ShellMatchingMatcherIsAvailableTest 08:08:01.410 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:08:01.410 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:08:01.410 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:08:01.410 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:08:01.410 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testShellGetResult no-configuration(org.eclipse.reddeer.core.test.condition.ShellMatchingMatcherIsAvailableTest) 08:08:01.410 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.core.test.condition.ShellMatchingMatcherIsAvailableTest 08:08:01.410 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:08:01.410 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:08:01.410 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:08:01.410 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 131.855 s - in org.eclipse.reddeer.core.test.condition.ShellMatchingMatcherIsAvailableTest testShellContainsStyledText no-configuration(org.eclipse.reddeer.core.test.condition.ShellMatchingMatcherIsAvailableTest) Time elapsed: 96.512 s testShellGetResult no-configuration(org.eclipse.reddeer.core.test.condition.ShellMatchingMatcherIsAvailableTest) Time elapsed: 35.339 s Running org.eclipse.reddeer.core.test.DummyTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.reddeer.core.test.DummyTest dummyTest(org.eclipse.reddeer.core.test.DummyTest) Time elapsed: 0 s Results: Tests run: 18, Failures: 0, Errors: 0, Skipped: 0 [INFO] All tests passed! [INFO] [INFO] --- jacoco:0.8.9:report-aggregate (generate-jacoco-report) @ org.eclipse.reddeer.core.test --- [INFO] Loading execution data file /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.core.test/target/jacoco.exec [INFO] Loading execution data file /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.swt.test/target/jacoco.exec [INFO] Analyzed bundle 'org.eclipse.reddeer.core' with 306 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.common' with 37 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.core' with 306 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.go' with 0 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.swt.test' with 136 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.direct' with 6 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.eclipse' with 299 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.jface' with 19 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.swt' with 126 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.workbench' with 76 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.workbench.core' with 23 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.junit' with 61 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.uiforms' with 27 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.junit.extension' with 13 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.requirements' with 23 classes [INFO] [INFO] -------< org.eclipse.reddeer:org.eclipse.reddeer.workbench.test >------- [INFO] Building RedDeer Workbench Tests 4.7.0-SNAPSHOT [33/58] [INFO] from tests/org.eclipse.reddeer.workbench.test/pom.xml [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [WARNING] Parameter 'ignoreTychoRepositories' is unknown for plugin 'target-platform-configuration:2.7.5:target-platform (default-target-platform)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.reddeer.workbench.test --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.workbench.test --- [INFO] The project's OSGi version is 4.7.0.v20230831-0758 [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/**/*, -Xmx1024m, -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:08:10.545 DEBUG [WorkbenchTestable][RedDeerSuite] Eclipse is running 08:08:10.547 DEBUG [WorkbenchTestable][BeforeTestInitialization] Number of found extensions for extension point org.eclipse.reddeer.junit.before.test=5 08:08:10.558 DEBUG [WorkbenchTestable][RedDeerSuite] Eclipse is running 08:08:10.568 DEBUG [WorkbenchTestable][AfterTestInitialization] Number of found extensions for extension point org.eclipse.reddeer.junit.after.test=2 08:08:10.643 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.workbench.test.view.impl.WorkbenchViewTest 08:08:10.724 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 08:08:10.727 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:08:10.739 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.workbench.test.view.impl.WorkbenchViewTest 08:08:10.742 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.log.collector.BeforesLogCollector 08:08:10.742 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.MaximizeAndFocusWorkbench 08:08:10.750 INFO [WorkbenchTestable][ShellHandler] Maximize shell 'data - Eclipse Platform' 08:08:10.836 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:08:10.836 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 08:08:10.839 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:08:10.840 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 08:08:10.843 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:08:10.844 DEBUG [WorkbenchTestable][DoNotDownloadMavenIndexesExt] Trying to disable downloading maven repo indexes on startup via Windows > Preferences > Maven 08:08:10.860 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 08:08:10.863 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:08:10.864 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:08:10.864 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:08:10.865 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:08:10.865 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:08:10.871 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:08:10.875 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:08:10.876 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:08:10.876 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:08:10.881 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 08:08:10.884 DEBUG [main][MenuItemLookup] Found menu:'File' 08:08:10.885 DEBUG [main][MenuItemLookup] Found menu:'Edit' 08:08:10.885 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 08:08:10.885 DEBUG [main][MenuItemLookup] Found menu:'Search' 08:08:10.885 DEBUG [main][MenuItemLookup] Found menu:'Project' 08:08:10.885 DEBUG [main][MenuItemLookup] Found menu:'Window' 08:08:10.885 DEBUG [main][MenuItemLookup] Item match:Window 08:08:10.928 DEBUG [main][MenuItemLookup] Found menu:'New Window' 08:08:10.928 DEBUG [main][MenuItemLookup] Found menu:'Editor' 08:08:10.928 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 08:08:10.928 DEBUG [main][MenuItemLookup] Found menu:'' 08:08:10.928 DEBUG [main][MenuItemLookup] Found menu:'Show View' 08:08:10.928 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 08:08:10.928 DEBUG [main][MenuItemLookup] Found menu:'' 08:08:10.928 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 08:08:10.928 DEBUG [main][MenuItemLookup] Found menu:'' 08:08:10.928 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 08:08:10.928 DEBUG [main][MenuItemLookup] Item match:Preferences 08:08:10.931 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 08:08:10.932 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 08:08:10.933 INFO [main][MenuItemHandler] Select menu item: &Preferences 08:08:11.123 DEBUG [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:08:11.129 DEBUG [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:08:11.129 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 08:08:11.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:08:11.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:08:11.144 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 08:08:11.144 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:08:11.151 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:08:11.155 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:08:11.155 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:08:11.160 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:08:11.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:08:11.161 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:08:11.166 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:08:11.178 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:08:11.190 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:08:11.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:08:11.190 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:08:11.194 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:08:11.194 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:08:11.194 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:08:11.229 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 08:08:11.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:08:11.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:08:11.231 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:08:11.232 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:08:11.282 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 08:08:11.282 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 08:08:11.282 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:08:11.282 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:08:11.282 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:08:11.284 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:08:11.286 INFO [WorkbenchTestable][RequirementsRunner] Started test: testCloseNonInstantiatedView no-configuration(org.eclipse.reddeer.workbench.test.view.impl.WorkbenchViewTest) 08:08:11.286 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.impl.WorkbenchViewTest 08:08:11.286 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:08:11.286 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:08:11.286 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:08:11.291 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:08:11.297 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:08:11.323 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:08:11.325 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:08:11.327 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:08:11.327 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:08:11.327 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:08:11.327 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:08:11.328 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 08:08:11.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:08:11.328 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:08:11.329 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:08:11.329 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:08:11.329 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:08:11.331 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:08:11.331 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:08:11.336 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:08:11.337 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:08:11.337 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:08:11.337 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:08:11.339 INFO [WorkbenchTestable][AbstractView] Close view 'Project Explorer' 08:08:11.339 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Project Explorer 08:08:11.339 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:08:11.340 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 08:08:11.383 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:08:11.387 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:08:11.390 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.impl.WorkbenchViewTest 08:08:11.390 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:08:11.393 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:08:11.394 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:08:11.394 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:08:11.395 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testCloseNonInstantiatedView no-configuration(org.eclipse.reddeer.workbench.test.view.impl.WorkbenchViewTest) 08:08:11.395 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:08:11.395 INFO [WorkbenchTestable][RequirementsRunner] Started test: testCloseClosedView no-configuration(org.eclipse.reddeer.workbench.test.view.impl.WorkbenchViewTest) 08:08:11.395 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.impl.WorkbenchViewTest 08:08:11.395 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:08:11.395 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:08:11.395 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:08:11.398 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:08:11.425 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:08:11.426 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:08:11.429 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:08:11.430 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:08:11.432 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:08:11.432 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QMarkers\E'' view via menu. 08:08:11.433 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:08:11.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:08:11.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:08:11.434 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:08:11.434 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 08:08:11.434 DEBUG [main][MenuItemLookup] Found menu:'File' 08:08:11.434 DEBUG [main][MenuItemLookup] Found menu:'Edit' 08:08:11.434 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 08:08:11.434 DEBUG [main][MenuItemLookup] Found menu:'Search' 08:08:11.435 DEBUG [main][MenuItemLookup] Found menu:'Project' 08:08:11.435 DEBUG [main][MenuItemLookup] Found menu:'Window' 08:08:11.435 DEBUG [main][MenuItemLookup] Item match:Window 08:08:11.435 DEBUG [main][MenuItemLookup] Found menu:'New Window' 08:08:11.435 DEBUG [main][MenuItemLookup] Found menu:'Editor' 08:08:11.436 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 08:08:11.436 DEBUG [main][MenuItemLookup] Found menu:'' 08:08:11.436 DEBUG [main][MenuItemLookup] Found menu:'Show View' 08:08:11.436 DEBUG [main][MenuItemLookup] Item match:Show View 08:08:11.444 DEBUG [main][MenuItemLookup] Found menu:'Bookmarks' 08:08:11.444 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 08:08:11.444 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 08:08:11.444 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 08:08:11.445 DEBUG [main][MenuItemLookup] Found menu:'Progress' 08:08:11.445 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 08:08:11.445 DEBUG [main][MenuItemLookup] Found menu:'Properties' 08:08:11.445 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 08:08:11.445 DEBUG [main][MenuItemLookup] Found menu:'' 08:08:11.445 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 08:08:11.445 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 08:08:11.454 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 08:08:11.454 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 08:08:11.454 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 08:08:11.501 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 08:08:11.526 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:08:11.527 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 08:08:11.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:08:11.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:08:11.528 DEBUG [WorkbenchTestable][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:08:11.528 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:08:11.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:08:11.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:08:11.529 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 08:08:11.529 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:08:11.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:08:11.529 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:08:11.529 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:08:11.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:08:11.529 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:08:11.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:08:11.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:08:11.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 08:08:11.531 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 08:08:11.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:08:12.034 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:08:12.038 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 08:08:12.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 08:08:12.041 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 08:08:12.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:08:12.041 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 08:08:12.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:08:12.041 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 08:08:12.042 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Markers 08:08:12.042 DEBUG [main][TreeItemHandler] Selecting tree item: Markers 08:08:12.043 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Markers about selection 08:08:12.043 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Markers 08:08:12.043 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:08:12.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:08:12.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:08:12.044 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 08:08:12.044 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:08:12.044 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:08:12.044 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:08:12.045 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 08:08:12.045 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:08:12.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:08:12.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:08:12.045 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 08:08:12.045 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:08:12.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:08:12.046 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:08:12.046 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:08:12.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:08:12.046 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:08:12.047 INFO [WorkbenchTestable][AbstractButton] Click button &Open 08:08:12.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:08:12.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:08:12.047 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:08:12.047 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:08:12.125 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 08:08:12.127 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 08:08:12.127 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open... 08:08:12.127 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:08:12.129 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:08:12.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open finished successfully 08:08:12.129 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:08:12.131 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:08:12.131 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:08:12.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:08:12.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:08:12.132 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:08:12.132 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QMarkers\E') 08:08:12.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:08:12.132 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:08:12.133 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:08:12.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:08:12.133 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:08:12.134 INFO [WorkbenchTestable][AbstractView] Activate view Markers 08:08:12.134 INFO [WorkbenchTestable][AbstractCTabItem] Activate Markers 08:08:12.135 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:08:12.135 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:08:12.135 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:08:12.135 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:08:12.136 INFO [WorkbenchTestable][AbstractView] Activate view Markers 08:08:12.136 INFO [WorkbenchTestable][AbstractCTabItem] Activate Markers 08:08:12.137 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:08:12.137 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:08:12.137 INFO [WorkbenchTestable][AbstractView] Close view 'Markers' 08:08:12.137 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Markers 08:08:12.138 INFO [WorkbenchTestable][AbstractCTabItem] Activate Markers 08:08:12.138 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 08:08:12.190 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:08:12.193 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:08:12.193 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.impl.WorkbenchViewTest 08:08:12.193 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:08:12.193 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:08:12.193 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:08:12.193 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:08:12.194 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testCloseClosedView no-configuration(org.eclipse.reddeer.workbench.test.view.impl.WorkbenchViewTest) 08:08:12.194 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:08:12.194 INFO [WorkbenchTestable][RequirementsRunner] Started test: testActiveView no-configuration(org.eclipse.reddeer.workbench.test.view.impl.WorkbenchViewTest) 08:08:12.194 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.impl.WorkbenchViewTest 08:08:12.194 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:08:12.194 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:08:12.194 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:08:12.194 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:08:12.225 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:08:12.226 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:08:12.229 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:08:12.229 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:08:12.231 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:08:12.231 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' view via menu. 08:08:12.231 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:08:12.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:08:12.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:08:12.232 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:08:12.232 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 08:08:12.232 DEBUG [main][MenuItemLookup] Found menu:'File' 08:08:12.232 DEBUG [main][MenuItemLookup] Found menu:'Edit' 08:08:12.232 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 08:08:12.232 DEBUG [main][MenuItemLookup] Found menu:'Search' 08:08:12.232 DEBUG [main][MenuItemLookup] Found menu:'Project' 08:08:12.232 DEBUG [main][MenuItemLookup] Found menu:'Window' 08:08:12.232 DEBUG [main][MenuItemLookup] Item match:Window 08:08:12.233 DEBUG [main][MenuItemLookup] Found menu:'New Window' 08:08:12.233 DEBUG [main][MenuItemLookup] Found menu:'Editor' 08:08:12.233 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 08:08:12.233 DEBUG [main][MenuItemLookup] Found menu:'' 08:08:12.233 DEBUG [main][MenuItemLookup] Found menu:'Show View' 08:08:12.233 DEBUG [main][MenuItemLookup] Item match:Show View 08:08:12.236 DEBUG [main][MenuItemLookup] Found menu:'Bookmarks' 08:08:12.237 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 08:08:12.237 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 08:08:12.237 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 08:08:12.237 DEBUG [main][MenuItemLookup] Found menu:'Progress' 08:08:12.237 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 08:08:12.237 DEBUG [main][MenuItemLookup] Found menu:'Properties' 08:08:12.237 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 08:08:12.237 DEBUG [main][MenuItemLookup] Found menu:'' 08:08:12.237 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 08:08:12.237 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 08:08:12.237 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 08:08:12.237 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 08:08:12.237 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 08:08:12.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 08:08:12.291 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:08:12.291 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 08:08:12.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:08:12.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:08:12.292 DEBUG [WorkbenchTestable][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:08:12.292 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:08:12.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:08:12.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:08:12.292 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 08:08:12.292 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:08:12.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:08:12.293 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:08:12.293 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:08:12.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:08:12.293 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:08:12.294 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:08:12.294 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:08:12.294 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 08:08:12.294 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 08:08:12.294 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:08:12.294 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 08:08:12.294 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:08:12.294 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 08:08:12.294 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 08:08:12.294 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 08:08:12.294 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:08:12.294 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 08:08:12.294 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:08:12.294 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 08:08:12.295 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Project Explorer 08:08:12.295 DEBUG [main][TreeItemHandler] Selecting tree item: Project Explorer 08:08:12.295 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Project Explorer about selection 08:08:12.295 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Project Explorer 08:08:12.295 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:08:12.295 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:08:12.295 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:08:12.296 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 08:08:12.296 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:08:12.296 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:08:12.296 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:08:12.296 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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:08:12.296 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:08:12.296 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:08:12.296 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:08:12.296 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 08:08:12.296 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:08:12.296 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:08:12.296 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:08:12.297 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:08:12.297 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:08:12.297 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:08:12.297 INFO [WorkbenchTestable][AbstractButton] Click button &Open 08:08:12.297 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:08:12.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:08:12.298 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:08:12.298 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:08:12.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 08:08:12.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 08:08:12.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open... 08:08:12.402 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:08:12.402 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:08:12.403 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open finished successfully 08:08:12.403 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:08:12.403 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:08:12.403 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:08:12.404 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:08:12.404 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:08:12.404 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:08:12.404 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 08:08:12.404 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:08:12.404 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:08:12.405 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:08:12.405 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:08:12.405 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:08:12.405 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:08:12.423 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:08:12.432 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:08:12.432 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:08:12.432 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:08:12.432 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:08:12.433 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:08:12.433 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:08:12.434 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:08:12.434 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:08:12.434 INFO [WorkbenchTestable][AbstractView] Close view 'Project Explorer' 08:08:12.434 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Project Explorer 08:08:12.434 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:08:12.435 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 08:08:12.458 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.impl.WorkbenchViewTest 08:08:12.458 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:08:12.458 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:08:12.470 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:08:12.470 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:08:12.471 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testActiveView no-configuration(org.eclipse.reddeer.workbench.test.view.impl.WorkbenchViewTest) 08:08:12.471 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.workbench.test.view.impl.WorkbenchViewTest 08:08:12.472 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:08:12.472 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:08:12.472 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:08:12.472 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.01 s - in org.eclipse.reddeer.workbench.test.view.impl.WorkbenchViewTest testCloseNonInstantiatedView no-configuration(org.eclipse.reddeer.workbench.test.view.impl.WorkbenchViewTest) Time elapsed: 0.109 s testCloseClosedView no-configuration(org.eclipse.reddeer.workbench.test.view.impl.WorkbenchViewTest) Time elapsed: 0.799 s testActiveView no-configuration(org.eclipse.reddeer.workbench.test.view.impl.WorkbenchViewTest) Time elapsed: 0.277 s Running org.eclipse.reddeer.workbench.test.view.ViewTest 08:08:12.497 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.workbench.test.view.ViewTest 08:08:12.498 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 08:08:12.499 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:08:12.499 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 08:08:12.499 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:08:12.499 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 08:08:12.499 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:08:12.499 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 08:08:12.499 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:08:12.500 DEBUG [WorkbenchTestable][DoNotDownloadMavenIndexesExt] Trying to disable downloading maven repo indexes on startup via Windows > Preferences > Maven 08:08:12.500 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:08:12.500 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:08:12.500 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:08:12.500 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:08:12.500 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:08:12.500 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:08:12.500 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:08:12.501 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:08:12.501 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:08:12.501 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:08:12.501 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 08:08:12.501 DEBUG [main][MenuItemLookup] Found menu:'File' 08:08:12.501 DEBUG [main][MenuItemLookup] Found menu:'Edit' 08:08:12.501 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 08:08:12.501 DEBUG [main][MenuItemLookup] Found menu:'Search' 08:08:12.501 DEBUG [main][MenuItemLookup] Found menu:'Project' 08:08:12.501 DEBUG [main][MenuItemLookup] Found menu:'Window' 08:08:12.501 DEBUG [main][MenuItemLookup] Item match:Window 08:08:12.502 DEBUG [main][MenuItemLookup] Found menu:'New Window' 08:08:12.502 DEBUG [main][MenuItemLookup] Found menu:'Editor' 08:08:12.502 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 08:08:12.502 DEBUG [main][MenuItemLookup] Found menu:'' 08:08:12.502 DEBUG [main][MenuItemLookup] Found menu:'Show View' 08:08:12.502 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 08:08:12.502 DEBUG [main][MenuItemLookup] Found menu:'' 08:08:12.502 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 08:08:12.502 DEBUG [main][MenuItemLookup] Found menu:'' 08:08:12.502 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 08:08:12.502 DEBUG [main][MenuItemLookup] Item match:Preferences 08:08:12.502 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 08:08:12.502 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 08:08:12.531 INFO [main][MenuItemHandler] Select menu item: &Preferences 08:08:12.612 DEBUG [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:08:12.627 DEBUG [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:08:12.627 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 08:08:12.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:08:12.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:08:12.629 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 08:08:12.629 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:08:12.629 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:08:12.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:08:12.629 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:08:12.630 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:08:12.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:08:12.630 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:08:12.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:08:12.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:08:12.631 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:08:12.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:08:12.631 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:08:12.633 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:08:12.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:08:12.633 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:08:12.634 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 08:08:12.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:08:12.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:08:12.634 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:08:12.634 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:08:12.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 08:08:12.659 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 08:08:12.659 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:08:12.659 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:08:12.659 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:08:12.659 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:08:12.660 INFO [WorkbenchTestable][RequirementsRunner] Started test: getTitleTest no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 08:08:12.660 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 08:08:12.660 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:08:12.660 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:08:12.660 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:08:12.660 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:08:12.663 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:08:12.663 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWorkbench Test\E'' view via menu. 08:08:12.663 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:08:12.663 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:08:12.663 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:08:12.663 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:08:12.663 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 08:08:12.663 DEBUG [main][MenuItemLookup] Found menu:'File' 08:08:12.663 DEBUG [main][MenuItemLookup] Found menu:'Edit' 08:08:12.663 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 08:08:12.663 DEBUG [main][MenuItemLookup] Found menu:'Search' 08:08:12.664 DEBUG [main][MenuItemLookup] Found menu:'Project' 08:08:12.664 DEBUG [main][MenuItemLookup] Found menu:'Window' 08:08:12.664 DEBUG [main][MenuItemLookup] Item match:Window 08:08:12.664 DEBUG [main][MenuItemLookup] Found menu:'New Window' 08:08:12.664 DEBUG [main][MenuItemLookup] Found menu:'Editor' 08:08:12.664 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 08:08:12.664 DEBUG [main][MenuItemLookup] Found menu:'' 08:08:12.664 DEBUG [main][MenuItemLookup] Found menu:'Show View' 08:08:12.664 DEBUG [main][MenuItemLookup] Item match:Show View 08:08:12.667 DEBUG [main][MenuItemLookup] Found menu:'Bookmarks' 08:08:12.668 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 08:08:12.668 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 08:08:12.668 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 08:08:12.668 DEBUG [main][MenuItemLookup] Found menu:'Progress' 08:08:12.668 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 08:08:12.668 DEBUG [main][MenuItemLookup] Found menu:'Properties' 08:08:12.668 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 08:08:12.668 DEBUG [main][MenuItemLookup] Found menu:'' 08:08:12.668 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 08:08:12.668 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 08:08:12.678 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 08:08:12.678 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 08:08:12.678 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 08:08:12.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 08:08:12.756 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:08:12.756 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 08:08:12.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:08:12.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:08:12.759 DEBUG [WorkbenchTestable][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:08:12.759 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:08:12.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:08:12.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:08:12.760 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 08:08:12.760 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:08:12.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:08:12.760 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:08:12.760 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:08:12.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:08:12.760 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:08:12.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:08:12.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:08:12.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children... 08:08:12.761 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench 08:08:12.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:08:13.261 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:08:13.262 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench 08:08:13.263 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children finished successfully 08:08:13.263 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench 08:08:13.263 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:08:13.263 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed 08:08:13.263 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:08:13.263 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench 08:08:13.263 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Workbench Test 08:08:13.263 DEBUG [main][TreeItemHandler] Selecting tree item: Workbench Test 08:08:13.264 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Workbench Test about selection 08:08:13.264 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Workbench Test 08:08:13.264 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:08:13.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:08:13.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:08:13.264 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 08:08:13.264 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:08:13.264 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:08:13.265 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:08:13.265 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 08:08:13.265 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:08:13.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:08:13.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:08:13.265 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 08:08:13.265 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:08:13.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:08:13.265 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:08:13.266 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:08:13.266 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:08:13.266 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:08:13.266 INFO [WorkbenchTestable][AbstractButton] Click button &Open 08:08:13.266 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:08:13.267 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:08:13.267 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:08:13.267 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:08:13.310 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 08:08:13.310 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 08:08:13.310 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open... 08:08:13.310 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:08:13.312 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:08:13.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open finished successfully 08:08:13.312 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:08:13.313 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:08:13.313 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:08:13.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:08:13.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:08:13.313 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:08:13.313 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWorkbench Test\E') 08:08:13.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:08:13.313 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:08:13.315 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:08:13.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:08:13.315 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:08:13.315 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Test 08:08:13.315 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 08:08:13.316 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:08:13.316 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:08:13.316 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:08:13.316 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:08:13.317 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:08:13.318 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:08:13.318 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:08:13.320 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:08:13.320 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:08:13.320 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:08:13.320 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:08:13.320 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:08:13.320 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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:08:13.320 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:08:13.320 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:08:13.322 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:08:13.322 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:08:13.322 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:08:13.322 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Test 08:08:13.322 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 08:08:13.330 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:08:13.330 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:08:13.330 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:08:13.330 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:08:13.331 INFO [WorkbenchTestable][AbstractView] Close view 'Workbench Test' 08:08:13.331 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Workbench Test 08:08:13.331 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 08:08:13.331 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 08:08:13.349 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 08:08:13.349 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:08:13.349 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:08:13.359 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:08:13.359 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:08:13.359 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getTitleTest no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 08:08:13.360 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:08:13.360 INFO [WorkbenchTestable][RequirementsRunner] Started test: getTitleImage no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 08:08:13.360 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 08:08:13.360 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:08:13.360 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:08:13.360 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:08:13.360 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:08:13.363 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:08:13.363 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWorkbench Test\E'' view via menu. 08:08:13.363 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:08:13.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:08:13.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:08:13.364 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:08:13.364 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 08:08:13.364 DEBUG [main][MenuItemLookup] Found menu:'File' 08:08:13.364 DEBUG [main][MenuItemLookup] Found menu:'Edit' 08:08:13.364 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 08:08:13.364 DEBUG [main][MenuItemLookup] Found menu:'Search' 08:08:13.364 DEBUG [main][MenuItemLookup] Found menu:'Project' 08:08:13.364 DEBUG [main][MenuItemLookup] Found menu:'Window' 08:08:13.364 DEBUG [main][MenuItemLookup] Item match:Window 08:08:13.365 DEBUG [main][MenuItemLookup] Found menu:'New Window' 08:08:13.365 DEBUG [main][MenuItemLookup] Found menu:'Editor' 08:08:13.365 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 08:08:13.365 DEBUG [main][MenuItemLookup] Found menu:'' 08:08:13.365 DEBUG [main][MenuItemLookup] Found menu:'Show View' 08:08:13.365 DEBUG [main][MenuItemLookup] Item match:Show View 08:08:13.368 DEBUG [main][MenuItemLookup] Found menu:'Bookmarks' 08:08:13.368 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 08:08:13.368 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 08:08:13.368 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 08:08:13.368 DEBUG [main][MenuItemLookup] Found menu:'Progress' 08:08:13.368 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 08:08:13.368 DEBUG [main][MenuItemLookup] Found menu:'Properties' 08:08:13.368 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 08:08:13.368 DEBUG [main][MenuItemLookup] Found menu:'' 08:08:13.368 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 08:08:13.368 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 08:08:13.369 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 08:08:13.369 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 08:08:13.369 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 08:08:13.440 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 08:08:13.442 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:08:13.443 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 08:08:13.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:08:13.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:08:13.444 DEBUG [WorkbenchTestable][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:08:13.444 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:08:13.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:08:13.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:08:13.444 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 08:08:13.444 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:08:13.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:08:13.444 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:08:13.444 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:08:13.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:08:13.444 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:08:13.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:08:13.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:08:13.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children... 08:08:13.445 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench 08:08:13.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:08:13.446 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed 08:08:13.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:08:13.446 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench 08:08:13.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children finished successfully 08:08:13.446 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench 08:08:13.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:08:13.446 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed 08:08:13.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:08:13.446 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench 08:08:13.446 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Workbench Test 08:08:13.446 DEBUG [main][TreeItemHandler] Selecting tree item: Workbench Test 08:08:13.446 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Workbench Test about selection 08:08:13.446 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Workbench Test 08:08:13.446 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:08:13.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:08:13.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:08:13.446 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 08:08:13.446 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:08:13.446 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:08:13.447 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:08:13.447 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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:08:13.447 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:08:13.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:08:13.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:08:13.447 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 08:08:13.447 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:08:13.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:08:13.447 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:08:13.447 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:08:13.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:08:13.448 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:08:13.448 INFO [WorkbenchTestable][AbstractButton] Click button &Open 08:08:13.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:08:13.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:08:13.448 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:08:13.448 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:08:13.490 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 08:08:13.491 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 08:08:13.491 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open... 08:08:13.491 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:08:13.492 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:08:13.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open finished successfully 08:08:13.493 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:08:13.496 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:08:13.496 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:08:13.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:08:13.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:08:13.497 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:08:13.497 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWorkbench Test\E') 08:08:13.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:08:13.497 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:08:13.499 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:08:13.499 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:08:13.499 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:08:13.499 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Test 08:08:13.499 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 08:08:13.506 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:08:13.506 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:08:13.506 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:08:13.506 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:08:13.508 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:08:13.509 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:08:13.509 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:08:13.532 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:08:13.533 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:08:13.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:08:13.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:08:13.533 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:08:13.533 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWorkbench Test\E') 08:08:13.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:08:13.533 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:08:13.535 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:08:13.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:08:13.535 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:08:13.536 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Test 08:08:13.536 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 08:08:13.536 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:08:13.537 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:08:13.537 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:08:13.537 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:08:13.537 INFO [WorkbenchTestable][AbstractView] Close view 'Workbench Test' 08:08:13.537 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Workbench Test 08:08:13.537 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 08:08:13.538 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 08:08:13.555 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 08:08:13.555 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:08:13.555 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:08:13.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:08:13.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:08:13.566 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getTitleImage no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 08:08:13.566 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:08:13.566 INFO [WorkbenchTestable][RequirementsRunner] Started test: testActivateNoninitializedView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 08:08:13.566 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 08:08:13.566 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:08:13.566 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:08:13.566 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:08:13.567 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:08:13.571 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:08:13.571 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:08:13.576 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:08:13.576 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 08:08:13.576 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:08:13.576 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:08:13.576 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:08:13.576 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:08:13.576 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testActivateNoninitializedView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 08:08:13.576 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:08:13.576 INFO [WorkbenchTestable][RequirementsRunner] Started test: testClosedGetToolTip no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 08:08:13.576 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 08:08:13.576 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:08:13.577 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:08:13.577 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:08:13.578 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:08:13.583 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:08:13.583 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:08:13.586 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:08:13.586 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 08:08:13.586 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:08:13.586 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:08:13.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:08:13.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:08:13.587 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testClosedGetToolTip no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 08:08:13.587 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:08:13.587 INFO [WorkbenchTestable][RequirementsRunner] Started test: testOpenAndCloseDirtyView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 08:08:13.587 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 08:08:13.587 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:08:13.587 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:08:13.587 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:08:13.587 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:08:13.591 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:08:13.591 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWorkbench Dirty Test\E'' view via menu. 08:08:13.591 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:08:13.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:08:13.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:08:13.592 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:08:13.592 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 08:08:13.592 DEBUG [main][MenuItemLookup] Found menu:'File' 08:08:13.592 DEBUG [main][MenuItemLookup] Found menu:'Edit' 08:08:13.592 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 08:08:13.592 DEBUG [main][MenuItemLookup] Found menu:'Search' 08:08:13.592 DEBUG [main][MenuItemLookup] Found menu:'Project' 08:08:13.592 DEBUG [main][MenuItemLookup] Found menu:'Window' 08:08:13.592 DEBUG [main][MenuItemLookup] Item match:Window 08:08:13.593 DEBUG [main][MenuItemLookup] Found menu:'New Window' 08:08:13.593 DEBUG [main][MenuItemLookup] Found menu:'Editor' 08:08:13.593 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 08:08:13.593 DEBUG [main][MenuItemLookup] Found menu:'' 08:08:13.593 DEBUG [main][MenuItemLookup] Found menu:'Show View' 08:08:13.593 DEBUG [main][MenuItemLookup] Item match:Show View 08:08:13.597 DEBUG [main][MenuItemLookup] Found menu:'Bookmarks' 08:08:13.597 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 08:08:13.597 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 08:08:13.597 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 08:08:13.597 DEBUG [main][MenuItemLookup] Found menu:'Progress' 08:08:13.597 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 08:08:13.598 DEBUG [main][MenuItemLookup] Found menu:'Properties' 08:08:13.598 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 08:08:13.598 DEBUG [main][MenuItemLookup] Found menu:'' 08:08:13.598 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 08:08:13.598 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 08:08:13.608 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 08:08:13.608 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 08:08:13.608 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 08:08:13.681 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 08:08:13.683 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:08:13.683 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 08:08:13.685 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:08:13.685 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:08:13.685 DEBUG [WorkbenchTestable][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:08:13.685 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:08:13.685 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:08:13.685 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:08:13.685 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 08:08:13.685 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:08:13.685 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:08:13.685 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:08:13.685 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:08:13.685 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:08:13.685 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:08:13.686 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:08:13.686 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:08:13.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children... 08:08:13.687 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench 08:08:13.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:08:13.687 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed 08:08:13.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:08:13.687 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench 08:08:13.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children finished successfully 08:08:13.687 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench 08:08:13.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:08:13.687 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed 08:08:13.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:08:13.688 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench 08:08:13.688 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Workbench Dirty Test 08:08:13.688 DEBUG [main][TreeItemHandler] Selecting tree item: Workbench Dirty Test 08:08:13.688 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Workbench Dirty Test about selection 08:08:13.688 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Workbench Dirty Test 08:08:13.688 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:08:13.688 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:08:13.688 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:08:13.689 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 08:08:13.689 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:08:13.689 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:08:13.689 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:08:13.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: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 08:08:13.689 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:08:13.689 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:08:13.689 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:08:13.689 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 08:08:13.689 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:08:13.689 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:08:13.689 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:08:13.690 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:08:13.690 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:08:13.690 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:08:13.691 INFO [WorkbenchTestable][AbstractButton] Click button &Open 08:08:13.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:08:13.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:08:13.691 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:08:13.691 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:08:13.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 08:08:13.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 08:08:13.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open... 08:08:13.760 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:08:13.763 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:08:13.763 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open finished successfully 08:08:13.763 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:08:13.766 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:08:13.766 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:08:13.767 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:08:13.767 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:08:13.767 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:08:13.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 '\*?\QWorkbench Dirty Test\E') 08:08:13.767 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:08:13.767 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:08:13.770 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:08:13.770 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:08:13.770 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:08:13.770 INFO [WorkbenchTestable][AbstractView] Activate view *Workbench Dirty Test 08:08:13.770 INFO [WorkbenchTestable][AbstractCTabItem] Activate *Workbench Dirty Test 08:08:13.783 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:08:13.783 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:08:13.783 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:08:13.783 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:08:13.785 INFO [WorkbenchTestable][AbstractView] Activate view *Workbench Dirty Test 08:08:13.785 INFO [WorkbenchTestable][AbstractCTabItem] Activate *Workbench Dirty Test 08:08:13.785 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:08:13.786 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Text Text= TooltipText=null 08:08:13.786 INFO [WorkbenchTestable][AbstractView] Close view '*Workbench Dirty Test' 08:08:13.786 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem *Workbench Dirty Test 08:08:13.786 INFO [WorkbenchTestable][AbstractCTabItem] Activate *Workbench Dirty Test 08:08:13.786 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 08:08:13.817 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:08:13.828 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:08:13.828 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 08:08:13.828 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:08:13.828 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:08:13.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:08:13.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:08:13.829 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testOpenAndCloseDirtyView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 08:08:13.829 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:08:13.829 INFO [WorkbenchTestable][RequirementsRunner] Started test: testClosedGetImage no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 08:08:13.829 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 08:08:13.829 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:08:13.829 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:08:13.829 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:08:13.831 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:08:13.837 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:08:13.838 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:08:13.843 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:08:13.843 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 08:08:13.843 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:08:13.843 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:08:13.843 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:08:13.843 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:08:13.843 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testClosedGetImage no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 08:08:13.843 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:08:13.844 INFO [WorkbenchTestable][RequirementsRunner] Started test: testClosedGetTitle no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 08:08:13.844 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 08:08:13.844 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:08:13.844 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:08:13.844 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:08:13.844 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:08:13.850 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:08:13.850 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:08:13.856 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:08:13.856 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 08:08:13.856 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:08:13.856 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:08:13.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:08:13.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:08:13.856 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testClosedGetTitle no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 08:08:13.856 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:08:13.856 INFO [WorkbenchTestable][RequirementsRunner] Started test: getTitleToolTipTest no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 08:08:13.856 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 08:08:13.856 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:08:13.856 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:08:13.856 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:08:13.857 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:08:13.862 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:08:13.862 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWorkbench Test\E'' view via menu. 08:08:13.862 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:08:13.863 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:08:13.863 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:08:13.863 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:08:13.863 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 08:08:13.863 DEBUG [main][MenuItemLookup] Found menu:'File' 08:08:13.863 DEBUG [main][MenuItemLookup] Found menu:'Edit' 08:08:13.863 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 08:08:13.863 DEBUG [main][MenuItemLookup] Found menu:'Search' 08:08:13.863 DEBUG [main][MenuItemLookup] Found menu:'Project' 08:08:13.863 DEBUG [main][MenuItemLookup] Found menu:'Window' 08:08:13.863 DEBUG [main][MenuItemLookup] Item match:Window 08:08:13.864 DEBUG [main][MenuItemLookup] Found menu:'New Window' 08:08:13.864 DEBUG [main][MenuItemLookup] Found menu:'Editor' 08:08:13.864 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 08:08:13.864 DEBUG [main][MenuItemLookup] Found menu:'' 08:08:13.864 DEBUG [main][MenuItemLookup] Found menu:'Show View' 08:08:13.864 DEBUG [main][MenuItemLookup] Item match:Show View 08:08:13.867 DEBUG [main][MenuItemLookup] Found menu:'Bookmarks' 08:08:13.867 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 08:08:13.867 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 08:08:13.867 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 08:08:13.867 DEBUG [main][MenuItemLookup] Found menu:'Progress' 08:08:13.867 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 08:08:13.867 DEBUG [main][MenuItemLookup] Found menu:'Properties' 08:08:13.867 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 08:08:13.867 DEBUG [main][MenuItemLookup] Found menu:'' 08:08:13.867 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 08:08:13.867 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 08:08:13.876 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 08:08:13.876 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 08:08:13.876 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 08:08:13.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 08:08:13.946 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:08:13.946 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 08:08:13.948 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:08:13.948 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:08:13.948 DEBUG [WorkbenchTestable][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:08:13.948 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:08:13.948 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:08:13.948 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:08:13.948 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 08:08:13.948 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:08:13.948 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:08:13.948 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:08:13.948 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:08:13.948 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:08:13.948 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:08:13.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:08:13.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:08:13.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children... 08:08:13.950 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench 08:08:13.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:08:13.950 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed 08:08:13.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:08:13.950 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench 08:08:13.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children finished successfully 08:08:13.950 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench 08:08:13.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:08:13.950 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed 08:08:13.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:08:13.950 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench 08:08:13.950 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Workbench Test 08:08:13.950 DEBUG [main][TreeItemHandler] Selecting tree item: Workbench Test 08:08:13.951 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Workbench Test about selection 08:08:13.951 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Workbench Test 08:08:13.951 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:08:13.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:08:13.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:08:13.951 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 08:08:13.951 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:08:13.951 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:08:13.952 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:08:13.952 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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:08:13.952 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:08:13.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:08:13.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:08:13.952 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 08:08:13.952 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:08:13.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:08:13.952 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:08:13.953 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:08:13.953 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:08:13.953 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:08:13.953 INFO [WorkbenchTestable][AbstractButton] Click button &Open 08:08:13.953 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:08:13.953 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:08:13.953 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:08:13.953 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:08:13.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 08:08:13.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 08:08:13.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open... 08:08:13.993 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:08:13.995 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:08:13.996 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open finished successfully 08:08:13.996 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:08:13.998 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:08:13.998 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:08:13.998 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:08:14.005 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:08:14.005 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:08:14.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 '\*?\QWorkbench Test\E') 08:08:14.005 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:08:14.005 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:08:14.008 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:08:14.008 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:08:14.008 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:08:14.008 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Test 08:08:14.008 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 08:08:14.026 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:08:14.026 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:08:14.026 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:08:14.026 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:08:14.029 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:08:14.031 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:08:14.032 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:08:14.040 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:08:14.040 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:08:14.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:08:14.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:08:14.040 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:08:14.040 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWorkbench Test\E') 08:08:14.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:08:14.040 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:08:14.043 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:08:14.043 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:08:14.043 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:08:14.043 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Test 08:08:14.043 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 08:08:14.043 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:08:14.044 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:08:14.044 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:08:14.044 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:08:14.044 INFO [WorkbenchTestable][AbstractView] Close view 'Workbench Test' 08:08:14.044 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Workbench Test 08:08:14.044 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 08:08:14.045 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 08:08:14.061 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 08:08:14.061 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:08:14.061 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:08:14.071 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:08:14.072 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:08:14.072 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getTitleToolTipTest no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 08:08:14.072 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:08:14.072 INFO [WorkbenchTestable][RequirementsRunner] Started test: testInitializeRegisteredView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 08:08:14.072 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 08:08:14.072 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:08:14.072 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:08:14.072 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:08:14.073 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:08:14.078 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:08:14.078 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 08:08:14.078 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:08:14.078 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:08:14.078 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:08:14.078 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:08:14.078 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testInitializeRegisteredView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 08:08:14.078 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:08:14.078 INFO [WorkbenchTestable][RequirementsRunner] Started test: testCloseNoninitializedView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 08:08:14.078 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 08:08:14.078 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:08:14.078 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:08:14.078 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:08:14.079 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:08:14.083 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:08:14.083 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:08:14.089 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:08:14.089 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 08:08:14.089 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:08:14.089 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:08:14.089 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:08:14.089 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:08:14.089 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testCloseNoninitializedView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 08:08:14.089 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:08:14.089 INFO [WorkbenchTestable][RequirementsRunner] Started test: viewAsReferencedComposite no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 08:08:14.089 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 08:08:14.089 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:08:14.089 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:08:14.089 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:08:14.089 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:08:14.095 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:08:14.095 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWorkbench Dirty Test\E'' view via menu. 08:08:14.095 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:08:14.095 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:08:14.095 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:08:14.095 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:08:14.095 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 08:08:14.095 DEBUG [main][MenuItemLookup] Found menu:'File' 08:08:14.096 DEBUG [main][MenuItemLookup] Found menu:'Edit' 08:08:14.096 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 08:08:14.096 DEBUG [main][MenuItemLookup] Found menu:'Search' 08:08:14.096 DEBUG [main][MenuItemLookup] Found menu:'Project' 08:08:14.096 DEBUG [main][MenuItemLookup] Found menu:'Window' 08:08:14.096 DEBUG [main][MenuItemLookup] Item match:Window 08:08:14.096 DEBUG [main][MenuItemLookup] Found menu:'New Window' 08:08:14.096 DEBUG [main][MenuItemLookup] Found menu:'Editor' 08:08:14.096 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 08:08:14.096 DEBUG [main][MenuItemLookup] Found menu:'' 08:08:14.096 DEBUG [main][MenuItemLookup] Found menu:'Show View' 08:08:14.096 DEBUG [main][MenuItemLookup] Item match:Show View 08:08:14.099 DEBUG [main][MenuItemLookup] Found menu:'Bookmarks' 08:08:14.099 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 08:08:14.099 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 08:08:14.099 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 08:08:14.099 DEBUG [main][MenuItemLookup] Found menu:'Progress' 08:08:14.099 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 08:08:14.099 DEBUG [main][MenuItemLookup] Found menu:'Properties' 08:08:14.099 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 08:08:14.099 DEBUG [main][MenuItemLookup] Found menu:'' 08:08:14.099 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 08:08:14.099 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 08:08:14.100 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 08:08:14.100 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 08:08:14.100 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 08:08:14.155 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 08:08:14.156 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:08:14.156 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 08:08:14.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:08:14.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:08:14.157 DEBUG [WorkbenchTestable][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:08:14.157 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:08:14.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:08:14.158 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:08:14.158 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 08:08:14.158 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:08:14.158 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:08:14.158 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:08:14.158 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:08:14.158 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:08:14.158 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:08:14.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:08:14.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:08:14.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children... 08:08:14.159 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench 08:08:14.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:08:14.159 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed 08:08:14.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:08:14.159 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench 08:08:14.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children finished successfully 08:08:14.159 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench 08:08:14.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:08:14.159 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed 08:08:14.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:08:14.160 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench 08:08:14.160 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Workbench Dirty Test 08:08:14.160 DEBUG [main][TreeItemHandler] Selecting tree item: Workbench Dirty Test 08:08:14.160 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Workbench Dirty Test about selection 08:08:14.160 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Workbench Dirty Test 08:08:14.160 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:08:14.160 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:08:14.160 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:08:14.160 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 08:08:14.160 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:08:14.160 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:08:14.161 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:08:14.161 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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:08:14.161 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:08:14.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:08:14.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:08:14.161 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 08:08:14.161 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:08:14.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:08:14.161 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:08:14.162 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:08:14.162 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:08:14.162 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:08:14.162 INFO [WorkbenchTestable][AbstractButton] Click button &Open 08:08:14.162 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:08:14.163 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:08:14.163 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:08:14.163 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:08:14.204 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 08:08:14.204 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 08:08:14.204 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open... 08:08:14.204 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:08:14.225 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:08:14.225 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open finished successfully 08:08:14.226 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:08:14.228 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:08:14.228 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:08:14.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:08:14.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:08:14.228 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:08:14.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 '\*?\QWorkbench Dirty Test\E') 08:08:14.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:08:14.228 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:08:14.230 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:08:14.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:08:14.230 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:08:14.230 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Dirty Test 08:08:14.230 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Dirty Test 08:08:14.235 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:08:14.235 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:08:14.235 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:08:14.235 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:08:14.241 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:08:14.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:08:14.241 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:08:14.253 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:08:14.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:08:14.253 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 08:08:14.253 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:08:14.253 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:08:14.258 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:08:14.258 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 08:08:14.258 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:08:14.258 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:08:14.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:08:14.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:08:14.258 INFO [WorkbenchTestable][RequirementsRunner] Finished test: viewAsReferencedComposite no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 08:08:14.258 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:08:14.258 INFO [WorkbenchTestable][RequirementsRunner] Started test: testClosedActivate no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 08:08:14.258 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 08:08:14.258 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:08:14.258 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:08:14.258 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:08:14.260 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:08:14.264 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:08:14.264 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:08:14.268 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:08:14.268 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 08:08:14.268 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:08:14.268 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:08:14.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:08:14.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:08:14.269 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testClosedActivate no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 08:08:14.269 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:08:14.269 INFO [WorkbenchTestable][RequirementsRunner] Started test: testOpenClosedView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 08:08:14.269 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 08:08:14.269 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:08:14.269 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:08:14.269 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:08:14.269 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:08:14.273 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:08:14.273 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWorkbench Test\E'' view via menu. 08:08:14.273 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:08:14.274 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:08:14.280 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:08:14.280 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:08:14.280 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 08:08:14.281 DEBUG [main][MenuItemLookup] Found menu:'File' 08:08:14.281 DEBUG [main][MenuItemLookup] Found menu:'Edit' 08:08:14.281 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 08:08:14.281 DEBUG [main][MenuItemLookup] Found menu:'Search' 08:08:14.281 DEBUG [main][MenuItemLookup] Found menu:'Project' 08:08:14.281 DEBUG [main][MenuItemLookup] Found menu:'Window' 08:08:14.281 DEBUG [main][MenuItemLookup] Item match:Window 08:08:14.281 DEBUG [main][MenuItemLookup] Found menu:'New Window' 08:08:14.281 DEBUG [main][MenuItemLookup] Found menu:'Editor' 08:08:14.281 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 08:08:14.281 DEBUG [main][MenuItemLookup] Found menu:'' 08:08:14.281 DEBUG [main][MenuItemLookup] Found menu:'Show View' 08:08:14.282 DEBUG [main][MenuItemLookup] Item match:Show View 08:08:14.285 DEBUG [main][MenuItemLookup] Found menu:'Bookmarks' 08:08:14.285 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 08:08:14.285 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 08:08:14.285 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 08:08:14.285 DEBUG [main][MenuItemLookup] Found menu:'Progress' 08:08:14.285 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 08:08:14.285 DEBUG [main][MenuItemLookup] Found menu:'Properties' 08:08:14.285 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 08:08:14.285 DEBUG [main][MenuItemLookup] Found menu:'' 08:08:14.285 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 08:08:14.285 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 08:08:14.285 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 08:08:14.285 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 08:08:14.285 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 08:08:14.341 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 08:08:14.342 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:08:14.342 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 08:08:14.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:08:14.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:08:14.344 DEBUG [WorkbenchTestable][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:08:14.344 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:08:14.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:08:14.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:08:14.344 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 08:08:14.344 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:08:14.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:08:14.344 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:08:14.344 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:08:14.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:08:14.344 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:08:14.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:08:14.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:08:14.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children... 08:08:14.347 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench 08:08:14.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:08:14.347 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed 08:08:14.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:08:14.347 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench 08:08:14.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children finished successfully 08:08:14.347 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench 08:08:14.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:08:14.347 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed 08:08:14.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:08:14.347 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench 08:08:14.347 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Workbench Test 08:08:14.347 DEBUG [main][TreeItemHandler] Selecting tree item: Workbench Test 08:08:14.347 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Workbench Test about selection 08:08:14.348 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Workbench Test 08:08:14.348 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:08:14.348 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:08:14.348 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:08:14.348 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 08:08:14.348 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:08:14.348 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:08:14.349 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:08:14.349 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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:08:14.349 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:08:14.349 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:08:14.349 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:08:14.349 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 08:08:14.349 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:08:14.349 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:08:14.349 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:08:14.349 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:08:14.349 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:08:14.349 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:08:14.350 INFO [WorkbenchTestable][AbstractButton] Click button &Open 08:08:14.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:08:14.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:08:14.350 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:08:14.350 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:08:14.387 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 08:08:14.387 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 08:08:14.387 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open... 08:08:14.387 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:08:14.389 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:08:14.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open finished successfully 08:08:14.389 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:08:14.392 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:08:14.392 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:08:14.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:08:14.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:08:14.392 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:08:14.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 '\*?\QWorkbench Test\E') 08:08:14.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:08:14.392 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:08:14.394 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:08:14.394 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:08:14.394 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:08:14.394 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Test 08:08:14.394 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 08:08:14.397 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:08:14.397 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:08:14.397 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:08:14.397 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:08:14.398 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Test 08:08:14.398 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 08:08:14.398 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:08:14.398 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Composite Text= TooltipText=null 08:08:14.399 INFO [WorkbenchTestable][AbstractView] Close view 'Workbench Test' 08:08:14.399 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Workbench Test 08:08:14.399 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 08:08:14.399 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 08:08:14.437 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:08:14.442 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:08:14.442 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWorkbench Test\E'' view via menu. 08:08:14.442 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:08:14.442 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:08:14.442 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:08:14.443 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:08:14.443 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 08:08:14.443 DEBUG [main][MenuItemLookup] Found menu:'File' 08:08:14.443 DEBUG [main][MenuItemLookup] Found menu:'Edit' 08:08:14.443 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 08:08:14.443 DEBUG [main][MenuItemLookup] Found menu:'Search' 08:08:14.443 DEBUG [main][MenuItemLookup] Found menu:'Project' 08:08:14.443 DEBUG [main][MenuItemLookup] Found menu:'Window' 08:08:14.443 DEBUG [main][MenuItemLookup] Item match:Window 08:08:14.443 DEBUG [main][MenuItemLookup] Found menu:'New Window' 08:08:14.444 DEBUG [main][MenuItemLookup] Found menu:'Editor' 08:08:14.444 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 08:08:14.444 DEBUG [main][MenuItemLookup] Found menu:'' 08:08:14.444 DEBUG [main][MenuItemLookup] Found menu:'Show View' 08:08:14.444 DEBUG [main][MenuItemLookup] Item match:Show View 08:08:14.446 DEBUG [main][MenuItemLookup] Found menu:'Bookmarks' 08:08:14.446 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 08:08:14.446 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 08:08:14.446 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 08:08:14.446 DEBUG [main][MenuItemLookup] Found menu:'Progress' 08:08:14.446 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 08:08:14.446 DEBUG [main][MenuItemLookup] Found menu:'Properties' 08:08:14.446 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 08:08:14.446 DEBUG [main][MenuItemLookup] Found menu:'' 08:08:14.446 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 08:08:14.446 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 08:08:14.447 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 08:08:14.447 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 08:08:14.447 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 08:08:14.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 08:08:14.495 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:08:14.495 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 08:08:14.496 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:08:14.496 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:08:14.496 DEBUG [WorkbenchTestable][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:08:14.496 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:08:14.496 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:08:14.496 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:08:14.497 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 08:08:14.497 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:08:14.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:08:14.497 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:08:14.497 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:08:14.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:08:14.497 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:08:14.498 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:08:14.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:08:14.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children... 08:08:14.502 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench 08:08:14.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:08:14.502 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed 08:08:14.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:08:14.502 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench 08:08:14.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children finished successfully 08:08:14.502 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench 08:08:14.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:08:14.502 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed 08:08:14.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:08:14.503 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench 08:08:14.503 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Workbench Test 08:08:14.503 DEBUG [main][TreeItemHandler] Selecting tree item: Workbench Test 08:08:14.503 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Workbench Test about selection 08:08:14.503 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Workbench Test 08:08:14.503 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:08:14.503 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:08:14.503 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:08:14.503 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 08:08:14.503 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:08:14.503 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:08:14.504 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:08:14.504 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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:08:14.504 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:08:14.504 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:08:14.504 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:08:14.504 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 08:08:14.504 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:08:14.504 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:08:14.504 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:08:14.505 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:08:14.505 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:08:14.505 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:08:14.505 INFO [WorkbenchTestable][AbstractButton] Click button &Open 08:08:14.505 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:08:14.505 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:08:14.505 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:08:14.506 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:08:14.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 08:08:14.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 08:08:14.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open... 08:08:14.544 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:08:14.546 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:08:14.546 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open finished successfully 08:08:14.546 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:08:14.550 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:08:14.550 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:08:14.550 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:08:14.550 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:08:14.550 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:08:14.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 '\*?\QWorkbench Test\E') 08:08:14.550 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:08:14.550 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:08:14.552 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:08:14.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:08:14.552 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:08:14.552 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Test 08:08:14.552 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 08:08:14.553 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:08:14.553 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:08:14.553 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:08:14.553 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:08:14.554 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:08:14.556 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:08:14.556 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:08:14.558 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:08:14.558 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:08:14.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:08:14.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:08:14.559 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:08:14.559 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWorkbench Test\E') 08:08:14.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:08:14.559 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:08:14.561 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:08:14.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:08:14.561 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:08:14.561 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Test 08:08:14.561 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 08:08:14.562 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:08:14.562 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:08:14.562 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:08:14.562 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:08:14.562 INFO [WorkbenchTestable][AbstractView] Close view 'Workbench Test' 08:08:14.562 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Workbench Test 08:08:14.562 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 08:08:14.563 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 08:08:14.573 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 08:08:14.573 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:08:14.573 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:08:14.581 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:08:14.581 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:08:14.582 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testOpenClosedView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 08:08:14.582 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:08:14.582 INFO [WorkbenchTestable][RequirementsRunner] Started test: testClosedIsActive no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 08:08:14.582 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 08:08:14.582 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:08:14.582 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:08:14.582 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:08:14.583 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:08:14.587 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:08:14.587 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:08:14.591 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:08:14.591 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 08:08:14.591 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:08:14.591 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:08:14.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:08:14.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:08:14.592 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testClosedIsActive no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 08:08:14.592 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:08:14.592 INFO [WorkbenchTestable][RequirementsRunner] Started test: testInitializeRegisteredViewWithRegex no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 08:08:14.592 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 08:08:14.592 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:08:14.592 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:08:14.592 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:08:14.593 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:08:14.598 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:08:14.598 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 08:08:14.598 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:08:14.598 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:08:14.598 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:08:14.598 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:08:14.598 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testInitializeRegisteredViewWithRegex no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 08:08:14.599 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:08:14.599 INFO [WorkbenchTestable][RequirementsRunner] Started test: testOpenAndCloseView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 08:08:14.599 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 08:08:14.599 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:08:14.599 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:08:14.599 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:08:14.599 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:08:14.603 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:08:14.603 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWorkbench Test\E'' view via menu. 08:08:14.603 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:08:14.604 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:08:14.604 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:08:14.604 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:08:14.604 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 08:08:14.604 DEBUG [main][MenuItemLookup] Found menu:'File' 08:08:14.604 DEBUG [main][MenuItemLookup] Found menu:'Edit' 08:08:14.604 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 08:08:14.604 DEBUG [main][MenuItemLookup] Found menu:'Search' 08:08:14.604 DEBUG [main][MenuItemLookup] Found menu:'Project' 08:08:14.604 DEBUG [main][MenuItemLookup] Found menu:'Window' 08:08:14.604 DEBUG [main][MenuItemLookup] Item match:Window 08:08:14.605 DEBUG [main][MenuItemLookup] Found menu:'New Window' 08:08:14.605 DEBUG [main][MenuItemLookup] Found menu:'Editor' 08:08:14.605 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 08:08:14.605 DEBUG [main][MenuItemLookup] Found menu:'' 08:08:14.605 DEBUG [main][MenuItemLookup] Found menu:'Show View' 08:08:14.605 DEBUG [main][MenuItemLookup] Item match:Show View 08:08:14.623 DEBUG [main][MenuItemLookup] Found menu:'Bookmarks' 08:08:14.623 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 08:08:14.623 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 08:08:14.623 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 08:08:14.623 DEBUG [main][MenuItemLookup] Found menu:'Progress' 08:08:14.623 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 08:08:14.623 DEBUG [main][MenuItemLookup] Found menu:'Properties' 08:08:14.623 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 08:08:14.623 DEBUG [main][MenuItemLookup] Found menu:'' 08:08:14.623 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 08:08:14.623 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 08:08:14.629 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 08:08:14.629 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 08:08:14.629 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 08:08:14.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 08:08:14.677 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:08:14.677 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 08:08:14.678 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:08:14.678 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:08:14.678 DEBUG [WorkbenchTestable][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:08:14.678 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:08:14.678 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:08:14.678 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:08:14.678 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 08:08:14.678 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:08:14.678 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:08:14.678 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:08:14.679 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:08:14.679 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:08:14.679 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:08:14.679 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:08:14.679 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:08:14.680 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children... 08:08:14.680 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench 08:08:14.680 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:08:14.680 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed 08:08:14.680 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:08:14.680 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench 08:08:14.684 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children finished successfully 08:08:14.684 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench 08:08:14.684 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:08:14.684 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed 08:08:14.684 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:08:14.684 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench 08:08:14.685 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Workbench Test 08:08:14.685 DEBUG [main][TreeItemHandler] Selecting tree item: Workbench Test 08:08:14.685 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Workbench Test about selection 08:08:14.685 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Workbench Test 08:08:14.685 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:08:14.685 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:08:14.685 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:08:14.685 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 08:08:14.685 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:08:14.685 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:08:14.686 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:08:14.686 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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:08:14.686 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:08:14.686 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:08:14.686 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:08:14.686 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 08:08:14.686 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:08:14.686 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:08:14.686 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:08:14.687 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:08:14.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:08:14.687 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:08:14.687 INFO [WorkbenchTestable][AbstractButton] Click button &Open 08:08:14.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:08:14.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:08:14.688 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:08:14.688 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:08:14.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 08:08:14.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 08:08:14.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open... 08:08:14.740 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:08:14.742 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:08:14.742 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open finished successfully 08:08:14.743 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:08:14.745 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:08:14.745 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:08:14.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:08:14.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:08:14.745 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:08:14.745 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWorkbench Test\E') 08:08:14.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:08:14.745 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:08:14.747 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:08:14.747 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:08:14.747 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:08:14.747 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Test 08:08:14.748 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 08:08:14.750 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:08:14.750 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:08:14.750 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:08:14.750 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:08:14.751 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Test 08:08:14.751 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 08:08:14.751 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:08:14.751 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Composite Text= TooltipText=null 08:08:14.751 INFO [WorkbenchTestable][AbstractView] Close view 'Workbench Test' 08:08:14.751 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Workbench Test 08:08:14.752 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 08:08:14.752 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 08:08:14.764 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:08:14.774 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:08:14.775 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 08:08:14.775 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:08:14.775 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:08:14.775 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:08:14.775 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:08:14.775 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testOpenAndCloseView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 08:08:14.775 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:08:14.775 INFO [WorkbenchTestable][RequirementsRunner] Started test: testOpenAndCloseViewFullPath no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 08:08:14.775 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 08:08:14.775 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:08:14.775 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:08:14.775 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:08:14.776 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:08:14.780 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:08:14.780 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWorkbench Test\E'' view via menu. 08:08:14.780 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:08:14.780 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:08:14.780 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:08:14.780 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:08:14.780 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 08:08:14.781 DEBUG [main][MenuItemLookup] Found menu:'File' 08:08:14.781 DEBUG [main][MenuItemLookup] Found menu:'Edit' 08:08:14.781 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 08:08:14.781 DEBUG [main][MenuItemLookup] Found menu:'Search' 08:08:14.781 DEBUG [main][MenuItemLookup] Found menu:'Project' 08:08:14.781 DEBUG [main][MenuItemLookup] Found menu:'Window' 08:08:14.781 DEBUG [main][MenuItemLookup] Item match:Window 08:08:14.781 DEBUG [main][MenuItemLookup] Found menu:'New Window' 08:08:14.781 DEBUG [main][MenuItemLookup] Found menu:'Editor' 08:08:14.781 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 08:08:14.781 DEBUG [main][MenuItemLookup] Found menu:'' 08:08:14.781 DEBUG [main][MenuItemLookup] Found menu:'Show View' 08:08:14.781 DEBUG [main][MenuItemLookup] Item match:Show View 08:08:14.784 DEBUG [main][MenuItemLookup] Found menu:'Bookmarks' 08:08:14.785 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 08:08:14.785 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 08:08:14.785 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 08:08:14.785 DEBUG [main][MenuItemLookup] Found menu:'Progress' 08:08:14.785 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 08:08:14.785 DEBUG [main][MenuItemLookup] Found menu:'Properties' 08:08:14.785 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 08:08:14.785 DEBUG [main][MenuItemLookup] Found menu:'' 08:08:14.785 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 08:08:14.785 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 08:08:14.790 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 08:08:14.790 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 08:08:14.790 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 08:08:14.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 08:08:14.857 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:08:14.857 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 08:08:14.858 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:08:14.859 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:08:14.859 DEBUG [WorkbenchTestable][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:08:14.859 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:08:14.859 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:08:14.859 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:08:14.859 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 08:08:14.859 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:08:14.859 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:08:14.859 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:08:14.859 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:08:14.859 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:08:14.859 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:08:14.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:08:14.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:08:14.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children... 08:08:14.860 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench 08:08:14.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:08:14.860 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed 08:08:14.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:08:14.860 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench 08:08:14.861 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children finished successfully 08:08:14.861 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench 08:08:14.861 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:08:14.861 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed 08:08:14.861 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:08:14.861 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench 08:08:14.861 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Workbench Test 08:08:14.861 DEBUG [main][TreeItemHandler] Selecting tree item: Workbench Test 08:08:14.861 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Workbench Test about selection 08:08:14.861 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Workbench Test 08:08:14.862 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:08:14.862 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:08:14.862 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:08:14.862 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 08:08:14.862 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:08:14.862 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:08:14.862 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:08:14.862 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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:08:14.862 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:08:14.862 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:08:14.862 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:08:14.862 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 08:08:14.862 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:08:14.862 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:08:14.863 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:08:14.863 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:08:14.863 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:08:14.863 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:08:14.864 INFO [WorkbenchTestable][AbstractButton] Click button &Open 08:08:14.864 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:08:14.864 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:08:14.864 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:08:14.864 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:08:14.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 08:08:14.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 08:08:14.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open... 08:08:14.932 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:08:14.936 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:08:14.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open finished successfully 08:08:14.936 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:08:14.938 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:08:14.938 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:08:14.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:08:14.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:08:14.938 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:08:14.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 '\*?\QWorkbench Test\E') 08:08:14.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:08:14.938 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:08:14.940 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:08:14.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:08:14.940 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:08:14.940 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Test 08:08:14.941 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 08:08:14.941 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:08:14.941 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:08:14.941 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:08:14.941 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:08:14.942 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Test 08:08:14.942 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 08:08:14.943 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:08:14.943 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Composite Text= TooltipText=null 08:08:14.943 INFO [WorkbenchTestable][AbstractView] Close view 'Workbench Test' 08:08:14.943 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Workbench Test 08:08:14.943 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 08:08:14.943 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 08:08:14.961 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:08:14.966 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:08:14.966 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 08:08:14.966 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:08:14.966 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:08:14.966 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:08:14.966 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:08:14.966 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testOpenAndCloseViewFullPath no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 08:08:14.966 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:08:14.966 INFO [WorkbenchTestable][RequirementsRunner] Started test: testInitializeNonregisteredView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 08:08:14.966 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 08:08:14.966 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:08:14.966 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:08:14.966 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:08:14.967 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:08:14.971 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:08:14.971 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 08:08:14.971 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:08:14.971 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:08:14.971 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:08:14.971 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:08:14.972 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testInitializeNonregisteredView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 08:08:14.972 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:08:14.972 INFO [WorkbenchTestable][RequirementsRunner] Started test: testCloseNonFocusedView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 08:08:14.972 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 08:08:14.972 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:08:14.972 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:08:14.972 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:08:14.972 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:08:14.978 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:08:14.978 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWorkbench Test\E'' view via menu. 08:08:14.978 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:08:14.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:08:14.979 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:08:14.979 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:08:14.979 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 08:08:14.979 DEBUG [main][MenuItemLookup] Found menu:'File' 08:08:14.979 DEBUG [main][MenuItemLookup] Found menu:'Edit' 08:08:14.979 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 08:08:14.979 DEBUG [main][MenuItemLookup] Found menu:'Search' 08:08:14.979 DEBUG [main][MenuItemLookup] Found menu:'Project' 08:08:14.979 DEBUG [main][MenuItemLookup] Found menu:'Window' 08:08:14.979 DEBUG [main][MenuItemLookup] Item match:Window 08:08:14.979 DEBUG [main][MenuItemLookup] Found menu:'New Window' 08:08:14.979 DEBUG [main][MenuItemLookup] Found menu:'Editor' 08:08:14.979 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 08:08:14.979 DEBUG [main][MenuItemLookup] Found menu:'' 08:08:14.979 DEBUG [main][MenuItemLookup] Found menu:'Show View' 08:08:14.979 DEBUG [main][MenuItemLookup] Item match:Show View 08:08:14.982 DEBUG [main][MenuItemLookup] Found menu:'Bookmarks' 08:08:14.982 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 08:08:14.982 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 08:08:14.982 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 08:08:14.982 DEBUG [main][MenuItemLookup] Found menu:'Progress' 08:08:14.982 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 08:08:14.982 DEBUG [main][MenuItemLookup] Found menu:'Properties' 08:08:14.982 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 08:08:14.982 DEBUG [main][MenuItemLookup] Found menu:'' 08:08:14.982 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 08:08:14.982 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 08:08:14.983 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 08:08:14.983 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 08:08:14.983 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 08:08:15.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 08:08:15.046 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:08:15.046 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 08:08:15.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:08:15.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:08:15.048 DEBUG [WorkbenchTestable][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:08:15.048 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:08:15.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:08:15.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:08:15.048 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 08:08:15.048 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:08:15.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:08:15.048 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:08:15.049 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:08:15.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:08:15.049 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:08:15.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:08:15.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:08:15.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children... 08:08:15.050 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench 08:08:15.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:08:15.050 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed 08:08:15.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:08:15.050 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench 08:08:15.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children finished successfully 08:08:15.050 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench 08:08:15.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:08:15.050 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed 08:08:15.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:08:15.050 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench 08:08:15.050 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Workbench Test 08:08:15.050 DEBUG [main][TreeItemHandler] Selecting tree item: Workbench Test 08:08:15.051 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Workbench Test about selection 08:08:15.051 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Workbench Test 08:08:15.051 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:08:15.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:08:15.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:08:15.051 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 08:08:15.051 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:08:15.051 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:08:15.052 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:08:15.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 "Open") 08:08:15.052 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:08:15.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:08:15.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:08:15.052 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 08:08:15.052 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:08:15.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:08:15.052 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:08:15.052 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:08:15.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:08:15.052 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:08:15.053 INFO [WorkbenchTestable][AbstractButton] Click button &Open 08:08:15.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:08:15.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:08:15.053 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:08:15.053 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:08:15.096 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 08:08:15.096 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 08:08:15.096 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open... 08:08:15.096 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:08:15.099 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:08:15.099 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open finished successfully 08:08:15.099 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:08:15.102 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:08:15.102 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:08:15.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:08:15.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:08:15.102 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:08:15.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 '\*?\QWorkbench Test\E') 08:08:15.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:08:15.103 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:08:15.105 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:08:15.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:08:15.105 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:08:15.105 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Test 08:08:15.105 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 08:08:15.106 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:08:15.106 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:08:15.106 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:08:15.106 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:08:15.107 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:08:15.133 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:08:15.134 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QMarkers\E'' view via menu. 08:08:15.134 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:08:15.134 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:08:15.134 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:08:15.134 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:08:15.134 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 08:08:15.135 DEBUG [main][MenuItemLookup] Found menu:'File' 08:08:15.135 DEBUG [main][MenuItemLookup] Found menu:'Edit' 08:08:15.135 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 08:08:15.135 DEBUG [main][MenuItemLookup] Found menu:'Search' 08:08:15.135 DEBUG [main][MenuItemLookup] Found menu:'Project' 08:08:15.135 DEBUG [main][MenuItemLookup] Found menu:'Window' 08:08:15.135 DEBUG [main][MenuItemLookup] Item match:Window 08:08:15.135 DEBUG [main][MenuItemLookup] Found menu:'New Window' 08:08:15.135 DEBUG [main][MenuItemLookup] Found menu:'Editor' 08:08:15.135 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 08:08:15.135 DEBUG [main][MenuItemLookup] Found menu:'' 08:08:15.136 DEBUG [main][MenuItemLookup] Found menu:'Show View' 08:08:15.136 DEBUG [main][MenuItemLookup] Item match:Show View 08:08:15.140 DEBUG [main][MenuItemLookup] Found menu:'Bookmarks' 08:08:15.140 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 08:08:15.140 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 08:08:15.140 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 08:08:15.140 DEBUG [main][MenuItemLookup] Found menu:'Progress' 08:08:15.140 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 08:08:15.140 DEBUG [main][MenuItemLookup] Found menu:'Properties' 08:08:15.140 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 08:08:15.140 DEBUG [main][MenuItemLookup] Found menu:'' 08:08:15.140 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 08:08:15.140 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 08:08:15.140 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 08:08:15.140 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 08:08:15.140 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 08:08:15.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 08:08:15.194 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:08:15.194 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 08:08:15.195 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:08:15.195 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:08:15.195 DEBUG [WorkbenchTestable][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:08:15.195 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:08:15.195 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:08:15.195 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:08:15.196 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 08:08:15.196 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:08:15.196 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:08:15.196 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:08:15.196 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:08:15.196 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:08:15.196 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:08:15.197 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:08:15.197 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:08:15.197 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 08:08:15.197 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 08:08:15.197 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:08:15.197 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 08:08:15.197 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:08:15.197 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 08:08:15.197 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 08:08:15.197 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 08:08:15.197 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:08:15.197 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 08:08:15.197 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:08:15.198 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 08:08:15.198 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Markers 08:08:15.198 DEBUG [main][TreeItemHandler] Selecting tree item: Markers 08:08:15.198 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Markers about selection 08:08:15.199 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Markers 08:08:15.199 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:08:15.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:08:15.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:08:15.199 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 08:08:15.199 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:08:15.199 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:08:15.199 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:08:15.199 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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:08:15.199 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:08:15.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:08:15.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:08:15.199 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 08:08:15.200 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:08:15.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:08:15.200 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:08:15.200 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:08:15.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:08:15.200 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:08:15.201 INFO [WorkbenchTestable][AbstractButton] Click button &Open 08:08:15.201 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:08:15.201 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:08:15.201 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:08:15.201 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:08:15.290 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 08:08:15.290 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 08:08:15.290 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open... 08:08:15.290 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:08:15.293 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:08:15.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open finished successfully 08:08:15.293 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:08:15.295 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:08:15.296 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:08:15.296 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:08:15.296 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:08:15.296 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:08:15.296 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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:08:15.296 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:08:15.296 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:08:15.308 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:08:15.308 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:08:15.308 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:08:15.308 INFO [WorkbenchTestable][AbstractView] Activate view Markers 08:08:15.308 INFO [WorkbenchTestable][AbstractCTabItem] Activate Markers 08:08:15.309 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:08:15.309 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:08:15.309 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:08:15.309 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:08:15.310 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Test 08:08:15.310 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 08:08:15.327 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:08:15.327 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=null 08:08:15.327 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:08:15.327 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:08:15.328 INFO [WorkbenchTestable][AbstractView] Close view 'Workbench Test' 08:08:15.328 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Workbench Test 08:08:15.328 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 08:08:15.328 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 08:08:15.346 INFO [WorkbenchTestable][AbstractView] Activate view Markers 08:08:15.346 INFO [WorkbenchTestable][AbstractCTabItem] Activate Markers 08:08:15.347 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:08:15.347 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:08:15.347 INFO [WorkbenchTestable][AbstractView] Close view 'Markers' 08:08:15.348 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Markers 08:08:15.348 INFO [WorkbenchTestable][AbstractCTabItem] Activate Markers 08:08:15.348 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 08:08:15.373 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:08:15.378 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:08:15.379 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 08:08:15.379 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:08:15.379 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:08:15.379 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:08:15.379 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:08:15.379 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testCloseNonFocusedView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 08:08:15.379 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:08:15.379 INFO [WorkbenchTestable][RequirementsRunner] Started test: testActiveView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 08:08:15.379 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 08:08:15.379 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:08:15.379 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:08:15.379 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:08:15.380 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:08:15.386 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:08:15.386 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWorkbench Test\E'' view via menu. 08:08:15.386 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:08:15.387 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:08:15.387 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:08:15.387 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:08:15.387 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 08:08:15.387 DEBUG [main][MenuItemLookup] Found menu:'File' 08:08:15.387 DEBUG [main][MenuItemLookup] Found menu:'Edit' 08:08:15.387 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 08:08:15.387 DEBUG [main][MenuItemLookup] Found menu:'Search' 08:08:15.387 DEBUG [main][MenuItemLookup] Found menu:'Project' 08:08:15.387 DEBUG [main][MenuItemLookup] Found menu:'Window' 08:08:15.387 DEBUG [main][MenuItemLookup] Item match:Window 08:08:15.388 DEBUG [main][MenuItemLookup] Found menu:'New Window' 08:08:15.388 DEBUG [main][MenuItemLookup] Found menu:'Editor' 08:08:15.388 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 08:08:15.388 DEBUG [main][MenuItemLookup] Found menu:'' 08:08:15.388 DEBUG [main][MenuItemLookup] Found menu:'Show View' 08:08:15.388 DEBUG [main][MenuItemLookup] Item match:Show View 08:08:15.390 DEBUG [main][MenuItemLookup] Found menu:'Bookmarks' 08:08:15.390 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 08:08:15.390 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 08:08:15.390 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 08:08:15.390 DEBUG [main][MenuItemLookup] Found menu:'Progress' 08:08:15.390 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 08:08:15.390 DEBUG [main][MenuItemLookup] Found menu:'Properties' 08:08:15.390 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 08:08:15.390 DEBUG [main][MenuItemLookup] Found menu:'' 08:08:15.390 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 08:08:15.391 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 08:08:15.391 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 08:08:15.391 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 08:08:15.391 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 08:08:15.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 08:08:15.444 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:08:15.444 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 08:08:15.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:08:15.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:08:15.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:08:15.446 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:08:15.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:08:15.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:08:15.446 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 08:08:15.446 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:08:15.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:08:15.446 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:08:15.446 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:08:15.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:08:15.447 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:08:15.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:08:15.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:08:15.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children... 08:08:15.448 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench 08:08:15.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:08:15.448 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed 08:08:15.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:08:15.448 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench 08:08:15.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children finished successfully 08:08:15.448 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench 08:08:15.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:08:15.448 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed 08:08:15.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:08:15.448 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench 08:08:15.449 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Workbench Test 08:08:15.449 DEBUG [main][TreeItemHandler] Selecting tree item: Workbench Test 08:08:15.449 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Workbench Test about selection 08:08:15.449 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Workbench Test 08:08:15.449 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:08:15.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:08:15.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:08:15.449 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 08:08:15.449 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:08:15.449 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:08:15.450 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:08:15.450 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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:08:15.450 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:08:15.450 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:08:15.450 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:08:15.450 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 08:08:15.450 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:08:15.451 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:08:15.451 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:08:15.451 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:08:15.451 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:08:15.451 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:08:15.452 INFO [WorkbenchTestable][AbstractButton] Click button &Open 08:08:15.452 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:08:15.452 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:08:15.452 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:08:15.452 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:08:15.489 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 08:08:15.489 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 08:08:15.489 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open... 08:08:15.489 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:08:15.492 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:08:15.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open finished successfully 08:08:15.492 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:08:15.494 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:08:15.494 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:08:15.494 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:08:15.494 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:08:15.494 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:08:15.494 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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:08:15.494 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:08:15.494 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:08:15.496 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:08:15.496 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:08:15.496 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:08:15.496 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Test 08:08:15.496 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 08:08:15.497 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:08:15.497 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:08:15.497 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:08:15.497 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:08:15.500 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:08:15.527 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:08:15.527 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QMarkers\E'' view via menu. 08:08:15.527 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:08:15.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:08:15.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:08:15.527 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:08:15.527 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 08:08:15.528 DEBUG [main][MenuItemLookup] Found menu:'File' 08:08:15.528 DEBUG [main][MenuItemLookup] Found menu:'Edit' 08:08:15.528 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 08:08:15.528 DEBUG [main][MenuItemLookup] Found menu:'Search' 08:08:15.528 DEBUG [main][MenuItemLookup] Found menu:'Project' 08:08:15.528 DEBUG [main][MenuItemLookup] Found menu:'Window' 08:08:15.528 DEBUG [main][MenuItemLookup] Item match:Window 08:08:15.528 DEBUG [main][MenuItemLookup] Found menu:'New Window' 08:08:15.528 DEBUG [main][MenuItemLookup] Found menu:'Editor' 08:08:15.528 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 08:08:15.528 DEBUG [main][MenuItemLookup] Found menu:'' 08:08:15.528 DEBUG [main][MenuItemLookup] Found menu:'Show View' 08:08:15.528 DEBUG [main][MenuItemLookup] Item match:Show View 08:08:15.531 DEBUG [main][MenuItemLookup] Found menu:'Bookmarks' 08:08:15.531 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 08:08:15.531 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 08:08:15.531 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 08:08:15.531 DEBUG [main][MenuItemLookup] Found menu:'Progress' 08:08:15.531 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 08:08:15.531 DEBUG [main][MenuItemLookup] Found menu:'Properties' 08:08:15.531 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 08:08:15.531 DEBUG [main][MenuItemLookup] Found menu:'' 08:08:15.531 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 08:08:15.531 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 08:08:15.532 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 08:08:15.532 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 08:08:15.532 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 08:08:15.583 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 08:08:15.584 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:08:15.584 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 08:08:15.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:08:15.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:08:15.586 DEBUG [WorkbenchTestable][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:08:15.586 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:08:15.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:08:15.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:08:15.586 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 08:08:15.586 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:08:15.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:08:15.586 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:08:15.587 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:08:15.587 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:08:15.587 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:08:15.587 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:08:15.587 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:08:15.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 08:08:15.588 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 08:08:15.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:08:15.588 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 08:08:15.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:08:15.588 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 08:08:15.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 08:08:15.588 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 08:08:15.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:08:15.588 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 08:08:15.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:08:15.588 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 08:08:15.588 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Markers 08:08:15.589 DEBUG [main][TreeItemHandler] Selecting tree item: Markers 08:08:15.589 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Markers about selection 08:08:15.589 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Markers 08:08:15.589 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:08:15.589 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:08:15.589 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:08:15.589 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 08:08:15.589 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:08:15.589 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:08:15.590 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:08:15.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: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 08:08:15.590 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:08:15.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:08:15.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:08:15.590 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 08:08:15.590 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:08:15.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:08:15.590 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:08:15.591 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:08:15.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:08:15.591 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:08:15.591 INFO [WorkbenchTestable][AbstractButton] Click button &Open 08:08:15.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:08:15.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:08:15.591 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:08:15.591 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:08:15.663 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 08:08:15.663 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 08:08:15.663 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open... 08:08:15.663 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:08:15.665 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:08:15.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open finished successfully 08:08:15.665 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:08:15.667 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:08:15.667 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:08:15.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:08:15.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:08:15.668 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:08:15.668 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QMarkers\E') 08:08:15.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:08:15.668 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:08:15.670 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:08:15.670 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:08:15.670 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:08:15.670 INFO [WorkbenchTestable][AbstractView] Activate view Markers 08:08:15.670 INFO [WorkbenchTestable][AbstractCTabItem] Activate Markers 08:08:15.671 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:08:15.671 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:08:15.671 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:08:15.671 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:08:15.672 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Test 08:08:15.672 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 08:08:15.688 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:08:15.688 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=null 08:08:15.688 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:08:15.688 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:08:15.689 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Test 08:08:15.689 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 08:08:15.690 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:08:15.690 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Composite Text= TooltipText=null 08:08:15.690 INFO [WorkbenchTestable][AbstractView] Close view 'Workbench Test' 08:08:15.690 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Workbench Test 08:08:15.690 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 08:08:15.690 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 08:08:15.707 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:08:15.729 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:08:15.729 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 08:08:15.729 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:08:15.729 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:08:15.729 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:08:15.729 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:08:15.729 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testActiveView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 08:08:15.730 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:08:15.730 INFO [WorkbenchTestable][RequirementsRunner] Started test: testViewIsOpen no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 08:08:15.730 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 08:08:15.730 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:08:15.730 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:08:15.730 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:08:15.730 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:08:15.734 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:08:15.734 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:08:15.738 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:08:15.738 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWorkbench Test\E'' view via menu. 08:08:15.749 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:08:15.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:08:15.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:08:15.750 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:08:15.750 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 08:08:15.750 DEBUG [main][MenuItemLookup] Found menu:'File' 08:08:15.750 DEBUG [main][MenuItemLookup] Found menu:'Edit' 08:08:15.750 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 08:08:15.750 DEBUG [main][MenuItemLookup] Found menu:'Search' 08:08:15.750 DEBUG [main][MenuItemLookup] Found menu:'Project' 08:08:15.750 DEBUG [main][MenuItemLookup] Found menu:'Window' 08:08:15.750 DEBUG [main][MenuItemLookup] Item match:Window 08:08:15.751 DEBUG [main][MenuItemLookup] Found menu:'New Window' 08:08:15.751 DEBUG [main][MenuItemLookup] Found menu:'Editor' 08:08:15.751 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 08:08:15.751 DEBUG [main][MenuItemLookup] Found menu:'' 08:08:15.751 DEBUG [main][MenuItemLookup] Found menu:'Show View' 08:08:15.751 DEBUG [main][MenuItemLookup] Item match:Show View 08:08:15.754 DEBUG [main][MenuItemLookup] Found menu:'Bookmarks' 08:08:15.754 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 08:08:15.754 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 08:08:15.754 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 08:08:15.754 DEBUG [main][MenuItemLookup] Found menu:'Progress' 08:08:15.754 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 08:08:15.754 DEBUG [main][MenuItemLookup] Found menu:'Properties' 08:08:15.754 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 08:08:15.754 DEBUG [main][MenuItemLookup] Found menu:'' 08:08:15.754 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 08:08:15.754 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 08:08:15.754 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 08:08:15.754 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 08:08:15.755 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 08:08:15.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 08:08:15.840 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:08:15.840 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 08:08:15.841 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:08:15.841 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:08:15.841 DEBUG [WorkbenchTestable][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:08:15.841 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:08:15.841 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:08:15.841 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:08:15.841 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 08:08:15.841 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:08:15.841 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:08:15.841 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:08:15.842 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:08:15.842 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:08:15.842 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:08:15.842 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:08:15.842 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:08:15.843 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children... 08:08:15.843 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench 08:08:15.843 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:08:15.843 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed 08:08:15.843 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:08:15.843 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench 08:08:15.843 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children finished successfully 08:08:15.843 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench 08:08:15.843 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:08:15.843 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed 08:08:15.843 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:08:15.843 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench 08:08:15.843 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Workbench Test 08:08:15.843 DEBUG [main][TreeItemHandler] Selecting tree item: Workbench Test 08:08:15.844 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Workbench Test about selection 08:08:15.844 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Workbench Test 08:08:15.844 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:08:15.844 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:08:15.844 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:08:15.844 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 08:08:15.844 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:08:15.844 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:08:15.844 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:08:15.845 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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:08:15.845 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:08:15.845 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:08:15.845 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:08:15.845 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 08:08:15.845 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:08:15.845 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:08:15.845 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:08:15.845 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:08:15.845 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:08:15.845 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:08:15.846 INFO [WorkbenchTestable][AbstractButton] Click button &Open 08:08:15.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:08:15.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:08:15.846 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:08:15.846 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:08:15.886 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 08:08:15.886 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 08:08:15.886 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open... 08:08:15.886 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:08:15.888 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:08:15.888 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open finished successfully 08:08:15.888 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:08:15.891 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:08:15.891 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:08:15.891 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:08:15.891 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:08:15.891 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:08:15.891 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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:08:15.891 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:08:15.891 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:08:15.893 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:08:15.894 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:08:15.894 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:08:15.894 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Test 08:08:15.894 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 08:08:15.894 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:08:15.894 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:08:15.895 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:08:15.895 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:08:15.895 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Test 08:08:15.895 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 08:08:15.896 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:08:15.896 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Composite Text= TooltipText=null 08:08:15.896 INFO [WorkbenchTestable][AbstractView] Close view 'Workbench Test' 08:08:15.896 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Workbench Test 08:08:15.896 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 08:08:15.896 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 08:08:15.938 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:08:15.942 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:08:15.942 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:08:15.946 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:08:15.946 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 08:08:15.946 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:08:15.946 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:08:15.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:08:15.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:08:15.946 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testViewIsOpen no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 08:08:15.947 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:08:15.947 INFO [WorkbenchTestable][RequirementsRunner] Started test: testActivateDirtyAndNonDirtyView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 08:08:15.947 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 08:08:15.947 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:08:15.947 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:08:15.947 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:08:15.947 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:08:15.949 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:08:15.949 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:08:15.949 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:08:15.952 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:08:15.952 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:08:15.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:08:15.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:08:15.952 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:08:15.953 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWorkbench Dirty Test\E') 08:08:15.953 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:08:15.953 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:08:15.963 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:08:15.963 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:08:15.963 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:08:15.964 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Dirty Test 08:08:15.964 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Dirty Test 08:08:15.974 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:08:15.974 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:08:15.974 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:08:15.974 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:08:15.976 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:08:15.976 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:08:15.976 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:08:15.976 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:08:15.977 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Workbench Dirty Test"as the parent 08:08:15.977 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:08:15.977 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:08:15.977 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:08:15.977 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:08:15.977 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:08:15.977 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 08:08:15.977 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:08:15.978 INFO [WorkbenchTestable][AbstractText] Text set to: hello 08:08:15.980 INFO [WorkbenchTestable][AbstractView] Activate view *Workbench Dirty Test 08:08:15.980 INFO [WorkbenchTestable][AbstractCTabItem] Activate *Workbench Dirty Test 08:08:15.981 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:08:15.981 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Text Text=hello TooltipText=null 08:08:15.981 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:08:15.982 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:08:15.982 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 08:08:15.982 DEBUG [main][MenuItemLookup] Found menu:'File' 08:08:15.982 DEBUG [main][MenuItemLookup] Item match:File 08:08:15.984 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 08:08:15.984 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 08:08:15.984 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 08:08:15.984 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 08:08:15.984 DEBUG [main][MenuItemLookup] Found menu:'' 08:08:15.984 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 08:08:15.984 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 08:08:15.984 DEBUG [main][MenuItemLookup] Found menu:'' 08:08:15.984 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 08:08:15.984 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 08:08:15.984 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 08:08:15.984 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 08:08:15.984 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 08:08:16.002 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Dirty Test 08:08:16.023 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Dirty Test 08:08:16.024 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:08:16.024 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Text Text=hello TooltipText=null 08:08:16.024 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Dirty Test 08:08:16.025 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Dirty Test 08:08:16.025 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:08:16.025 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Text Text=hello TooltipText=null 08:08:16.025 INFO [WorkbenchTestable][AbstractView] Close view 'Workbench Dirty Test' 08:08:16.025 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Workbench Dirty Test 08:08:16.025 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Dirty Test 08:08:16.026 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 08:08:16.044 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:08:16.049 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:08:16.049 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 08:08:16.049 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:08:16.049 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:08:16.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:08:16.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:08:16.049 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testActivateDirtyAndNonDirtyView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 08:08:16.049 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:08:16.049 INFO [WorkbenchTestable][RequirementsRunner] Started test: testActivateNonFocusedView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 08:08:16.049 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 08:08:16.049 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:08:16.049 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:08:16.049 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:08:16.050 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:08:16.053 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:08:16.053 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWorkbench Test\E'' view via menu. 08:08:16.053 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:08:16.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:08:16.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:08:16.054 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:08:16.054 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 08:08:16.054 DEBUG [main][MenuItemLookup] Found menu:'File' 08:08:16.054 DEBUG [main][MenuItemLookup] Found menu:'Edit' 08:08:16.054 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 08:08:16.054 DEBUG [main][MenuItemLookup] Found menu:'Search' 08:08:16.054 DEBUG [main][MenuItemLookup] Found menu:'Project' 08:08:16.054 DEBUG [main][MenuItemLookup] Found menu:'Window' 08:08:16.054 DEBUG [main][MenuItemLookup] Item match:Window 08:08:16.054 DEBUG [main][MenuItemLookup] Found menu:'New Window' 08:08:16.054 DEBUG [main][MenuItemLookup] Found menu:'Editor' 08:08:16.054 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 08:08:16.054 DEBUG [main][MenuItemLookup] Found menu:'' 08:08:16.054 DEBUG [main][MenuItemLookup] Found menu:'Show View' 08:08:16.054 DEBUG [main][MenuItemLookup] Item match:Show View 08:08:16.057 DEBUG [main][MenuItemLookup] Found menu:'Bookmarks' 08:08:16.057 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 08:08:16.057 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 08:08:16.057 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 08:08:16.057 DEBUG [main][MenuItemLookup] Found menu:'Progress' 08:08:16.057 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 08:08:16.057 DEBUG [main][MenuItemLookup] Found menu:'Properties' 08:08:16.057 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 08:08:16.057 DEBUG [main][MenuItemLookup] Found menu:'' 08:08:16.057 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 08:08:16.057 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 08:08:16.058 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 08:08:16.058 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 08:08:16.058 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 08:08:16.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 08:08:16.106 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:08:16.106 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 08:08:16.107 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:08:16.107 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:08:16.107 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 08:08:16.107 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:08:16.107 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:08:16.107 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:08:16.107 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 08:08:16.107 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:08:16.107 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:08:16.107 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:08:16.107 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:08:16.107 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:08:16.107 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:08:16.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:08:16.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:08:16.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children... 08:08:16.108 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench 08:08:16.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:08:16.108 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed 08:08:16.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:08:16.112 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench 08:08:16.112 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children finished successfully 08:08:16.112 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench 08:08:16.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:08:16.113 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed 08:08:16.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:08:16.113 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench 08:08:16.113 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Workbench Test 08:08:16.113 DEBUG [main][TreeItemHandler] Selecting tree item: Workbench Test 08:08:16.113 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Workbench Test about selection 08:08:16.123 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Workbench Test 08:08:16.123 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:08:16.123 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:08:16.123 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:08:16.124 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 08:08:16.124 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:08:16.124 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:08:16.124 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:08:16.124 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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:08:16.124 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:08:16.124 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:08:16.125 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:08:16.125 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 08:08:16.125 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:08:16.125 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:08:16.125 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:08:16.127 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:08:16.127 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:08:16.127 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:08:16.128 INFO [WorkbenchTestable][AbstractButton] Click button &Open 08:08:16.128 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:08:16.128 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:08:16.128 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:08:16.128 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:08:16.163 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 08:08:16.163 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 08:08:16.163 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open... 08:08:16.163 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:08:16.167 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:08:16.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open finished successfully 08:08:16.167 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:08:16.170 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:08:16.170 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:08:16.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:08:16.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:08:16.170 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:08:16.170 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWorkbench Test\E') 08:08:16.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:08:16.170 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:08:16.173 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:08:16.173 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:08:16.173 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:08:16.174 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Test 08:08:16.174 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 08:08:16.176 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:08:16.176 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:08:16.176 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:08:16.176 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:08:16.177 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:08:16.180 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:08:16.180 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QMarkers\E'' is already open. Activate. 08:08:16.180 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:08:16.182 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:08:16.182 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:08:16.183 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:08:16.183 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:08:16.183 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:08:16.183 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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:08:16.183 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:08:16.183 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:08:16.185 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:08:16.185 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:08:16.186 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:08:16.186 INFO [WorkbenchTestable][AbstractView] Activate view Markers 08:08:16.186 INFO [WorkbenchTestable][AbstractCTabItem] Activate Markers 08:08:16.203 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:08:16.203 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:08:16.203 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Test 08:08:16.203 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 08:08:16.225 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:08:16.225 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=null 08:08:16.226 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:08:16.226 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:08:16.226 INFO [WorkbenchTestable][AbstractView] Activate view Markers 08:08:16.226 INFO [WorkbenchTestable][AbstractCTabItem] Activate Markers 08:08:16.234 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:08:16.234 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:08:16.234 INFO [WorkbenchTestable][AbstractView] Close view 'Markers' 08:08:16.234 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Markers 08:08:16.234 INFO [WorkbenchTestable][AbstractCTabItem] Activate Markers 08:08:16.235 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 08:08:16.259 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:08:16.261 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:08:16.261 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:08:16.263 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:08:16.263 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:08:16.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:08:16.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:08:16.264 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:08:16.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 '\*?\QWorkbench Test\E') 08:08:16.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:08:16.264 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:08:16.266 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:08:16.266 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:08:16.266 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:08:16.266 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Test 08:08:16.266 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 08:08:16.267 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:08:16.267 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:08:16.267 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:08:16.267 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:08:16.268 INFO [WorkbenchTestable][AbstractView] Close view 'Workbench Test' 08:08:16.268 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Workbench Test 08:08:16.268 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 08:08:16.268 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 08:08:16.282 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 08:08:16.282 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:08:16.282 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:08:16.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:08:16.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:08:16.292 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testActivateNonFocusedView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 08:08:16.293 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 08:08:16.293 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:08:16.293 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:08:16.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:08:16.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 23, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.798 s - in org.eclipse.reddeer.workbench.test.view.ViewTest getTitleTest no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) Time elapsed: 0.699 s getTitleImage no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) Time elapsed: 0.206 s testActivateNoninitializedView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) Time elapsed: 0.01 s testClosedGetToolTip no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) Time elapsed: 0.011 s testOpenAndCloseDirtyView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) Time elapsed: 0.242 s testClosedGetImage no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) Time elapsed: 0.014 s testClosedGetTitle no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) Time elapsed: 0.012 s getTitleToolTipTest no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) Time elapsed: 0.216 s testInitializeRegisteredView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) Time elapsed: 0.006 s testCloseNoninitializedView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) Time elapsed: 0.011 s viewAsReferencedComposite no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) Time elapsed: 0.169 s testClosedActivate no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) Time elapsed: 0.011 s testOpenClosedView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) Time elapsed: 0.313 s testClosedIsActive no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) Time elapsed: 0.01 s testInitializeRegisteredViewWithRegex no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) Time elapsed: 0.006 s testOpenAndCloseView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) Time elapsed: 0.176 s testOpenAndCloseViewFullPath no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) Time elapsed: 0.191 s testInitializeNonregisteredView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) Time elapsed: 0.006 s testCloseNonFocusedView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) Time elapsed: 0.407 s testActiveView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) Time elapsed: 0.35 s testViewIsOpen no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) Time elapsed: 0.216 s testActivateDirtyAndNonDirtyView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) Time elapsed: 0.102 s testActivateNonFocusedView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) Time elapsed: 0.243 s Running org.eclipse.reddeer.workbench.test.condition.JobIsKilledTest 08:08:16.327 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.workbench.test.condition.JobIsKilledTest 08:08:16.328 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 08:08:16.329 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:08:16.329 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.workbench.test.condition.JobIsKilledTest 08:08:16.329 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:08:16.329 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 08:08:16.329 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:08:16.329 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 08:08:16.329 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:08:16.329 DEBUG [WorkbenchTestable][DoNotDownloadMavenIndexesExt] Trying to disable downloading maven repo indexes on startup via Windows > Preferences > Maven 08:08:16.329 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:08:16.329 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:08:16.330 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:08:16.330 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:08:16.330 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:08:16.330 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:08:16.330 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:08:16.330 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:08:16.330 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:08:16.331 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:08:16.331 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 08:08:16.331 DEBUG [main][MenuItemLookup] Found menu:'File' 08:08:16.331 DEBUG [main][MenuItemLookup] Found menu:'Edit' 08:08:16.331 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 08:08:16.331 DEBUG [main][MenuItemLookup] Found menu:'Search' 08:08:16.331 DEBUG [main][MenuItemLookup] Found menu:'Project' 08:08:16.331 DEBUG [main][MenuItemLookup] Found menu:'Window' 08:08:16.331 DEBUG [main][MenuItemLookup] Item match:Window 08:08:16.331 DEBUG [main][MenuItemLookup] Found menu:'New Window' 08:08:16.331 DEBUG [main][MenuItemLookup] Found menu:'Editor' 08:08:16.331 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 08:08:16.331 DEBUG [main][MenuItemLookup] Found menu:'' 08:08:16.331 DEBUG [main][MenuItemLookup] Found menu:'Show View' 08:08:16.331 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 08:08:16.331 DEBUG [main][MenuItemLookup] Found menu:'' 08:08:16.331 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 08:08:16.331 DEBUG [main][MenuItemLookup] Found menu:'' 08:08:16.331 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 08:08:16.331 DEBUG [main][MenuItemLookup] Item match:Preferences 08:08:16.331 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 08:08:16.332 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 08:08:16.332 INFO [main][MenuItemHandler] Select menu item: &Preferences 08:08:16.407 DEBUG [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:08:16.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 08:08:16.409 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 08:08:16.410 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:08:16.410 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:08:16.410 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 08:08:16.410 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:08:16.410 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:08:16.410 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:08:16.410 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:08:16.410 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:08:16.410 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:08:16.410 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:08:16.411 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:08:16.411 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:08:16.437 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:08:16.437 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:08:16.437 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:08:16.440 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:08:16.440 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:08:16.440 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:08:16.440 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 08:08:16.440 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:08:16.440 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:08:16.440 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:08:16.441 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:08:16.460 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 08:08:16.460 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 08:08:16.460 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:08:16.461 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:08:16.461 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:08:16.461 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:08:16.461 INFO [WorkbenchTestable][RequirementsRunner] Started test: testKillJob no-configuration(org.eclipse.reddeer.workbench.test.condition.JobIsKilledTest) 08:08:16.461 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.condition.JobIsKilledTest 08:08:16.461 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:08:16.461 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:08:16.461 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:08:16.464 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing... 08:08:16.464 INFO [WorkbenchTestable][JobIsKilled] Job 'Test job' will be killed 08:08:16.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing finished successfully 08:08:16.466 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.condition.JobIsKilledTest 08:08:16.466 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:08:16.466 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:08:16.472 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:08:16.472 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:08:16.472 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testKillJob no-configuration(org.eclipse.reddeer.workbench.test.condition.JobIsKilledTest) 08:08:16.472 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:08:16.472 INFO [WorkbenchTestable][RequirementsRunner] Started test: testKillJobException no-configuration(org.eclipse.reddeer.workbench.test.condition.JobIsKilledTest) 08:08:16.472 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.condition.JobIsKilledTest 08:08:16.472 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:08:16.472 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:08:16.472 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:08:16.474 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.workbench.test.condition.JobIsKilledTest.JobHasState... 08:08:16.474 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.workbench.test.condition.JobIsKilledTest.JobHasState finished successfully 08:08:16.474 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing... 08:08:16.474 INFO [WorkbenchTestable][JobIsKilled] Job 'Test job Exception' will be killed 08:08:16.474 INFO [WorkbenchTestable][JobIsKilled] The job 'Test job Exception' is still alive 08:08:16.974 INFO [WorkbenchTestable][JobIsKilled] Job 'Test job Exception' will be killed 08:08:16.975 INFO [WorkbenchTestable][JobIsKilled] The job 'Test job Exception' is still alive 08:08:17.475 INFO [WorkbenchTestable][JobIsKilled] Job 'Test job Exception' will be killed 08:08:17.475 INFO [WorkbenchTestable][JobIsKilled] The job 'Test job Exception' is still alive 08:08:17.975 INFO [WorkbenchTestable][JobIsKilled] Job 'Test job Exception' will be killed 08:08:17.975 INFO [WorkbenchTestable][JobIsKilled] The job 'Test job Exception' is still alive 08:08:18.475 INFO [WorkbenchTestable][JobIsKilled] Job 'Test job Exception' will be killed 08:08:18.476 INFO [WorkbenchTestable][JobIsKilled] The job 'Test job Exception' is still alive 08:08:18.976 INFO [WorkbenchTestable][JobIsKilled] Job 'Test job Exception' will be killed 08:08:18.976 INFO [WorkbenchTestable][JobIsKilled] The job 'Test job Exception' is still alive 08:08:19.476 INFO [WorkbenchTestable][JobIsKilled] Job 'Test job Exception' will be killed 08:08:19.477 INFO [WorkbenchTestable][JobIsKilled] The job 'Test job Exception' is still alive 08:08:19.978 INFO [WorkbenchTestable][JobIsKilled] Job 'Test job Exception' will be killed 08:08:19.978 INFO [WorkbenchTestable][JobIsKilled] The job 'Test job Exception' is still alive 08:08:20.478 INFO [WorkbenchTestable][JobIsKilled] Job 'Test job Exception' will be killed 08:08:20.479 INFO [WorkbenchTestable][JobIsKilled] The job 'Test job Exception' is still alive 08:08:20.980 INFO [WorkbenchTestable][JobIsKilled] Job 'Test job Exception' will be killed 08:08:20.980 INFO [WorkbenchTestable][JobIsKilled] The job 'Test job Exception' is still alive 08:08:21.480 INFO [WorkbenchTestable][JobIsKilled] Job 'Test job Exception' will be killed 08:08:21.480 INFO [WorkbenchTestable][JobIsKilled] The job 'Test job Exception' is still alive 08:08:21.980 INFO [WorkbenchTestable][JobIsKilled] Job 'Test job Exception' will be killed 08:08:21.980 INFO [WorkbenchTestable][JobIsKilled] The job 'Test job Exception' is still alive 08:08:22.481 INFO [WorkbenchTestable][JobIsKilled] Job 'Test job Exception' will be killed 08:08:22.481 INFO [WorkbenchTestable][JobIsKilled] The job 'Test job Exception' is still alive 08:08:22.981 INFO [WorkbenchTestable][JobIsKilled] Job 'Test job Exception' will be killed 08:08:22.981 INFO [WorkbenchTestable][JobIsKilled] The job 'Test job Exception' is still alive 08:08:23.482 INFO [WorkbenchTestable][JobIsKilled] Job 'Test job Exception' will be killed 08:08:23.482 INFO [WorkbenchTestable][JobIsKilled] The job 'Test job Exception' is still alive 08:08:23.982 INFO [WorkbenchTestable][JobIsKilled] Job 'Test job Exception' will be killed 08:08:23.982 INFO [WorkbenchTestable][JobIsKilled] The job 'Test job Exception' is still alive 08:08:24.483 INFO [WorkbenchTestable][JobIsKilled] Job 'Test job Exception' will be killed 08:08:24.483 INFO [WorkbenchTestable][JobIsKilled] The job 'Test job Exception' is still alive 08:08:24.983 INFO [WorkbenchTestable][JobIsKilled] Job 'Test job Exception' will be killed 08:08:24.983 INFO [WorkbenchTestable][JobIsKilled] The job 'Test job Exception' is still alive 08:08:25.483 INFO [WorkbenchTestable][JobIsKilled] Job 'Test job Exception' will be killed 08:08:25.484 INFO [WorkbenchTestable][JobIsKilled] The job 'Test job Exception' is still alive 08:08:25.984 INFO [WorkbenchTestable][JobIsKilled] Job 'Test job Exception' will be killed 08:08:25.984 INFO [WorkbenchTestable][JobIsKilled] The job 'Test job Exception' is still alive 08:08:26.500 INFO [WorkbenchTestable][JobIsKilled] Job 'Test job Exception' will be killed 08:08:26.500 INFO [WorkbenchTestable][JobIsKilled] The job 'Test job Exception' is still alive 08:08:26.501 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing failed, an exception will be thrown 08:08:26.510 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:08:26.510 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:08:27.010 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:08:27.511 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:08:28.011 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:08:28.511 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:08:29.012 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:08:29.512 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:08:30.013 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:08:30.513 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:08:31.013 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:08:31.514 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:08:32.014 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:08:32.515 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:08:33.015 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:08:33.515 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:08:34.016 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:08:34.516 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:08:35.017 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:08:35.517 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:08:36.018 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:08:36.518 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:08:37.018 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:08:37.519 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:08:38.019 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:08:38.519 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:08:39.020 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:08:39.520 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:08:40.020 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:08:40.521 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:08:41.021 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:08:41.521 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:08:42.022 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:08:42.522 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:08:43.023 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:08:43.523 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:08:44.023 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:08:44.524 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:08:45.024 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:08:45.525 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:08:46.025 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:08:46.526 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:08:47.026 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:08:47.526 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:08:48.027 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:08:48.527 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:08:49.027 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:08:49.528 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:08:50.028 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:08:50.529 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:08:51.029 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:08:51.529 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:08:52.030 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:08:52.530 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:08:53.030 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:08:53.531 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:08:54.031 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:08:54.531 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:08:55.032 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:08:55.532 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:08:56.033 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:08:56.533 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:08:57.033 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:08:57.534 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:08:58.034 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:08:58.534 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:08:59.034 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:08:59.535 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:09:00.035 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:09:00.536 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:09:01.036 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:09:01.537 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:09:02.037 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:09:02.537 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:09:03.038 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:09:03.538 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:09:04.038 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:09:04.539 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:09:05.039 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:09:05.539 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:09:06.040 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:09:06.540 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:09:07.041 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:09:07.541 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:09:08.041 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:09:08.542 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:09:09.042 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:09:09.542 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:09:10.043 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:09:10.543 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:09:11.044 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:09:11.544 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:09:12.044 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:09:12.545 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:09:13.045 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:09:13.546 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:09:14.046 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:09:14.546 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:09:15.047 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:09:15.547 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:09:16.047 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:09:16.548 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 08:09:16.548 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:09:16.548 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:09:16.548 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:09:16.548 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.condition.JobIsKilledTest 08:09:16.548 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:09:16.548 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:09:16.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:09:16.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:09:16.549 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testKillJobException no-configuration(org.eclipse.reddeer.workbench.test.condition.JobIsKilledTest) 08:09:16.549 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.workbench.test.condition.JobIsKilledTest 08:09:16.549 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:09:16.549 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:09:16.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:09:16.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 60.223 s - in org.eclipse.reddeer.workbench.test.condition.JobIsKilledTest testKillJob no-configuration(org.eclipse.reddeer.workbench.test.condition.JobIsKilledTest) Time elapsed: 0.011 s testKillJobException no-configuration(org.eclipse.reddeer.workbench.test.condition.JobIsKilledTest) Time elapsed: 60.077 s Running org.eclipse.reddeer.workbench.test.editor.EditorFileTest 08:09:16.563 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.workbench.test.editor.EditorFileTest 08:09:16.565 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 08:09:16.565 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:09:16.565 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorFileTest 08:09:16.565 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:09:16.565 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 08:09:16.566 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:09:16.566 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 08:09:16.566 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:09:16.566 DEBUG [WorkbenchTestable][DoNotDownloadMavenIndexesExt] Trying to disable downloading maven repo indexes on startup via Windows > Preferences > Maven 08:09:16.566 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:09:16.566 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:09:16.566 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:09:16.566 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:09:16.566 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:09:16.566 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:09:16.567 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:09:16.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:09:16.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:09:16.567 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:09:16.567 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 08:09:16.567 DEBUG [main][MenuItemLookup] Found menu:'File' 08:09:16.567 DEBUG [main][MenuItemLookup] Found menu:'Edit' 08:09:16.567 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 08:09:16.567 DEBUG [main][MenuItemLookup] Found menu:'Search' 08:09:16.567 DEBUG [main][MenuItemLookup] Found menu:'Project' 08:09:16.567 DEBUG [main][MenuItemLookup] Found menu:'Window' 08:09:16.567 DEBUG [main][MenuItemLookup] Item match:Window 08:09:16.569 DEBUG [main][MenuItemLookup] Found menu:'New Window' 08:09:16.569 DEBUG [main][MenuItemLookup] Found menu:'Editor' 08:09:16.569 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 08:09:16.569 DEBUG [main][MenuItemLookup] Found menu:'' 08:09:16.569 DEBUG [main][MenuItemLookup] Found menu:'Show View' 08:09:16.569 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 08:09:16.569 DEBUG [main][MenuItemLookup] Found menu:'' 08:09:16.569 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 08:09:16.569 DEBUG [main][MenuItemLookup] Found menu:'' 08:09:16.569 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 08:09:16.569 DEBUG [main][MenuItemLookup] Item match:Preferences 08:09:16.569 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 08:09:16.569 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 08:09:16.569 INFO [main][MenuItemHandler] Select menu item: &Preferences 08:09:16.649 DEBUG [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:09:16.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 08:09:16.651 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 08:09:16.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:09:16.653 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:09:16.653 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 08:09:16.653 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:09:16.653 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:09:16.653 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:09:16.653 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:09:16.654 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:09:16.654 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:09:16.654 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:09:16.655 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:09:16.655 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:09:16.655 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:09:16.655 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:09:16.655 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:09:16.668 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:09:16.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:09:16.668 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:09:16.669 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 08:09:16.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:09:16.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:09:16.669 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:09:16.669 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:09:16.686 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 08:09:16.686 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 08:09:16.686 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:09:16.686 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:09:16.686 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:09:16.688 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 08:09:16.697 DEBUG [main][EditorHandler] 0 editor(s) found 08:09:16.700 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:09:16.705 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:09:16.705 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' view via menu. 08:09:16.705 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:09:16.705 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:09:16.705 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:09:16.705 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:09:16.705 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 08:09:16.705 DEBUG [main][MenuItemLookup] Found menu:'File' 08:09:16.705 DEBUG [main][MenuItemLookup] Found menu:'Edit' 08:09:16.705 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 08:09:16.705 DEBUG [main][MenuItemLookup] Found menu:'Search' 08:09:16.705 DEBUG [main][MenuItemLookup] Found menu:'Project' 08:09:16.705 DEBUG [main][MenuItemLookup] Found menu:'Window' 08:09:16.705 DEBUG [main][MenuItemLookup] Item match:Window 08:09:16.705 DEBUG [main][MenuItemLookup] Found menu:'New Window' 08:09:16.705 DEBUG [main][MenuItemLookup] Found menu:'Editor' 08:09:16.706 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 08:09:16.706 DEBUG [main][MenuItemLookup] Found menu:'' 08:09:16.706 DEBUG [main][MenuItemLookup] Found menu:'Show View' 08:09:16.706 DEBUG [main][MenuItemLookup] Item match:Show View 08:09:16.709 DEBUG [main][MenuItemLookup] Found menu:'Bookmarks' 08:09:16.709 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 08:09:16.709 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 08:09:16.709 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 08:09:16.709 DEBUG [main][MenuItemLookup] Found menu:'Progress' 08:09:16.709 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 08:09:16.709 DEBUG [main][MenuItemLookup] Found menu:'Properties' 08:09:16.709 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 08:09:16.709 DEBUG [main][MenuItemLookup] Found menu:'' 08:09:16.709 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 08:09:16.709 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 08:09:16.709 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 08:09:16.709 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 08:09:16.709 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 08:09:16.766 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 08:09:16.768 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:09:16.768 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 08:09:16.769 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:09:16.769 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:09:16.769 DEBUG [WorkbenchTestable][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:09:16.769 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:09:16.769 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:09:16.769 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:09:16.769 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 08:09:16.769 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:09:16.769 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:09:16.769 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:09:16.770 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:09:16.770 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:09:16.770 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:09:16.770 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:09:16.770 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:09:16.771 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 08:09:16.771 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 08:09:16.771 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:09:16.771 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 08:09:16.771 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:09:16.771 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 08:09:16.771 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 08:09:16.771 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 08:09:16.771 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:09:16.771 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 08:09:16.771 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:09:16.771 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 08:09:16.772 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Project Explorer 08:09:16.772 DEBUG [main][TreeItemHandler] Selecting tree item: Project Explorer 08:09:16.772 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Project Explorer about selection 08:09:16.772 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Project Explorer 08:09:16.772 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:09:16.772 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:09:16.772 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:09:16.772 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 08:09:16.772 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:09:16.772 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:09:16.773 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:09:16.773 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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:09:16.773 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:09:16.773 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:09:16.773 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:09:16.773 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 08:09:16.773 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:09:16.773 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:09:16.773 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:09:16.774 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:09:16.774 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:09:16.774 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:09:16.774 INFO [WorkbenchTestable][AbstractButton] Click button &Open 08:09:16.774 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:09:16.774 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:09:16.774 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:09:16.774 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:09:16.864 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 08:09:16.864 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 08:09:16.864 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.navigator.resources.ProjectExplorer' view is open... 08:09:16.864 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:09:16.866 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:09:16.866 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.navigator.resources.ProjectExplorer' view is open finished successfully 08:09:16.866 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:09:16.867 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:09:16.867 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:09:16.867 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:09:16.867 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:09:16.868 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:09:16.868 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.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:09:16.868 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:09:16.868 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:09:16.869 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:09:16.869 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:09:16.869 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:09:16.869 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:09:16.869 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:09:16.870 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:09:16.870 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:09:16.870 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:09:16.870 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:09:16.870 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:09:16.871 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:09:16.871 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:09:16.871 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:09:16.873 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:09:16.873 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:09:16.874 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:09:16.874 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:09:16.874 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:09:16.874 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:09:16.875 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:09:16.875 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:09:16.875 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:09:16.875 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:09:16.875 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:09:16.876 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:09:16.951 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:09:16.951 INFO [WorkbenchTestable][RequirementsRunner] Started test: testGettingRelativePath no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorFileTest) 08:09:16.951 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorFileTest 08:09:16.951 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:09:16.951 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:09:16.951 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:09:16.952 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorFileTest 08:09:16.952 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:09:16.952 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:09:17.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:09:17.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:09:17.027 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testGettingRelativePath no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorFileTest) 08:09:17.027 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:09:17.027 INFO [WorkbenchTestable][RequirementsRunner] Started test: testGettingAbsolutePath no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorFileTest) 08:09:17.027 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorFileTest 08:09:17.027 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:09:17.027 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:09:17.027 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:09:17.027 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorFileTest 08:09:17.027 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:09:17.027 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:09:17.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:09:17.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:09:17.028 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testGettingAbsolutePath no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorFileTest) 08:09:17.028 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 08:09:17.028 DEBUG [main][EditorHandler] 0 editor(s) found 08:09:17.028 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:09:17.029 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:09:17.029 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 08:09:17.029 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:09:17.030 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:09:17.030 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:09:17.031 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:09:17.031 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:09:17.031 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:09:17.031 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.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:09:17.031 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:09:17.031 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:09:17.032 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:09:17.032 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:09:17.032 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:09:17.032 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:09:17.032 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:09:17.033 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:09:17.033 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:09:17.033 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:09:17.033 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:09:17.034 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:09:17.034 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:09:17.035 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:09:17.035 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:09:17.035 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:09:17.035 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:09:17.035 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:09:17.035 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:09:17.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:09:17.035 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:09:17.036 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:09:17.536 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:09:17.536 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:09:18.036 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:09:18.037 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:09:18.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:09:18.037 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:09:18.037 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:09:18.038 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:09:18.038 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:09:18.038 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 08:09:18.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:09:18.038 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:09:18.038 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:09:18.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:09:18.039 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:09:18.041 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name MyProject 08:09:18.047 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:09:18.047 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:09:18.048 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:09:18.048 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:09:18.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:09:18.048 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:09:18.048 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:09:18.548 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:09:18.549 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:09:19.049 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:09:19.050 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:09:19.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:09:19.050 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:09:19.050 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:09:19.051 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:09:19.051 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:09:19.051 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 08:09:19.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:09:19.051 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:09:19.051 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:09:19.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:09:19.051 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:09:19.051 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name MyProject 08:09:19.052 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:09:19.052 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:09:19.052 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:09:19.052 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:09:19.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:09:19.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:09:19.052 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:09:19.052 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:09:19.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:09:19.052 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:09:19.053 INFO [WorkbenchTestable][AbstractTree] Select specified tree items 08:09:19.053 INFO [WorkbenchTestable][TreeItemHandler] Select tree items: 08:09:19.053 DEBUG [main][TreeItemHandler] Set Tree selection 08:09:19.056 DEBUG [main][TreeHandler] Notify Tree about selection event 08:09:19.070 DEBUG [WorkbenchTestable][TreeItemHandler] Selected Tree Items: 08:09:19.071 DEBUG [WorkbenchTestable][TreeItemHandler] MyProject 08:09:19.072 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 08:09:19.072 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:09:19.119 DEBUG [main][MenuItemLookup] Found menu:'New' 08:09:19.119 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 08:09:19.119 DEBUG [main][MenuItemLookup] Found menu:'' 08:09:19.119 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 08:09:19.119 DEBUG [main][MenuItemLookup] Found menu:'' 08:09:19.119 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 08:09:19.119 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 08:09:19.119 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 08:09:19.119 DEBUG [main][MenuItemLookup] Found menu:'Move...' 08:09:19.119 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 08:09:19.119 DEBUG [main][MenuItemLookup] Found menu:'' 08:09:19.119 DEBUG [main][MenuItemLookup] Found menu:'Import...' 08:09:19.119 DEBUG [main][MenuItemLookup] Found menu:'Export...' 08:09:19.119 DEBUG [main][MenuItemLookup] Found menu:'' 08:09:19.119 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 08:09:19.119 DEBUG [main][MenuItemLookup] Item match:Refresh F5 08:09:19.120 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 08:09:19.120 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 08:09:19.120 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 08:09:19.121 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:09:19.121 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 08:09:19.121 DEBUG [WorkbenchTestable][JobIsRunning] job 'refresh' has no excuses, wait for it 08:09:19.622 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:09:19.622 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:09:19.622 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:09:19.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:09:19.622 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 08:09:19.622 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:09:19.642 DEBUG [main][MenuItemLookup] Found menu:'New' 08:09:19.642 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 08:09:19.642 DEBUG [main][MenuItemLookup] Found menu:'' 08:09:19.642 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 08:09:19.642 DEBUG [main][MenuItemLookup] Found menu:'' 08:09:19.642 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 08:09:19.642 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 08:09:19.643 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 08:09:19.643 DEBUG [main][MenuItemLookup] Item match:Delete Delete 08:09:19.643 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 08:09:19.643 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 08:09:19.643 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 08:09:19.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Resources"] is available.... 08:09:20.300 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:09:20.300 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 08:09:20.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:09:20.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:09:20.304 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with 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:09:20.304 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:09:20.304 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:09:20.305 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:09:20.305 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 08:09:20.305 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:09:20.305 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:09:20.305 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:09:20.305 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:09:20.305 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:09:20.305 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:09:20.305 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 08:09:20.306 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 08:09:20.306 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 08:09:20.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:09:20.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:09:20.306 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:09:20.306 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:09:20.306 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK") 08:09:20.307 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:09:20.307 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:09:20.307 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:09:20.307 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 08:09:20.307 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:09:20.307 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:09:20.307 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:09:20.308 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:09:20.308 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:09:20.308 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:09:20.308 INFO [WorkbenchTestable][AbstractButton] Click button OK 08:09:20.308 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:09:20.308 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:09:20.308 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:09:20.308 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:09:20.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 08:09:20.316 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 08:09:20.817 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 08:09:20.818 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 08:09:20.818 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:09:20.818 DEBUG [WorkbenchTestable][JobIsRunning] job 'Reporting encoding changes.' is not running, skipped 08:09:20.818 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 08:09:20.818 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:09:20.818 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:09:20.818 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:09:20.818 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:09:20.818 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:09:20.819 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:09:20.819 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=null 08:09:20.819 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:09:20.819 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:09:20.820 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorFileTest 08:09:20.820 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:09:20.820 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:09:20.820 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:09:20.820 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.264 s - in org.eclipse.reddeer.workbench.test.editor.EditorFileTest testGettingRelativePath no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorFileTest) Time elapsed: 0.076 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:09:20.834 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.workbench.test.editor.EditorTest 08:09:20.835 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 08:09:20.836 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:09:20.836 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 08:09:20.836 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:09:20.836 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 08:09:20.836 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:09:20.836 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 08:09:20.836 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:09:20.837 DEBUG [WorkbenchTestable][DoNotDownloadMavenIndexesExt] Trying to disable downloading maven repo indexes on startup via Windows > Preferences > Maven 08:09:20.837 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:09:20.837 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:09:20.837 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:09:20.837 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:09:20.837 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:09:20.837 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:09:20.837 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:09:20.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:09:20.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:09:20.838 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:09:20.838 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 08:09:20.838 DEBUG [main][MenuItemLookup] Found menu:'File' 08:09:20.839 DEBUG [main][MenuItemLookup] Found menu:'Edit' 08:09:20.839 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 08:09:20.839 DEBUG [main][MenuItemLookup] Found menu:'Search' 08:09:20.839 DEBUG [main][MenuItemLookup] Found menu:'Project' 08:09:20.839 DEBUG [main][MenuItemLookup] Found menu:'Window' 08:09:20.839 DEBUG [main][MenuItemLookup] Item match:Window 08:09:20.839 DEBUG [main][MenuItemLookup] Found menu:'New Window' 08:09:20.839 DEBUG [main][MenuItemLookup] Found menu:'Editor' 08:09:20.839 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 08:09:20.839 DEBUG [main][MenuItemLookup] Found menu:'' 08:09:20.839 DEBUG [main][MenuItemLookup] Found menu:'Show View' 08:09:20.839 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 08:09:20.839 DEBUG [main][MenuItemLookup] Found menu:'' 08:09:20.839 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 08:09:20.839 DEBUG [main][MenuItemLookup] Found menu:'' 08:09:20.839 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 08:09:20.840 DEBUG [main][MenuItemLookup] Item match:Preferences 08:09:20.840 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 08:09:20.840 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 08:09:20.840 INFO [main][MenuItemHandler] Select menu item: &Preferences 08:09:20.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:09:20.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:09:20.929 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 08:09:20.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:09:20.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:09:20.941 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 08:09:20.941 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:09:20.941 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:09:20.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:09:20.941 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:09:20.942 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:09:20.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:09:20.942 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:09:20.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:09:20.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:09:20.943 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:09:20.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:09:20.943 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:09:20.946 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:09:20.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:09:20.946 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:09:20.946 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 08:09:20.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:09:20.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:09:20.946 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:09:20.946 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:09:20.966 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 08:09:20.967 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 08:09:20.967 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:09:20.967 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:09:20.967 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:09:20.967 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 08:09:20.967 DEBUG [main][EditorHandler] 0 editor(s) found 08:09:20.968 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:09:20.969 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:09:20.969 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 08:09:20.969 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:09:20.970 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:09:20.970 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:09:20.970 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:09:20.970 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:09:20.970 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:09:20.970 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 08:09:20.970 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:09:20.970 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:09:20.972 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:09:20.972 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:09:20.972 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:09:20.972 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:09:20.972 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:09:20.972 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:09:20.973 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:09:20.973 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:09:20.973 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:09:20.973 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:09:20.973 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:09:20.974 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:09:20.974 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:09:20.974 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:09:20.974 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:09:20.974 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:09:20.975 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:09:20.975 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:09:20.975 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:09:20.975 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:09:20.987 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:09:20.987 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:09:20.988 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:09:20.988 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:09:20.988 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:09:20.996 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window 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:09:20.996 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:09:20.996 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window 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:09:20.996 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:09:20.997 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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:09:20.997 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:09:20.997 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window 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:09:20.997 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:09:20.997 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window 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:09:20.997 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:09:20.997 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window 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:09:20.997 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:09:20.997 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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:09:20.997 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:09:20.998 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window 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:09:20.998 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:09:20.998 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window 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:09:20.998 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:09:20.998 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:09:20.998 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:09:20.998 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:09:20.998 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:09:20.998 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 08:09:20.999 DEBUG [main][MenuItemLookup] Found menu:'File' 08:09:20.999 DEBUG [main][MenuItemLookup] Item match:File 08:09:21.000 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 08:09:21.000 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 08:09:21.003 DEBUG [main][MenuItemLookup] Found menu:'Project...' 08:09:21.003 DEBUG [main][MenuItemLookup] Found menu:'' 08:09:21.003 DEBUG [main][MenuItemLookup] Found menu:'Folder' 08:09:21.003 DEBUG [main][MenuItemLookup] Found menu:'File' 08:09:21.003 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 08:09:21.003 DEBUG [main][MenuItemLookup] Found menu:'' 08:09:21.003 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 08:09:21.003 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 08:09:21.004 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 08:09:21.004 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 08:09:21.004 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 08:09:21.095 DEBUG [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:09:21.096 DEBUG [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:09:21.096 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 08:09:21.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:09:21.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:09:21.098 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 08:09:21.098 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:09:21.098 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:09:21.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:09:21.098 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:09:21.099 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:09:21.099 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:09:21.099 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:09:21.100 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:09:21.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:09:21.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 08:09:21.101 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 08:09:21.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:09:21.602 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:09:21.603 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 08:09:21.604 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 08:09:21.604 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 08:09:21.604 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:09:21.604 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 08:09:21.604 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:09:21.604 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 08:09:21.604 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Project 08:09:21.604 DEBUG [main][TreeItemHandler] Selecting tree item: Project 08:09:21.604 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Project about selection 08:09:21.607 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Project 08:09:21.608 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 08:09:21.608 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 08:09:21.609 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:09:21.609 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:09:21.609 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:09:21.610 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:09:21.610 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:09:21.610 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:09:21.611 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 08:09:21.611 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:09:21.611 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:09:21.611 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:09:21.611 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:09:21.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: Matcher matching text to regular expression 'New|Select a wizard'] 08:09:21.650 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:09:21.650 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:09:21.650 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Project"] is available.... 08:09:21.650 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:09:21.650 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Project 08:09:21.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:09:21.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:09:21.651 TRACE [WorkbenchTestable][BasicNewProjectResourceWizard] Shell New Project is not null and is not disposed 08:09:21.651 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:09:21.652 DEBUG [WorkbenchTestable][BasicNewProjectResourceWizardFirstPage] Set General Project name to 'testProject' 08:09:21.653 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:09:21.653 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:09:21.653 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:09:21.656 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:09:21.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:09:21.656 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 08:09:21.656 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:09:21.656 INFO [WorkbenchTestable][AbstractText] Text set to: testProject 08:09:21.657 TRACE [WorkbenchTestable][BasicNewProjectResourceWizard] Shell New Project is not null and is not disposed 08:09:21.657 INFO [WorkbenchTestable][BasicNewProjectResourceWizard] Finish wizard 08:09:21.658 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.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:09:21.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:09:21.658 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:09:21.660 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:09:21.660 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:09:21.660 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:09:21.661 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 08:09:21.661 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:09:21.661 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:09:21.661 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:09:21.661 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:09:21.664 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 08:09:22.165 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 08:09:22.165 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:09:22.165 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 08:09:22.165 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:09:22.165 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:09:22.165 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:09:22.166 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 08:09:22.167 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:09:22.167 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window 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:09:22.167 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:09:22.167 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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:09:22.167 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:09:22.167 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window 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:09:22.167 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:09:22.168 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window 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:09:22.168 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:09:22.168 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window 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:09:22.168 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:09:22.168 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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:09:22.168 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:09:22.168 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window 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:09:22.168 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:09:22.168 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window 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:09:22.168 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:09:22.169 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:09:22.169 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:09:22.169 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:09:22.169 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:09:22.169 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 08:09:22.169 DEBUG [main][MenuItemLookup] Found menu:'File' 08:09:22.169 DEBUG [main][MenuItemLookup] Item match:File 08:09:22.170 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 08:09:22.170 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 08:09:22.171 DEBUG [main][MenuItemLookup] Found menu:'Project...' 08:09:22.171 DEBUG [main][MenuItemLookup] Found menu:'' 08:09:22.171 DEBUG [main][MenuItemLookup] Found menu:'Folder' 08:09:22.171 DEBUG [main][MenuItemLookup] Found menu:'File' 08:09:22.171 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 08:09:22.172 DEBUG [main][MenuItemLookup] Found menu:'' 08:09:22.172 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 08:09:22.172 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 08:09:22.172 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 08:09:22.172 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 08:09:22.172 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 08:09:22.227 DEBUG [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:09:22.230 DEBUG [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:09:22.230 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 08:09:22.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:09:22.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:09:22.231 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 08:09:22.231 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:09:22.232 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:09:22.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:09:22.232 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:09:22.233 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:09:22.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:09:22.233 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:09:22.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:09:22.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:09:22.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 08:09:22.234 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 08:09:22.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:09:22.234 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 08:09:22.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:09:22.234 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 08:09:22.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 08:09:22.234 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 08:09:22.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:09:22.234 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 08:09:22.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:09:22.234 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 08:09:22.234 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item File 08:09:22.234 DEBUG [main][TreeItemHandler] Selecting tree item: File 08:09:22.235 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item File about selection 08:09:22.238 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: File 08:09:22.238 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 08:09:22.238 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 08:09:22.238 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:09:22.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:09:22.238 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:09:22.239 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:09:22.240 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:09:22.240 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:09:22.240 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 08:09:22.240 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:09:22.240 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:09:22.240 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:09:22.240 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:09:22.279 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window 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:09:22.279 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:09:22.279 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:09:22.280 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:09:22.280 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:09:22.280 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Create New File 08:09:22.280 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:09:22.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:09:22.281 TRACE [WorkbenchTestable][BasicNewFileResourceWizard] Shell Create New File is not null and is not disposed 08:09:22.281 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:09:22.282 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:09:22.282 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:09:22.282 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:09:22.287 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:09:22.287 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:09:22.287 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 08:09:22.287 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:09:22.288 INFO [WorkbenchTestable][AbstractText] Text set to: editorTest.min 08:09:22.289 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:09:22.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:09:22.289 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:09:22.291 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:09:22.291 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:09:22.291 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 08:09:22.291 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:09:22.292 INFO [WorkbenchTestable][AbstractText] Text set to: testProject/ 08:09:22.292 TRACE [WorkbenchTestable][BasicNewFileResourceWizard] Shell Create New File is not null and is not disposed 08:09:22.292 INFO [WorkbenchTestable][BasicNewFileResourceWizard] Finish wizard 08:09:22.292 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:09:22.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:09:22.292 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:09:22.299 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:09:22.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:09:22.299 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:09:22.299 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 08:09:22.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:09:22.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:09:22.300 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:09:22.300 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:09:22.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 08:09:22.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 08:09:22.804 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:09:22.804 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 08:09:22.804 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:09:22.804 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:09:22.804 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:09:22.804 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:09:22.810 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.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:09:22.810 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:09:22.810 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:09:22.812 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:09:22.812 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:09:22.812 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:09:22.814 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:09:22.814 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - titleToolTip - Eclipse Platform TooltipText=null 08:09:22.814 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 08:09:22.814 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 08:09:22.815 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:09:22.815 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Button Text=Make Dirty TooltipText=null 08:09:22.815 INFO [WorkbenchTestable][AbstractEditor] Close editor and do not save it 08:09:22.816 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min 08:09:22.845 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed 08:09:22.845 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 08:09:22.845 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:09:22.845 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 08:09:22.846 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:09:22.846 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Create New File"] 08:09:22.846 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:09:22.846 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 08:09:22.846 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:09:22.846 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 08:09:22.846 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:09:22.847 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window 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:09:22.847 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:09:22.847 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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:09:22.847 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:09:22.847 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window 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:09:22.847 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:09:22.847 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window 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:09:22.847 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:09:22.847 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:09:22.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:09:22.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:09:22.848 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:09:22.848 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 08:09:22.848 DEBUG [main][MenuItemLookup] Found menu:'File' 08:09:22.849 DEBUG [main][MenuItemLookup] Item match:File 08:09:22.850 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 08:09:22.850 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 08:09:22.852 DEBUG [main][MenuItemLookup] Found menu:'Project...' 08:09:22.852 DEBUG [main][MenuItemLookup] Found menu:'' 08:09:22.852 DEBUG [main][MenuItemLookup] Found menu:'Folder' 08:09:22.852 DEBUG [main][MenuItemLookup] Found menu:'File' 08:09:22.852 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 08:09:22.852 DEBUG [main][MenuItemLookup] Found menu:'' 08:09:22.852 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 08:09:22.852 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 08:09:22.852 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 08:09:22.852 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 08:09:22.852 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 08:09:22.938 DEBUG [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:09:22.947 DEBUG [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:09:22.947 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 08:09:22.948 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:09:22.948 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:09:22.948 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 08:09:22.948 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:09:22.949 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:09:22.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:09:22.949 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:09:22.949 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:09:22.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:09:22.949 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:09:22.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:09:22.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:09:22.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 08:09:22.951 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 08:09:22.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:09:22.951 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 08:09:22.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:09:22.951 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 08:09:22.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 08:09:22.951 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 08:09:22.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:09:22.952 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 08:09:22.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:09:22.952 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 08:09:22.952 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item File 08:09:22.952 DEBUG [main][TreeItemHandler] Selecting tree item: File 08:09:22.952 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item File about selection 08:09:22.952 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: File 08:09:22.952 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 08:09:22.952 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 08:09:22.952 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:09:22.953 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:09:22.953 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:09:22.954 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:09:22.954 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:09:22.954 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:09:22.954 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 08:09:22.954 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:09:22.954 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:09:22.954 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:09:22.954 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:09:22.991 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window 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:09:22.991 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:09:22.991 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:09:22.991 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:09:22.991 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:09:22.991 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Create New File 08:09:22.992 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:09:22.992 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:09:22.992 TRACE [WorkbenchTestable][BasicNewFileResourceWizard] Shell Create New File is not null and is not disposed 08:09:22.992 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:09:22.992 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:09:22.992 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:09:22.992 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:09:22.997 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:09:22.997 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:09:22.997 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 08:09:22.997 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:09:22.998 INFO [WorkbenchTestable][AbstractText] Text set to: editorTest1.min 08:09:22.999 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:09:22.999 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:09:22.999 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:09:23.001 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:09:23.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:09:23.001 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 08:09:23.002 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:09:23.002 INFO [WorkbenchTestable][AbstractText] Text set to: testProject/ 08:09:23.002 TRACE [WorkbenchTestable][BasicNewFileResourceWizard] Shell Create New File is not null and is not disposed 08:09:23.002 INFO [WorkbenchTestable][BasicNewFileResourceWizard] Finish wizard 08:09:23.002 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:09:23.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:09:23.002 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:09:23.005 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:09:23.005 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:09:23.005 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:09:23.005 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 08:09:23.005 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:09:23.005 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:09:23.005 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:09:23.005 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:09:23.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 08:09:23.079 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 08:09:23.079 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:09:23.079 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 08:09:23.079 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 08:09:23.079 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 08:09:23.079 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:09:23.079 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:09:23.079 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:09:23.079 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:09:23.080 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window 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:09:23.085 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:09:23.086 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window 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:09:23.086 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:09:23.086 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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:09:23.086 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:09:23.086 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window 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:09:23.086 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:09:23.086 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window 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:09:23.086 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:09:23.087 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window 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:09:23.087 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:09:23.087 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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:09:23.087 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:09:23.087 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window 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:09:23.087 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:09:23.087 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window 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:09:23.087 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:09:23.087 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - titleToolTip - Eclipse Platform 08:09:23.088 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:09:23.088 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:09:23.088 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - titleToolTip - Eclipse Platform' 08:09:23.088 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - titleToolTip - Eclipse Platform' 08:09:23.088 DEBUG [main][MenuItemLookup] Found menu:'File' 08:09:23.088 DEBUG [main][MenuItemLookup] Item match:File 08:09:23.089 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 08:09:23.089 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 08:09:23.090 DEBUG [main][MenuItemLookup] Found menu:'Project...' 08:09:23.090 DEBUG [main][MenuItemLookup] Found menu:'' 08:09:23.090 DEBUG [main][MenuItemLookup] Found menu:'Folder' 08:09:23.090 DEBUG [main][MenuItemLookup] Found menu:'File' 08:09:23.090 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 08:09:23.090 DEBUG [main][MenuItemLookup] Found menu:'' 08:09:23.090 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 08:09:23.090 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 08:09:23.091 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 08:09:23.091 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 08:09:23.091 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 08:09:23.170 DEBUG [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:09:23.174 DEBUG [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:09:23.174 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 08:09:23.175 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:09:23.175 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:09:23.175 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 08:09:23.175 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:09:23.175 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:09:23.175 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:09:23.175 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:09:23.176 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:09:23.176 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:09:23.176 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:09:23.177 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:09:23.177 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:09:23.177 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 08:09:23.177 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 08:09:23.177 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:09:23.177 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 08:09:23.177 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:09:23.177 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 08:09:23.177 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 08:09:23.177 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 08:09:23.177 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:09:23.177 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 08:09:23.177 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:09:23.177 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 08:09:23.178 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item File 08:09:23.178 DEBUG [main][TreeItemHandler] Selecting tree item: File 08:09:23.178 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item File about selection 08:09:23.178 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: File 08:09:23.178 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 08:09:23.178 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 08:09:23.178 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:09:23.178 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:09:23.178 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:09:23.179 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:09:23.179 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:09:23.179 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:09:23.179 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 08:09:23.179 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:09:23.179 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:09:23.180 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:09:23.180 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:09:23.231 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window 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:09:23.231 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:09:23.231 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:09:23.231 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:09:23.231 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:09:23.231 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Create New File 08:09:23.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:09:23.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:09:23.232 TRACE [WorkbenchTestable][BasicNewFileResourceWizard] Shell Create New File is not null and is not disposed 08:09:23.232 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:09:23.232 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:09:23.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:09:23.232 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:09:23.237 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:09:23.237 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:09:23.237 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 08:09:23.237 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:09:23.238 INFO [WorkbenchTestable][AbstractText] Text set to: editorTest+.min 08:09:23.238 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:09:23.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:09:23.238 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:09:23.240 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:09:23.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:09:23.241 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 08:09:23.241 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:09:23.241 INFO [WorkbenchTestable][AbstractText] Text set to: testProject/ 08:09:23.241 TRACE [WorkbenchTestable][BasicNewFileResourceWizard] Shell Create New File is not null and is not disposed 08:09:23.241 INFO [WorkbenchTestable][BasicNewFileResourceWizard] Finish wizard 08:09:23.241 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:09:23.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:09:23.241 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:09:23.243 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:09:23.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:09:23.243 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:09:23.244 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 08:09:23.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:09:23.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:09:23.244 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:09:23.244 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:09:23.254 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 08:09:23.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 08:09:23.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:09:23.758 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 08:09:23.758 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:09:23.758 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:09:23.758 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:09:23.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:09:23.759 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.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:09:23.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:09:23.759 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:09:23.762 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:09:23.762 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:09:23.762 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:09:23.762 DEBUG [WorkbenchTestable][EditorHandler] Activating workbench part editorTest+.min 08:09:23.767 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:09:23.767 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:09:23.767 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 08:09:23.767 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 08:09:23.768 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:09:23.768 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Button Text=Make Dirty TooltipText=null 08:09:23.768 INFO [WorkbenchTestable][AbstractEditor] Close editor and do not save it 08:09:23.768 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest+.min 08:09:23.776 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest+.min is closed 08:09:23.776 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:09:23.777 INFO [WorkbenchTestable][RequirementsRunner] Started test: getTitleTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 08:09:23.777 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 08:09:23.777 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:09:23.777 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:09:23.777 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:09:23.785 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:09:23.792 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:09:23.792 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' view via menu. 08:09:23.792 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - titleToolTip - Eclipse Platform 08:09:23.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:09:23.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:09:23.793 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - titleToolTip - Eclipse Platform' 08:09:23.793 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - titleToolTip - Eclipse Platform' 08:09:23.793 DEBUG [main][MenuItemLookup] Found menu:'File' 08:09:23.793 DEBUG [main][MenuItemLookup] Found menu:'Edit' 08:09:23.793 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 08:09:23.793 DEBUG [main][MenuItemLookup] Found menu:'Search' 08:09:23.793 DEBUG [main][MenuItemLookup] Found menu:'Project' 08:09:23.793 DEBUG [main][MenuItemLookup] Found menu:'Window' 08:09:23.793 DEBUG [main][MenuItemLookup] Item match:Window 08:09:23.794 DEBUG [main][MenuItemLookup] Found menu:'New Window' 08:09:23.794 DEBUG [main][MenuItemLookup] Found menu:'Editor' 08:09:23.794 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 08:09:23.794 DEBUG [main][MenuItemLookup] Found menu:'' 08:09:23.794 DEBUG [main][MenuItemLookup] Found menu:'Show View' 08:09:23.794 DEBUG [main][MenuItemLookup] Item match:Show View 08:09:23.798 DEBUG [main][MenuItemLookup] Found menu:'Bookmarks' 08:09:23.798 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 08:09:23.798 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 08:09:23.798 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 08:09:23.798 DEBUG [main][MenuItemLookup] Found menu:'Progress' 08:09:23.798 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 08:09:23.798 DEBUG [main][MenuItemLookup] Found menu:'Properties' 08:09:23.798 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 08:09:23.798 DEBUG [main][MenuItemLookup] Found menu:'' 08:09:23.798 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 08:09:23.798 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 08:09:23.806 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 08:09:23.806 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 08:09:23.806 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 08:09:23.852 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 08:09:23.854 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:09:23.854 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 08:09:23.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:09:23.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:09:23.855 DEBUG [WorkbenchTestable][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:09:23.855 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:09:23.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:09:23.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:09:23.855 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 08:09:23.855 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:09:23.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:09:23.855 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:09:23.855 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:09:23.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:09:23.855 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:09:23.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:09:23.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:09:23.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 08:09:23.857 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 08:09:23.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:09:24.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:09:24.358 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 08:09:24.359 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 08:09:24.360 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 08:09:24.360 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:09:24.360 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 08:09:24.360 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:09:24.360 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 08:09:24.360 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Package Explorer 08:09:24.360 DEBUG [main][TreeItemHandler] Selecting tree item: Package Explorer 08:09:24.360 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Package Explorer about selection 08:09:24.361 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Package Explorer 08:09:24.361 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:09:24.361 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:09:24.361 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:09:24.361 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 08:09:24.361 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:09:24.361 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:09:24.361 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:09:24.361 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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:09:24.361 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:09:24.361 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:09:24.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:09:24.362 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 08:09:24.362 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:09:24.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:09:24.362 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:09:24.362 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:09:24.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:09:24.362 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:09:24.363 INFO [WorkbenchTestable][AbstractButton] Click button &Open 08:09:24.363 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:09:24.363 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:09:24.363 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:09:24.363 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:09:24.577 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 08:09:24.578 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 08:09:24.578 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.jdt.ui.packageview.PackageExplorerPart' view is open... 08:09:24.578 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:09:24.581 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:09:24.581 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.jdt.ui.packageview.PackageExplorerPart' view is open finished successfully 08:09:24.581 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:09:24.584 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:09:24.584 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - titleToolTip - Eclipse Platform 08:09:24.585 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:09:24.585 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:09:24.585 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - titleToolTip - Eclipse Platform' 08:09:24.585 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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:09:24.585 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:09:24.585 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:09:24.598 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:09:24.598 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:09:24.598 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:09:24.598 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:09:24.598 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:09:24.599 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:09:24.599 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - titleToolTip - Eclipse Platform TooltipText=null 08:09:24.599 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:09:24.599 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:09:24.632 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:09:24.632 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:09:24.633 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:09:24.633 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:09:24.633 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:09:24.633 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:09:24.634 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:09:24.634 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:09:24.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:09:24.634 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:09:24.634 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:09:25.134 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:09:25.135 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:09:25.635 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:09:25.635 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:09:25.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:09:25.636 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:09:25.636 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:09:25.637 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:09:25.637 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:09:25.637 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with 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:09:25.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:09:25.637 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:09:25.637 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:09:25.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:09:25.637 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:09:25.637 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:09:25.641 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 08:09:25.641 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject 08:09:25.641 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 08:09:25.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:09:26.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:09:26.142 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 08:09:26.144 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 08:09:26.144 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 08:09:26.144 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 08:09:26.152 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 08:09:26.152 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min 08:09:26.152 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 08:09:26.152 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 08:09:26.152 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 08:09:26.154 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 08:09:26.154 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 08:09:26.154 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 08:09:26.181 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 08:09:26.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:09:26.182 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:09:26.182 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:09:26.182 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:09:26.182 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:09:26.186 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.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:09:26.186 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:09:26.186 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:09:26.188 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:09:26.188 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:09:26.188 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:09:26.188 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:09:26.189 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:09:26.189 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 08:09:26.189 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 08:09:26.190 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 08:09:26.190 DEBUG [main][EditorHandler] 2 editor(s) found 08:09:26.190 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest1.min 08:09:26.204 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest1.min is closed 08:09:26.204 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min 08:09:26.232 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed 08:09:26.232 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 08:09:26.232 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:09:26.232 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:09:26.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:09:26.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:09:26.233 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getTitleTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 08:09:26.233 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:09:26.233 INFO [WorkbenchTestable][RequirementsRunner] Started test: closeDirtyEditorsWithoutSaveTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 08:09:26.233 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 08:09:26.233 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:09:26.233 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:09:26.233 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:09:26.234 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:09:26.237 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:09:26.237 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 08:09:26.237 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:09:26.240 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:09:26.240 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:09:26.240 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:09:26.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:09:26.241 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:09:26.241 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 08:09:26.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:09:26.241 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:09:26.255 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:09:26.255 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:09:26.256 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:09:26.256 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:09:26.256 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:09:26.256 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:09:26.256 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:09:26.257 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:09:26.257 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:09:26.258 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:09:26.258 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:09:26.258 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:09:26.258 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:09:26.258 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:09:26.268 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:09:26.269 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:09:26.269 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:09:26.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:09:26.269 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:09:26.269 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:09:26.770 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:09:26.770 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:09:27.270 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:09:27.271 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:09:27.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:09:27.271 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:09:27.271 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:09:27.272 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:09:27.272 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:09:27.272 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 08:09:27.272 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:09:27.272 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:09:27.272 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:09:27.272 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:09:27.272 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:09:27.272 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:09:27.273 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 08:09:27.273 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject 08:09:27.273 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 08:09:27.273 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:09:27.273 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 08:09:27.273 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:09:27.273 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 08:09:27.274 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 08:09:27.274 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 08:09:27.274 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 08:09:27.276 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 08:09:27.276 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min 08:09:27.276 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 08:09:27.276 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 08:09:27.276 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 08:09:27.278 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 08:09:27.278 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 08:09:27.278 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 08:09:27.299 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 08:09:27.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:09:27.299 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:09:27.299 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:09:27.299 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:09:27.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:09:27.300 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.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:09:27.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:09:27.300 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:09:27.303 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:09:27.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:09:27.303 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:09:27.303 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:09:27.303 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:09:27.303 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 08:09:27.303 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 08:09:27.304 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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:09:27.304 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:09:27.304 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:09:27.304 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:09:27.304 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "editorTest.min"as the parent 08:09:27.304 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:09:27.304 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:09:27.304 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:09:27.305 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:09:27.305 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:09:27.305 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:09:27.305 INFO [WorkbenchTestable][AbstractButton] Click button Make Dirty 08:09:27.305 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:09:27.305 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:09:27.305 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:09:27.305 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:09:27.306 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 08:09:27.307 DEBUG [main][EditorHandler] 1 editor(s) found 08:09:27.307 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min 08:09:27.335 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed 08:09:27.335 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 08:09:27.335 DEBUG [main][EditorHandler] 0 editor(s) found 08:09:27.335 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 08:09:27.335 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:09:27.335 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:09:27.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:09:27.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:09:27.336 INFO [WorkbenchTestable][RequirementsRunner] Finished test: closeDirtyEditorsWithoutSaveTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 08:09:27.336 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:09:27.336 INFO [WorkbenchTestable][RequirementsRunner] Started test: getEditorFileTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 08:09:27.336 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 08:09:27.336 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:09:27.336 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:09:27.336 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:09:27.336 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:09:27.339 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:09:27.339 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 08:09:27.339 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:09:27.343 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:09:27.343 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:09:27.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:09:27.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:09:27.343 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:09:27.343 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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:09:27.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:09:27.343 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:09:27.346 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:09:27.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:09:27.346 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:09:27.347 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:09:27.347 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:09:27.359 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:09:27.359 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:09:27.359 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:09:27.359 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:09:27.360 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:09:27.360 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:09:27.361 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:09:27.361 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:09:27.361 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:09:27.361 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:09:27.361 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:09:27.361 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:09:27.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:09:27.362 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:09:27.362 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:09:27.862 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:09:27.863 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:09:28.363 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:09:28.363 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:09:28.363 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:09:28.363 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:09:28.363 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:09:28.364 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:09:28.364 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:09:28.364 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 08:09:28.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:09:28.364 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:09:28.365 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:09:28.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:09:28.365 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:09:28.365 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:09:28.365 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 08:09:28.366 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject 08:09:28.366 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 08:09:28.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:09:28.366 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 08:09:28.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:09:28.366 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 08:09:28.366 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 08:09:28.366 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 08:09:28.366 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 08:09:28.368 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 08:09:28.368 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min 08:09:28.368 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 08:09:28.368 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 08:09:28.368 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 08:09:28.370 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 08:09:28.370 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 08:09:28.370 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 08:09:28.391 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 08:09:28.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:09:28.391 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:09:28.391 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:09:28.391 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:09:28.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:09:28.392 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:09:28.396 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:09:28.396 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 08:09:28.396 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:09:28.398 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:09:28.398 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - titleToolTip - Eclipse Platform 08:09:28.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:09:28.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:09:28.399 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - titleToolTip - Eclipse Platform' 08:09:28.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.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 08:09:28.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:09:28.399 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:09:28.402 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:09:28.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:09:28.402 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:09:28.402 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:09:28.402 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:09:28.429 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:09:28.429 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:09:28.429 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:09:28.429 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:09:28.430 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:09:28.430 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:09:28.430 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:09:28.430 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:09:28.430 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:09:28.430 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:09:28.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:09:28.431 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:09:28.431 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:09:28.931 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:09:28.931 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:09:29.432 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:09:29.432 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:09:29.432 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:09:29.432 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:09:29.432 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:09:29.433 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:09:29.433 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:09:29.433 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with 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:09:29.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:09:29.433 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:09:29.434 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:09:29.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:09:29.434 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:09:29.434 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:09:29.434 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 08:09:29.435 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject 08:09:29.435 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 08:09:29.435 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:09:29.435 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 08:09:29.435 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:09:29.435 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 08:09:29.435 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 08:09:29.435 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 08:09:29.435 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 08:09:29.437 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 08:09:29.437 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min 08:09:29.437 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 08:09:29.437 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 08:09:29.438 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 08:09:29.441 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 08:09:29.441 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 08:09:29.441 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 08:09:29.449 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 08:09:29.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:09:29.449 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:09:29.449 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:09:29.449 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:09:29.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:09:29.451 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@7afced91 is found... 08:09:29.452 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@7afced91 is found finished successfully 08:09:29.452 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.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:09:29.452 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:09:29.452 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:09:29.456 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:09:29.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:09:29.456 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:09:29.457 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:09:29.457 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:09:29.457 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 08:09:29.457 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 08:09:29.458 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:09:29.461 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:09:29.461 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 08:09:29.461 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:09:29.464 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:09:29.464 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - titleToolTip - Eclipse Platform 08:09:29.464 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:09:29.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:09:29.465 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - titleToolTip - Eclipse Platform' 08:09:29.465 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 08:09:29.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:09:29.465 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:09:29.468 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:09:29.468 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:09:29.468 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:09:29.468 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:09:29.468 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:09:29.495 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:09:29.495 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:09:29.495 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:09:29.495 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:09:29.496 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:09:29.496 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:09:29.496 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:09:29.496 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:09:29.496 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:09:29.496 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:09:29.496 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:09:29.496 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:09:29.497 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:09:29.997 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:09:29.997 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:09:30.497 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:09:30.498 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:09:30.498 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:09:30.498 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:09:30.498 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:09:30.499 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:09:30.499 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:09:30.499 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with 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:09:30.499 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:09:30.499 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:09:30.499 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:09:30.499 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:09:30.499 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:09:30.499 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:09:30.500 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 08:09:30.500 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest1.min of tree item testProject 08:09:30.500 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 08:09:30.500 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:09:30.500 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 08:09:30.500 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:09:30.500 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 08:09:30.500 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest1.min 08:09:30.500 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest1.min 08:09:30.501 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest1.min about selection 08:09:30.503 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest1.min 08:09:30.503 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest1.min 08:09:30.503 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest1.min 08:09:30.503 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest1.min 08:09:30.503 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest1.min about selection 08:09:30.508 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest1.min 08:09:30.508 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 08:09:30.508 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 08:09:30.526 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 08:09:30.526 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:09:30.527 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:09:30.527 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:09:30.527 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:09:30.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:09:30.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@597cda9f is found... 08:09:30.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@597cda9f is found finished successfully 08:09:30.528 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.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:09:30.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:09:30.528 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:09:30.531 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:09:30.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:09:30.531 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:09:30.532 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:09:30.532 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:09:30.532 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 08:09:30.532 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 08:09:30.533 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 08:09:30.533 DEBUG [main][EditorHandler] 2 editor(s) found 08:09:30.533 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min 08:09:30.538 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed 08:09:30.539 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest1.min 08:09:30.566 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest1.min is closed 08:09:30.567 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 08:09:30.567 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:09:30.567 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:09:30.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:09:30.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:09:30.567 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getEditorFileTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 08:09:30.567 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:09:30.567 INFO [WorkbenchTestable][RequirementsRunner] Started test: closeNotDirty no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 08:09:30.567 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 08:09:30.568 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:09:30.568 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:09:30.568 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:09:30.568 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:09:30.572 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:09:30.572 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 08:09:30.572 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:09:30.577 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:09:30.577 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:09:30.578 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:09:30.578 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:09:30.578 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:09:30.578 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 08:09:30.578 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:09:30.578 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:09:30.582 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:09:30.582 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:09:30.582 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:09:30.582 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:09:30.582 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:09:30.583 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:09:30.583 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:09:30.583 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:09:30.583 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:09:30.584 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:09:30.584 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:09:30.584 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:09:30.585 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:09:30.585 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:09:30.585 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:09:30.585 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:09:30.585 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:09:30.585 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:09:30.586 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:09:30.586 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:09:31.086 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:09:31.086 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:09:31.587 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:09:31.587 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:09:31.587 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:09:31.587 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:09:31.587 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:09:31.588 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:09:31.588 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:09:31.588 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with 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:09:31.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:09:31.588 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:09:31.588 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:09:31.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:09:31.588 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:09:31.588 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:09:31.589 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 08:09:31.589 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject 08:09:31.589 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 08:09:31.589 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:09:31.589 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 08:09:31.589 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:09:31.589 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 08:09:31.590 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 08:09:31.590 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 08:09:31.590 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 08:09:31.595 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 08:09:31.595 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min 08:09:31.595 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 08:09:31.595 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 08:09:31.595 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 08:09:31.597 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 08:09:31.597 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 08:09:31.597 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 08:09:31.617 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 08:09:31.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:09:31.617 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:09:31.617 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:09:31.617 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:09:31.618 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:09:31.618 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.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:09:31.619 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:09:31.619 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:09:31.621 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:09:31.621 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:09:31.621 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:09:31.621 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:09:31.621 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:09:31.621 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 08:09:31.621 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 08:09:31.622 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:09:31.622 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Button Text=Make Dirty TooltipText=null 08:09:31.622 INFO [WorkbenchTestable][AbstractEditor] Close editor and save it 08:09:31.622 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min 08:09:31.650 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed 08:09:31.650 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 08:09:31.650 DEBUG [main][EditorHandler] 0 editor(s) found 08:09:31.650 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 08:09:31.650 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:09:31.650 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:09:31.650 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:09:31.650 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:09:31.650 INFO [WorkbenchTestable][RequirementsRunner] Finished test: closeNotDirty no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 08:09:31.650 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:09:31.651 INFO [WorkbenchTestable][RequirementsRunner] Started test: testEditorAsReferencedComposite no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 08:09:31.651 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 08:09:31.651 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:09:31.651 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:09:31.651 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:09:31.651 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:09:31.654 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:09:31.654 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 08:09:31.654 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:09:31.657 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:09:31.657 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:09:31.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:09:31.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:09:31.657 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:09:31.657 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 08:09:31.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:09:31.657 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:09:31.660 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:09:31.660 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:09:31.660 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:09:31.661 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:09:31.661 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:09:31.661 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:09:31.661 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:09:31.661 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:09:31.661 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:09:31.662 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:09:31.662 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:09:31.663 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:09:31.663 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:09:31.663 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:09:31.663 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:09:31.663 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:09:31.664 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:09:31.664 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:09:31.664 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:09:31.664 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:09:32.164 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:09:32.164 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:09:32.665 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:09:32.665 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:09:32.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:09:32.665 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:09:32.665 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:09:32.666 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:09:32.666 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:09:32.666 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with 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:09:32.666 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:09:32.666 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:09:32.666 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:09:32.667 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:09:32.667 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:09:32.667 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:09:32.667 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 08:09:32.667 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject 08:09:32.667 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 08:09:32.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:09:32.668 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 08:09:32.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:09:32.668 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 08:09:32.668 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 08:09:32.668 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 08:09:32.668 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 08:09:32.670 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 08:09:32.670 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min 08:09:32.670 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 08:09:32.670 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 08:09:32.670 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 08:09:32.672 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 08:09:32.672 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 08:09:32.672 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 08:09:32.693 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 08:09:32.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:09:32.693 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:09:32.693 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:09:32.693 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:09:32.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:09:32.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 '\*?\QeditorTest.min\E') 08:09:32.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:09:32.694 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:09:32.696 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:09:32.696 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:09:32.696 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:09:32.697 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:09:32.697 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:09:32.697 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 08:09:32.697 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 08:09:32.697 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:09:32.697 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:09:32.697 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:09:32.698 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:09:32.698 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:09:32.698 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:09:32.698 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 08:09:32.698 DEBUG [main][EditorHandler] 1 editor(s) found 08:09:32.698 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min 08:09:32.725 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed 08:09:32.725 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 08:09:32.725 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:09:32.725 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:09:32.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:09:32.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:09:32.726 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testEditorAsReferencedComposite no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 08:09:32.726 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:09:32.726 INFO [WorkbenchTestable][RequirementsRunner] Started test: getContextMenuTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 08:09:32.726 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 08:09:32.726 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:09:32.726 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:09:32.726 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:09:32.726 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:09:32.729 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:09:32.729 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 08:09:32.729 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:09:32.732 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:09:32.732 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:09:32.733 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:09:32.733 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:09:32.733 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:09:32.733 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 08:09:32.733 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:09:32.733 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:09:32.736 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:09:32.736 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:09:32.736 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:09:32.736 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:09:32.736 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:09:32.737 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:09:32.737 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:09:32.737 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:09:32.737 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:09:32.738 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:09:32.738 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:09:32.738 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:09:32.738 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:09:32.738 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:09:32.738 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:09:32.739 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:09:32.739 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:09:32.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:09:32.739 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:09:32.739 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:09:33.239 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:09:33.240 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:09:33.740 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:09:33.740 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:09:33.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:09:33.741 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:09:33.741 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:09:33.742 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:09:33.742 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:09:33.742 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 08:09:33.742 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:09:33.742 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:09:33.742 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:09:33.742 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:09:33.742 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:09:33.742 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:09:33.743 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 08:09:33.743 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject 08:09:33.743 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 08:09:33.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:09:33.743 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 08:09:33.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:09:33.743 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 08:09:33.743 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 08:09:33.743 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 08:09:33.744 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 08:09:33.745 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 08:09:33.746 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min 08:09:33.746 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 08:09:33.746 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 08:09:33.746 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 08:09:33.747 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 08:09:33.747 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 08:09:33.747 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 08:09:33.768 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 08:09:33.768 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:09:33.769 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:09:33.769 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:09:33.769 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:09:33.769 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:09:33.770 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:09:33.773 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:09:33.773 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 08:09:33.773 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:09:33.776 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:09:33.776 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - titleToolTip - Eclipse Platform 08:09:33.776 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:09:33.777 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:09:33.777 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - titleToolTip - Eclipse Platform' 08:09:33.777 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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:09:33.777 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:09:33.777 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:09:33.780 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:09:33.780 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:09:33.780 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:09:33.780 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:09:33.780 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:09:33.807 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:09:33.807 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:09:33.807 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:09:33.807 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:09:33.807 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:09:33.807 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:09:33.808 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:09:33.808 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:09:33.808 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:09:33.808 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:09:33.808 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:09:33.808 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:09:33.808 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:09:34.309 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:09:34.309 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:09:34.809 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:09:34.810 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:09:34.810 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:09:34.810 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:09:34.810 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:09:34.811 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:09:34.811 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:09:34.811 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with 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:09:34.811 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:09:34.811 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:09:34.811 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:09:34.811 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:09:34.811 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:09:34.811 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:09:34.812 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 08:09:34.812 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject 08:09:34.812 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 08:09:34.812 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:09:34.812 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 08:09:34.812 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:09:34.812 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 08:09:34.813 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 08:09:34.813 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 08:09:34.813 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 08:09:34.815 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 08:09:34.815 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min 08:09:34.815 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 08:09:34.815 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 08:09:34.815 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 08:09:34.819 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 08:09:34.819 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 08:09:34.819 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 08:09:34.827 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 08:09:34.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:09:34.827 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:09:34.827 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:09:34.827 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:09:34.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:09:34.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@7750c4cc is found... 08:09:34.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@7750c4cc is found finished successfully 08:09:34.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.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:09:34.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:09:34.828 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:09:34.831 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:09:34.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:09:34.831 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:09:34.831 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:09:34.831 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:09:34.831 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 08:09:34.831 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 08:09:34.832 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 08:09:34.832 DEBUG [main][EditorHandler] 1 editor(s) found 08:09:34.832 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min 08:09:34.860 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed 08:09:34.860 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 08:09:34.860 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:09:34.860 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:09:34.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:09:34.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:09:34.860 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getContextMenuTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 08:09:34.860 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:09:34.860 INFO [WorkbenchTestable][RequirementsRunner] Started test: closeDirtyWithoutSave no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 08:09:34.860 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 08:09:34.860 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:09:34.861 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:09:34.861 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:09:34.861 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:09:34.864 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:09:34.864 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 08:09:34.864 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:09:34.867 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:09:34.867 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:09:34.867 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:09:34.867 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:09:34.867 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:09:34.867 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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:09:34.867 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:09:34.867 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:09:34.882 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:09:34.882 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:09:34.882 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:09:34.882 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:09:34.882 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:09:34.883 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:09:34.883 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:09:34.883 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:09:34.883 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:09:34.884 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:09:34.884 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:09:34.884 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:09:34.884 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:09:34.885 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:09:34.885 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:09:34.895 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:09:34.895 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:09:34.895 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:09:34.895 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:09:34.896 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:09:35.396 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:09:35.396 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:09:35.896 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:09:35.897 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:09:35.897 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:09:35.897 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:09:35.897 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:09:35.898 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:09:35.898 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:09:35.898 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 08:09:35.898 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:09:35.898 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:09:35.898 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:09:35.898 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:09:35.898 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:09:35.898 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:09:35.899 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 08:09:35.899 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject 08:09:35.899 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 08:09:35.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:09:35.899 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 08:09:35.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:09:35.899 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 08:09:35.900 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 08:09:35.900 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 08:09:35.900 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 08:09:35.902 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 08:09:35.902 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min 08:09:35.902 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 08:09:35.902 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 08:09:35.902 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 08:09:35.904 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 08:09:35.904 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 08:09:35.904 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 08:09:35.926 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 08:09:35.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:09:35.926 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:09:35.926 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:09:35.926 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:09:35.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:09:35.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 '\*?\QeditorTest.min\E') 08:09:35.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:09:35.927 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:09:35.930 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:09:35.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:09:35.930 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:09:35.930 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:09:35.930 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:09:35.930 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 08:09:35.930 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 08:09:35.931 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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:09:35.931 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:09:35.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:09:35.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:09:35.931 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "editorTest.min"as the parent 08:09:35.931 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:09:35.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:09:35.931 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:09:35.932 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:09:35.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:09:35.932 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:09:35.932 INFO [WorkbenchTestable][AbstractButton] Click button Make Dirty 08:09:35.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:09:35.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:09:35.932 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:09:35.932 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:09:35.933 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:09:35.934 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Button Text=Make Dirty TooltipText=null 08:09:35.934 INFO [WorkbenchTestable][AbstractEditor] Close editor and do not save it 08:09:35.934 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min 08:09:35.963 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed 08:09:35.963 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 08:09:35.963 DEBUG [main][EditorHandler] 0 editor(s) found 08:09:35.963 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 08:09:35.963 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:09:35.963 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:09:35.963 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:09:35.963 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:09:35.964 INFO [WorkbenchTestable][RequirementsRunner] Finished test: closeDirtyWithoutSave no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 08:09:35.964 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:09:35.964 INFO [WorkbenchTestable][RequirementsRunner] Started test: closeDirtyWithSaveTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 08:09:35.964 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 08:09:35.964 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:09:35.964 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:09:35.964 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:09:35.964 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:09:35.967 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:09:35.967 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 08:09:35.967 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:09:35.970 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:09:35.970 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:09:35.970 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:09:35.970 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:09:35.970 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:09:35.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:09:35.971 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:09:35.971 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:09:35.973 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:09:35.973 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:09:35.973 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:09:35.985 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:09:35.985 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:09:35.986 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:09:35.987 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:09:35.987 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:09:35.987 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:09:35.988 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:09:35.988 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:09:35.989 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:09:35.989 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:09:35.989 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:09:35.989 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:09:35.990 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:09:35.990 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:09:35.990 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:09:35.990 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:09:35.990 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:09:36.490 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:09:36.491 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:09:36.991 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:09:36.991 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:09:36.991 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:09:36.991 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:09:36.991 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:09:36.992 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:09:36.992 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:09:36.992 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with 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:09:36.992 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:09:36.992 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:09:36.993 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:09:36.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:09:36.993 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:09:36.993 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:09:36.993 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 08:09:36.994 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject 08:09:36.994 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 08:09:36.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:09:36.994 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 08:09:36.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:09:36.994 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 08:09:36.994 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 08:09:36.994 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 08:09:36.994 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 08:09:36.998 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 08:09:36.998 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min 08:09:36.998 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 08:09:36.998 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 08:09:36.998 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 08:09:37.000 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 08:09:37.000 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 08:09:37.000 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 08:09:37.024 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 08:09:37.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:09:37.024 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:09:37.024 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:09:37.024 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:09:37.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:09:37.025 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QeditorTest.min\E') 08:09:37.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:09:37.026 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:09:37.028 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:09:37.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:09:37.028 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:09:37.028 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:09:37.028 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:09:37.028 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 08:09:37.028 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 08:09:37.029 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Make Dirty") 08:09:37.029 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:09:37.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:09:37.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:09:37.029 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "editorTest.min"as the parent 08:09:37.029 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:09:37.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:09:37.029 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:09:37.029 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:09:37.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:09:37.029 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:09:37.030 INFO [WorkbenchTestable][AbstractButton] Click button Make Dirty 08:09:37.030 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:09:37.030 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:09:37.030 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:09:37.030 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:09:37.031 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:09:37.031 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Button Text=Make Dirty TooltipText=null 08:09:37.031 INFO [WorkbenchTestable][AbstractEditor] Close editor and save it 08:09:37.031 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min 08:09:37.032 DEBUG [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:09:37.558 DEBUG [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:09:37.558 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Save Resource 08:09:37.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:09:37.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:09:37.560 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:09:37.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:09:37.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:09:37.560 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Save Resource" as the parent 08:09:37.560 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:09:37.560 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:09:37.560 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:09:37.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 "Save") 08:09:37.560 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:09:37.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:09:37.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:09:37.560 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Save Resource" as the parent 08:09:37.560 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:09:37.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:09:37.560 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:09:37.561 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:09:37.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:09:37.561 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:09:37.561 INFO [WorkbenchTestable][AbstractButton] Click button &Save 08:09:37.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:09:37.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:09:37.561 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:09:37.561 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:09:37.602 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 08:09:37.603 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 08:09:37.603 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed 08:09:37.603 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 08:09:37.603 DEBUG [main][EditorHandler] 0 editor(s) found 08:09:37.603 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 08:09:37.603 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:09:37.603 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:09:37.603 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:09:37.603 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:09:37.603 INFO [WorkbenchTestable][RequirementsRunner] Finished test: closeDirtyWithSaveTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 08:09:37.603 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:09:37.603 INFO [WorkbenchTestable][RequirementsRunner] Started test: noEditorsOpenedTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 08:09:37.604 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 08:09:37.604 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:09:37.604 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:09:37.604 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:09:37.604 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:09:37.607 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:09:37.607 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 08:09:37.607 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:09:37.611 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:09:37.611 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:09:37.611 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:09:37.611 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:09:37.611 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:09:37.611 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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:09:37.611 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:09:37.611 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:09:37.615 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:09:37.615 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:09:37.615 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:09:37.615 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:09:37.615 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:09:37.615 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:09:37.616 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:09:37.616 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:09:37.616 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:09:37.617 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:09:37.617 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:09:37.617 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:09:37.618 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:09:37.618 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:09:37.618 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:09:37.618 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:09:37.618 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:09:37.618 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:09:37.618 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:09:37.619 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:09:38.119 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:09:38.119 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:09:38.619 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:09:38.620 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:09:38.620 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:09:38.620 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:09:38.620 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:09:38.621 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:09:38.621 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:09:38.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:09:38.621 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:09:38.621 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:09:38.621 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:09:38.621 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:09:38.621 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:09:38.621 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:09:38.622 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 08:09:38.622 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject 08:09:38.622 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 08:09:38.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:09:38.622 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 08:09:38.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:09:38.622 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 08:09:38.622 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 08:09:38.622 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 08:09:38.623 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 08:09:38.626 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 08:09:38.626 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min 08:09:38.626 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 08:09:38.626 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 08:09:38.626 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 08:09:38.628 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 08:09:38.628 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 08:09:38.628 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 08:09:38.649 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 08:09:38.649 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:09:38.649 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:09:38.649 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:09:38.649 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:09:38.649 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:09:38.649 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 08:09:38.650 DEBUG [main][EditorHandler] 1 editor(s) found 08:09:38.650 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min 08:09:38.671 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed 08:09:38.672 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 08:09:38.672 DEBUG [main][EditorHandler] 0 editor(s) found 08:09:38.672 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 08:09:38.672 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:09:38.672 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:09:38.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:09:38.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:09:38.673 INFO [WorkbenchTestable][RequirementsRunner] Finished test: noEditorsOpenedTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 08:09:38.673 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:09:38.673 INFO [WorkbenchTestable][RequirementsRunner] Started test: getEditorByTitleTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 08:09:38.673 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 08:09:38.673 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:09:38.673 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:09:38.673 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:09:38.673 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:09:38.676 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:09:38.676 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 08:09:38.676 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:09:38.679 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:09:38.679 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:09:38.679 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:09:38.679 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:09:38.679 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:09:38.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.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 08:09:38.679 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:09:38.679 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:09:38.682 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:09:38.682 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:09:38.682 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:09:38.682 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:09:38.682 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:09:38.683 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:09:38.683 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:09:38.683 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:09:38.683 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:09:38.684 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:09:38.684 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:09:38.685 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:09:38.685 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:09:38.685 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:09:38.685 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:09:38.685 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:09:38.685 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:09:38.685 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:09:38.685 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:09:38.686 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:09:39.186 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:09:39.186 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:09:39.686 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:09:39.687 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:09:39.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:09:39.687 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:09:39.687 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:09:39.688 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:09:39.688 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:09:39.688 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 08:09:39.688 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:09:39.688 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:09:39.688 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:09:39.688 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:09:39.688 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:09:39.688 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:09:39.689 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 08:09:39.689 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject 08:09:39.689 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 08:09:39.689 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:09:39.689 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 08:09:39.689 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:09:39.689 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 08:09:39.690 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 08:09:39.690 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 08:09:39.690 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 08:09:39.691 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 08:09:39.692 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min 08:09:39.692 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 08:09:39.692 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 08:09:39.692 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 08:09:39.693 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 08:09:39.693 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 08:09:39.693 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 08:09:39.714 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 08:09:39.714 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:09:39.715 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:09:39.715 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:09:39.715 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:09:39.715 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:09:39.715 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@6f88fa6e is found... 08:09:39.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@6f88fa6e is found finished successfully 08:09:39.716 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QeditorTest.min\E') 08:09:39.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:09:39.716 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:09:39.718 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:09:39.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:09:39.718 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:09:39.718 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:09:39.718 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:09:39.718 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 08:09:39.718 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 08:09:39.719 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:09:39.722 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:09:39.722 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 08:09:39.722 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:09:39.725 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:09:39.725 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - titleToolTip - Eclipse Platform 08:09:39.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:09:39.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:09:39.726 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - titleToolTip - Eclipse Platform' 08:09:39.726 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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:09:39.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:09:39.726 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:09:39.729 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:09:39.729 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:09:39.729 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:09:39.729 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:09:39.729 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:09:39.758 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:09:39.758 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:09:39.758 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:09:39.758 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:09:39.759 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:09:39.759 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:09:39.759 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:09:39.759 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:09:39.759 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:09:39.759 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:09:39.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:09:39.760 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:09:39.760 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:09:40.260 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:09:40.260 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:09:40.760 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:09:40.761 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:09:40.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:09:40.761 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:09:40.761 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:09:40.762 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:09:40.762 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:09:40.762 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 08:09:40.762 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:09:40.762 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:09:40.762 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:09:40.762 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:09:40.762 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:09:40.762 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:09:40.763 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 08:09:40.763 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest1.min of tree item testProject 08:09:40.763 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 08:09:40.763 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:09:40.764 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 08:09:40.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:09:40.764 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 08:09:40.764 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest1.min 08:09:40.764 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest1.min 08:09:40.764 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest1.min about selection 08:09:40.766 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest1.min 08:09:40.766 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest1.min 08:09:40.766 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest1.min 08:09:40.766 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest1.min 08:09:40.766 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest1.min about selection 08:09:40.768 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest1.min 08:09:40.768 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 08:09:40.768 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 08:09:40.790 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 08:09:40.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:09:40.790 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:09:40.790 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:09:40.790 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:09:40.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:09:40.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@1d9f4ad3 is found... 08:09:40.791 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@1d9f4ad3 is found finished successfully 08:09:40.792 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.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:09:40.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:09:40.792 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:09:40.793 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:09:40.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:09:40.793 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:09:40.793 DEBUG [WorkbenchTestable][EditorHandler] Activating workbench part editorTest.min 08:09:40.800 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:09:40.800 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:09:40.800 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 08:09:40.800 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 08:09:40.801 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@6cb40678 is found... 08:09:40.801 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@6cb40678 is found finished successfully 08:09:40.801 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.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:09:40.801 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:09:40.801 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:09:40.803 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:09:40.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:09:40.803 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:09:40.803 DEBUG [WorkbenchTestable][EditorHandler] Activating workbench part editorTest1.min 08:09:40.817 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:09:40.817 DEBUG [WorkbenchTestable][EditorHandler] Focused control=null 08:09:40.817 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 08:09:40.817 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 08:09:40.817 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 08:09:40.818 DEBUG [main][EditorHandler] 2 editor(s) found 08:09:40.818 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min 08:09:40.825 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed 08:09:40.825 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest1.min 08:09:40.852 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest1.min is closed 08:09:40.853 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 08:09:40.853 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:09:40.853 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:09:40.853 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:09:40.853 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:09:40.853 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getEditorByTitleTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 08:09:40.853 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:09:40.853 INFO [WorkbenchTestable][RequirementsRunner] Started test: testTitleToolTip no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 08:09:40.853 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 08:09:40.853 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:09:40.853 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:09:40.853 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:09:40.854 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:09:40.855 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:09:40.855 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 08:09:40.856 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:09:40.857 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:09:40.857 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:09:40.858 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:09:40.858 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:09:40.858 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:09:40.858 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 08:09:40.858 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:09:40.858 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:09:40.860 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:09:40.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:09:40.860 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:09:40.860 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:09:40.860 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:09:40.860 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:09:40.860 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:09:40.860 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:09:40.860 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:09:40.862 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:09:40.862 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:09:40.862 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:09:40.862 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:09:40.862 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:09:40.863 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:09:40.863 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:09:40.863 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:09:40.863 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:09:40.863 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:09:40.863 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:09:41.363 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:09:41.364 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:09:41.864 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:09:41.864 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:09:41.864 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:09:41.864 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:09:41.864 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:09:41.865 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:09:41.866 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:09:41.866 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with 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:09:41.866 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:09:41.866 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:09:41.866 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:09:41.866 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:09:41.866 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:09:41.866 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:09:41.867 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 08:09:41.867 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject 08:09:41.867 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 08:09:41.867 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:09:41.867 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 08:09:41.867 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:09:41.867 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 08:09:41.868 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 08:09:41.868 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 08:09:41.868 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 08:09:41.869 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 08:09:41.869 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min 08:09:41.870 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 08:09:41.870 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 08:09:41.870 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 08:09:41.871 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 08:09:41.871 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 08:09:41.871 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 08:09:41.893 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 08:09:41.893 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:09:41.893 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:09:41.893 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:09:41.893 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:09:41.893 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:09:41.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.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:09:41.894 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:09:41.894 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:09:41.897 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:09:41.897 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:09:41.897 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:09:41.897 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:09:41.897 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:09:41.897 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 08:09:41.897 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 08:09:41.898 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 08:09:41.898 DEBUG [main][EditorHandler] 1 editor(s) found 08:09:41.898 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min 08:09:41.923 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed 08:09:41.923 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 08:09:41.923 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:09:41.923 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:09:41.923 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:09:41.923 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:09:41.924 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testTitleToolTip no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 08:09:41.924 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:09:41.924 INFO [WorkbenchTestable][RequirementsRunner] Started test: saveEditor no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 08:09:41.924 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 08:09:41.924 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:09:41.924 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:09:41.924 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:09:41.924 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:09:41.928 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:09:41.928 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 08:09:41.928 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:09:41.931 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:09:41.931 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:09:41.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:09:41.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:09:41.931 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:09:41.931 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 08:09:41.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:09:41.931 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:09:41.939 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:09:41.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:09:41.939 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:09:41.949 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:09:41.949 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:09:41.951 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:09:41.951 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:09:41.951 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:09:41.951 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:09:41.953 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:09:41.953 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:09:41.953 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:09:41.953 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:09:41.953 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:09:41.953 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:09:41.954 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:09:41.954 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:09:41.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:09:41.964 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:09:41.964 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:09:42.464 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:09:42.465 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:09:42.965 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:09:42.965 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:09:42.965 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:09:42.966 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:09:42.966 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:09:42.966 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:09:42.967 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:09:42.967 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with 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:09:42.967 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:09:42.967 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:09:42.967 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:09:42.967 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:09:42.967 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:09:42.967 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:09:42.969 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 08:09:42.969 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject 08:09:42.969 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 08:09:42.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:09:42.969 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 08:09:42.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:09:42.969 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 08:09:42.970 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 08:09:42.970 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 08:09:42.970 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 08:09:42.973 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 08:09:42.973 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min 08:09:42.973 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 08:09:42.973 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 08:09:42.974 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 08:09:42.975 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 08:09:42.975 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 08:09:42.975 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 08:09:42.999 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 08:09:42.999 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:09:42.999 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:09:42.999 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:09:42.999 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:09:42.999 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:09:43.001 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QeditorTest.min\E') 08:09:43.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:09:43.001 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:09:43.003 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:09:43.003 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:09:43.003 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:09:43.004 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:09:43.004 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:09:43.004 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 08:09:43.004 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 08:09:43.005 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Make Dirty") 08:09:43.005 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:09:43.005 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:09:43.005 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:09:43.005 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "editorTest.min"as the parent 08:09:43.005 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:09:43.005 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:09:43.005 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:09:43.005 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:09:43.005 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:09:43.005 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:09:43.005 INFO [WorkbenchTestable][AbstractButton] Click button Make Dirty 08:09:43.005 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:09:43.005 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:09:43.006 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:09:43.006 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:09:43.007 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:09:43.008 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Button Text=Make Dirty TooltipText=null 08:09:43.008 INFO [WorkbenchTestable][AbstractEditor] Save editor 08:09:43.008 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - titleToolTip - Eclipse Platform 08:09:43.008 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:09:43.008 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:09:43.008 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - titleToolTip - Eclipse Platform' 08:09:43.008 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - titleToolTip - Eclipse Platform' 08:09:43.008 DEBUG [main][MenuItemLookup] Found menu:'File' 08:09:43.008 DEBUG [main][MenuItemLookup] Item match:File 08:09:43.009 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 08:09:43.009 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 08:09:43.009 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 08:09:43.010 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 08:09:43.010 DEBUG [main][MenuItemLookup] Found menu:'' 08:09:43.010 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 08:09:43.010 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 08:09:43.010 DEBUG [main][MenuItemLookup] Found menu:'' 08:09:43.010 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 08:09:43.010 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 08:09:43.010 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 08:09:43.010 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 08:09:43.010 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 08:09:43.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 08:09:43.014 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 08:09:43.014 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:09:43.014 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - titleToolTip - Eclipse Platform TooltipText=null 08:09:43.014 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 08:09:43.014 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 08:09:43.028 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 08:09:43.028 DEBUG [main][EditorHandler] 1 editor(s) found 08:09:43.028 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min 08:09:43.056 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed 08:09:43.056 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 08:09:43.056 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:09:43.056 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:09:43.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:09:43.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:09:43.057 INFO [WorkbenchTestable][RequirementsRunner] Finished test: saveEditor no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 08:09:43.057 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:09:43.057 INFO [WorkbenchTestable][RequirementsRunner] Started test: isDirtyTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 08:09:43.057 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 08:09:43.057 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:09:43.057 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:09:43.057 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:09:43.058 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:09:43.062 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:09:43.062 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 08:09:43.062 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:09:43.067 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:09:43.067 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:09:43.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:09:43.068 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:09:43.068 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:09:43.068 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 08:09:43.068 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:09:43.068 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:09:43.071 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:09:43.071 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:09:43.071 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:09:43.072 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:09:43.072 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:09:43.072 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:09:43.072 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:09:43.072 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:09:43.072 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:09:43.074 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:09:43.074 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:09:43.074 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:09:43.074 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:09:43.074 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:09:43.074 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:09:43.075 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:09:43.075 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:09:43.075 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:09:43.075 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:09:43.075 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:09:43.575 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:09:43.576 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:09:44.076 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:09:44.077 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:09:44.077 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:09:44.077 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:09:44.077 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:09:44.078 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:09:44.078 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:09:44.078 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with 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:09:44.078 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:09:44.078 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:09:44.078 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:09:44.078 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:09:44.078 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:09:44.078 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:09:44.078 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 08:09:44.079 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject 08:09:44.079 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 08:09:44.079 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:09:44.079 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 08:09:44.079 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:09:44.079 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 08:09:44.079 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 08:09:44.079 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 08:09:44.080 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 08:09:44.081 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 08:09:44.081 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min 08:09:44.081 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 08:09:44.081 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 08:09:44.081 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 08:09:44.083 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 08:09:44.083 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 08:09:44.083 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 08:09:44.103 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 08:09:44.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:09:44.103 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:09:44.103 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:09:44.103 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:09:44.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:09:44.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.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:09:44.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:09:44.104 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:09:44.106 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:09:44.106 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:09:44.106 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:09:44.107 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:09:44.107 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:09:44.107 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 08:09:44.107 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 08:09:44.108 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Make Dirty") 08:09:44.108 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:09:44.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:09:44.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:09:44.108 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "editorTest.min"as the parent 08:09:44.108 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:09:44.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:09:44.108 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:09:44.108 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:09:44.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:09:44.108 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:09:44.108 INFO [WorkbenchTestable][AbstractButton] Click button Make Dirty 08:09:44.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:09:44.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:09:44.108 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:09:44.108 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:09:44.110 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Save") 08:09:44.110 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:09:44.110 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:09:44.110 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:09:44.110 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "editorTest.min"as the parent 08:09:44.110 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:09:44.110 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:09:44.110 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:09:44.110 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:09:44.110 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:09:44.110 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:09:44.111 INFO [WorkbenchTestable][AbstractButton] Click button Save 08:09:44.111 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:09:44.111 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:09:44.111 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:09:44.111 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:09:44.112 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 08:09:44.112 DEBUG [main][EditorHandler] 1 editor(s) found 08:09:44.112 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min 08:09:44.149 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed 08:09:44.150 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 08:09:44.150 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:09:44.150 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:09:44.150 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:09:44.150 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:09:44.150 INFO [WorkbenchTestable][RequirementsRunner] Finished test: isDirtyTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 08:09:44.150 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:09:44.150 INFO [WorkbenchTestable][RequirementsRunner] Started test: closeNotActiveEditorTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 08:09:44.150 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 08:09:44.150 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:09:44.150 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:09:44.150 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:09:44.151 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:09:44.154 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:09:44.154 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 08:09:44.154 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:09:44.157 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:09:44.157 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:09:44.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:09:44.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:09:44.157 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:09:44.157 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 08:09:44.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:09:44.157 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:09:44.162 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:09:44.162 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:09:44.162 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:09:44.162 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:09:44.162 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:09:44.162 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:09:44.162 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:09:44.163 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:09:44.163 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:09:44.174 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:09:44.174 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:09:44.175 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:09:44.175 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:09:44.175 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:09:44.175 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:09:44.176 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:09:44.176 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:09:44.176 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:09:44.176 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:09:44.176 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:09:44.676 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:09:44.677 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:09:45.177 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:09:45.177 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:09:45.177 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:09:45.177 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:09:45.178 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:09:45.178 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:09:45.178 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:09:45.178 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with 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:09:45.179 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:09:45.179 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:09:45.179 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:09:45.179 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:09:45.179 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:09:45.179 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:09:45.179 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 08:09:45.180 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject 08:09:45.180 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 08:09:45.180 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:09:45.180 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 08:09:45.180 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:09:45.180 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 08:09:45.180 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 08:09:45.180 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 08:09:45.181 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 08:09:45.182 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 08:09:45.182 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min 08:09:45.182 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 08:09:45.182 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 08:09:45.183 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 08:09:45.184 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 08:09:45.184 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 08:09:45.184 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 08:09:45.205 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 08:09:45.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:09:45.206 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:09:45.206 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:09:45.206 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:09:45.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:09:45.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:09:45.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:09:45.207 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:09:45.209 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:09:45.209 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:09:45.209 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:09:45.209 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:09:45.209 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:09:45.209 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 08:09:45.209 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 08:09:45.210 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:09:45.213 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:09:45.220 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 08:09:45.220 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:09:45.229 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:09:45.229 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - titleToolTip - Eclipse Platform 08:09:45.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:09:45.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:09:45.229 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - titleToolTip - Eclipse Platform' 08:09:45.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 '\*?\QPackage Explorer\E') 08:09:45.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:09:45.229 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:09:45.232 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:09:45.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:09:45.233 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:09:45.233 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:09:45.233 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:09:45.259 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:09:45.260 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:09:45.260 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:09:45.260 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:09:45.260 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:09:45.261 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:09:45.261 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:09:45.261 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:09:45.261 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:09:45.261 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:09:45.261 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:09:45.261 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:09:45.262 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:09:45.762 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:09:45.762 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:09:46.262 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:09:46.263 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:09:46.263 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:09:46.263 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:09:46.263 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:09:46.264 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:09:46.264 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:09:46.264 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 08:09:46.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:09:46.264 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:09:46.264 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:09:46.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:09:46.264 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:09:46.264 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:09:46.265 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 08:09:46.265 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest1.min of tree item testProject 08:09:46.265 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 08:09:46.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:09:46.265 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 08:09:46.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:09:46.265 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 08:09:46.265 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest1.min 08:09:46.266 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest1.min 08:09:46.266 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest1.min about selection 08:09:46.267 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest1.min 08:09:46.267 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest1.min 08:09:46.267 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest1.min 08:09:46.267 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest1.min 08:09:46.267 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest1.min about selection 08:09:46.269 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest1.min 08:09:46.269 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 08:09:46.269 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 08:09:46.290 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 08:09:46.290 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:09:46.290 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:09:46.291 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:09:46.291 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:09:46.291 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:09:46.291 DEBUG [WorkbenchTestable][EditorHandler] Activating workbench part editorTest.min 08:09:46.297 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:09:46.297 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:09:46.297 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 08:09:46.297 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 08:09:46.297 INFO [WorkbenchTestable][AbstractEditor] Close editor and do not save it 08:09:46.298 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min 08:09:46.313 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed 08:09:46.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@67087c37 is found... 08:09:56.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@67087c37 is found failed, an exception will be thrown 08:09:56.324 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 08:09:56.324 DEBUG [main][EditorHandler] 1 editor(s) found 08:09:56.324 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest1.min 08:09:56.361 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest1.min is closed 08:09:56.362 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 08:09:56.362 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:09:56.362 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:09:56.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:09:56.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:09:56.362 INFO [WorkbenchTestable][RequirementsRunner] Finished test: closeNotActiveEditorTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 08:09:56.362 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:09:56.363 INFO [WorkbenchTestable][RequirementsRunner] Started test: closeDirtyEditorsWithSaveTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 08:09:56.363 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 08:09:56.363 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:09:56.363 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:09:56.363 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:09:56.363 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:09:56.365 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:09:56.365 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 08:09:56.365 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:09:56.366 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:09:56.366 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:09:56.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:09:56.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:09:56.367 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:09:56.367 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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:09:56.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:09:56.367 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:09:56.368 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:09:56.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:09:56.368 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:09:56.369 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:09:56.369 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:09:56.369 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:09:56.369 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:09:56.369 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:09:56.369 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:09:56.371 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:09:56.371 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:09:56.371 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:09:56.371 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:09:56.371 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:09:56.371 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:09:56.371 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:09:56.371 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:09:56.372 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:09:56.372 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:09:56.372 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:09:56.872 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:09:56.872 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:09:57.372 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:09:57.373 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:09:57.373 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:09:57.373 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:09:57.373 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:09:57.374 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:09:57.374 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:09:57.374 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with 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:09:57.374 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:09:57.374 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:09:57.374 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:09:57.374 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:09:57.374 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:09:57.374 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:09:57.375 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 08:09:57.375 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject 08:09:57.375 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 08:09:57.375 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:09:57.375 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 08:09:57.375 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:09:57.375 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 08:09:57.375 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 08:09:57.375 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 08:09:57.376 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 08:09:57.378 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 08:09:57.378 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min 08:09:57.378 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 08:09:57.378 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 08:09:57.378 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 08:09:57.379 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 08:09:57.379 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 08:09:57.379 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 08:09:57.402 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 08:09:57.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:09:57.402 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:09:57.402 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:09:57.402 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:09:57.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:09:57.403 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.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:09:57.403 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:09:57.403 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:09:57.404 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:09:57.404 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:09:57.404 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:09:57.404 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:09:57.405 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:09:57.405 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 08:09:57.405 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 08:09:57.405 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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:09:57.405 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:09:57.405 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:09:57.405 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:09:57.405 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "editorTest.min"as the parent 08:09:57.406 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:09:57.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:09:57.406 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:09:57.406 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:09:57.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:09:57.406 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:09:57.406 INFO [WorkbenchTestable][AbstractButton] Click button Make Dirty 08:09:57.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:09:57.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:09:57.406 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:09:57.406 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:09:57.407 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 08:09:57.407 DEBUG [main][EditorHandler] 1 editor(s) found 08:09:57.407 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min 08:09:57.407 DEBUG [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:09:57.933 DEBUG [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:09:57.933 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Save Resource 08:09:57.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:09:57.934 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:09:57.934 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:09:57.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:09:57.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:09:57.935 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Save Resource" as the parent 08:09:57.935 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:09:57.935 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:09:57.935 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:09:57.935 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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:09:57.935 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:09:57.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:09:57.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:09:57.935 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Save Resource" as the parent 08:09:57.935 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:09:57.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:09:57.935 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:09:57.935 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:09:57.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:09:57.935 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:09:57.936 INFO [WorkbenchTestable][AbstractButton] Click button &Save 08:09:57.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:09:57.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:09:57.936 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:09:57.936 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:09:57.974 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 08:09:57.974 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 08:09:57.974 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed 08:09:57.975 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 08:09:57.975 DEBUG [main][EditorHandler] 0 editor(s) found 08:09:57.975 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 08:09:57.975 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:09:57.975 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:09:57.975 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:09:57.975 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:09:57.975 INFO [WorkbenchTestable][RequirementsRunner] Finished test: closeDirtyEditorsWithSaveTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 08:09:57.976 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:09:57.976 INFO [WorkbenchTestable][RequirementsRunner] Started test: findDirtyEditor no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 08:09:57.976 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 08:09:57.976 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:09:57.976 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:09:57.976 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:09:57.976 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:09:57.978 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:09:57.978 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 08:09:57.978 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:09:57.980 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:09:57.980 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:09:57.980 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:09:57.980 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:09:57.980 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:09:57.980 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 08:09:57.980 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:09:57.980 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:09:57.993 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:09:57.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:09:57.993 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:09:57.994 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:09:57.994 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:09:57.994 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:09:57.994 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:09:57.994 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:09:57.994 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:09:57.996 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:09:57.996 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:09:57.996 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:09:57.996 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:09:57.996 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:09:57.996 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:09:57.997 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:09:57.997 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:09:57.997 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:09:57.997 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:09:57.997 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:09:58.497 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:09:58.497 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:09:58.997 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:09:58.998 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:09:58.998 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:09:58.998 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:09:58.998 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:09:58.998 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:09:58.999 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:09:58.999 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 08:09:58.999 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:09:58.999 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:09:58.999 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:09:58.999 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:09:58.999 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:09:58.999 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:09:58.999 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 08:09:59.000 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject 08:09:59.000 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 08:09:59.000 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:09:59.000 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 08:09:59.000 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:09:59.000 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 08:09:59.000 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 08:09:59.000 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 08:09:59.000 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 08:09:59.002 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 08:09:59.002 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min 08:09:59.002 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 08:09:59.002 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 08:09:59.002 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 08:09:59.003 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 08:09:59.003 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 08:09:59.003 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 08:09:59.024 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 08:09:59.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:09:59.024 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:09:59.024 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:09:59.024 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:09:59.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:09:59.025 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QeditorTest.min\E') 08:09:59.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:09:59.025 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:09:59.026 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:09:59.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:09:59.026 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:09:59.027 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:09:59.027 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:09:59.027 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 08:09:59.027 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 08:09:59.028 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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:09:59.028 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:09:59.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:09:59.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:09:59.028 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "editorTest.min"as the parent 08:09:59.028 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:09:59.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:09:59.028 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:09:59.028 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:09:59.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:09:59.028 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:09:59.028 INFO [WorkbenchTestable][AbstractButton] Click button Make Dirty 08:09:59.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:09:59.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:09:59.028 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:09:59.028 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:09:59.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@190f7390 is found... 08:09:59.030 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@190f7390 is found finished successfully 08:09:59.030 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.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:09:59.030 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:09:59.030 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:09:59.031 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:09:59.031 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:09:59.031 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:09:59.031 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:09:59.031 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Button Text=Make Dirty TooltipText=null 08:09:59.032 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 08:09:59.032 DEBUG [main][EditorHandler] 1 editor(s) found 08:09:59.032 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min 08:09:59.032 DEBUG [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:09:59.557 DEBUG [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:09:59.557 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Save Resource 08:09:59.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:09:59.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:09:59.559 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:09:59.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:09:59.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:09:59.559 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Save Resource" as the parent 08:09:59.559 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:09:59.559 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:09:59.559 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:09:59.559 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Save") 08:09:59.559 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:09:59.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:09:59.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:09:59.559 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Save Resource" as the parent 08:09:59.559 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:09:59.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:09:59.559 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:09:59.560 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:09:59.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:09:59.560 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:09:59.560 INFO [WorkbenchTestable][AbstractButton] Click button &Save 08:09:59.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:09:59.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:09:59.560 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:09:59.560 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:09:59.598 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 08:09:59.598 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 08:09:59.598 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed 08:09:59.598 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 08:09:59.598 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:09:59.598 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:09:59.598 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:09:59.598 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:09:59.599 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findDirtyEditor no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 08:09:59.599 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:09:59.599 INFO [WorkbenchTestable][RequirementsRunner] Started test: saveNotDirtyEditor no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 08:09:59.599 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 08:09:59.599 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:09:59.599 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:09:59.599 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:09:59.599 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:09:59.601 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:09:59.601 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 08:09:59.602 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:09:59.603 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:09:59.603 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:09:59.604 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:09:59.604 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:09:59.604 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:09:59.604 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 08:09:59.604 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:09:59.604 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:09:59.617 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:09:59.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:09:59.617 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:09:59.617 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:09:59.617 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:09:59.617 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:09:59.617 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:09:59.617 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:09:59.617 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:09:59.619 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:09:59.619 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:09:59.619 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:09:59.619 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:09:59.619 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:09:59.619 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:09:59.619 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:09:59.619 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:09:59.620 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:09:59.620 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:09:59.620 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:10:00.120 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:10:00.120 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:10:00.620 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:10:00.620 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:10:01.121 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:10:01.121 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:10:01.121 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:10:01.121 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:10:01.121 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:10:01.122 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:10:01.122 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:10:01.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.ctab.DefaultCTabItem, index 0 and no matchers specified 08:10:01.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:10:01.122 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:10:01.122 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:10:01.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:10:01.122 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:10:01.122 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:10:01.123 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 08:10:01.123 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject 08:10:01.123 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 08:10:01.123 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:10:01.123 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 08:10:01.123 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:10:01.123 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 08:10:01.123 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 08:10:01.123 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 08:10:01.123 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 08:10:01.125 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 08:10:01.125 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min 08:10:01.125 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 08:10:01.125 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 08:10:01.125 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 08:10:01.127 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 08:10:01.127 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 08:10:01.127 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 08:10:01.147 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 08:10:01.147 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:10:01.147 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:10:01.147 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:10:01.147 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:10:01.147 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:10:01.148 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.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:10:01.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:10:01.149 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:10:01.151 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:10:01.151 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:10:01.151 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:10:01.151 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:10:01.151 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:10:01.151 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 08:10:01.151 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 08:10:01.152 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:10:01.152 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Button Text=Make Dirty TooltipText=null 08:10:01.152 INFO [WorkbenchTestable][AbstractEditor] Save editor 08:10:01.152 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - titleToolTip - Eclipse Platform 08:10:01.153 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:10:01.153 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:10:01.153 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - titleToolTip - Eclipse Platform' 08:10:01.153 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - titleToolTip - Eclipse Platform' 08:10:01.153 DEBUG [main][MenuItemLookup] Found menu:'File' 08:10:01.153 DEBUG [main][MenuItemLookup] Item match:File 08:10:01.154 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 08:10:01.154 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 08:10:01.154 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 08:10:01.154 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 08:10:01.154 DEBUG [main][MenuItemLookup] Found menu:'' 08:10:01.154 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 08:10:01.154 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 08:10:01.154 DEBUG [main][MenuItemLookup] Found menu:'' 08:10:01.154 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 08:10:01.154 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 08:10:01.154 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 08:10:01.154 DEBUG [main][EditorHandler] 1 editor(s) found 08:10:01.154 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min 08:10:01.187 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed 08:10:01.187 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 08:10:01.187 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:10:01.187 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:10:01.187 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:10:01.187 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:10:01.187 INFO [WorkbenchTestable][RequirementsRunner] Finished test: saveNotDirtyEditor no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 08:10:01.187 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:10:01.188 INFO [WorkbenchTestable][RequirementsRunner] Started test: getEditorByTitleWrongTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 08:10:01.188 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 08:10:01.188 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:10:01.188 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:10:01.188 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:10:01.188 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:10:01.191 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:10:01.191 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 08:10:01.191 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:10:01.194 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:10:01.194 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:10:01.194 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:10:01.194 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:10:01.194 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:10:01.194 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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:10:01.195 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:10:01.195 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:10:01.209 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:10:01.209 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:10:01.209 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:10:01.209 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:10:01.209 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:10:01.210 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:10:01.210 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:10:01.210 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:10:01.210 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:10:01.233 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:10:01.234 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:10:01.234 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:10:01.234 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:10:01.235 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:10:01.235 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:10:01.235 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:10:01.235 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:10:01.235 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:10:01.235 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:10:01.235 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:10:01.735 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:10:01.736 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:10:02.236 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:10:02.236 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:10:02.236 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:10:02.236 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:10:02.236 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:10:02.237 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:10:02.237 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:10:02.237 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with 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:10:02.237 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:10:02.237 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:10:02.237 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:10:02.237 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:10:02.237 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:10:02.237 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:10:02.238 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 08:10:02.238 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject 08:10:02.238 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 08:10:02.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:10:02.238 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 08:10:02.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:10:02.238 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 08:10:02.239 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 08:10:02.239 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 08:10:02.239 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 08:10:02.240 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 08:10:02.240 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min 08:10:02.240 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 08:10:02.240 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 08:10:02.241 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 08:10:02.242 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 08:10:02.242 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 08:10:02.242 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 08:10:02.262 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 08:10:02.263 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:10:02.263 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:10:02.263 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:10:02.263 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:10:02.263 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:10:02.263 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@f878a92 is found... 08:10:12.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@f878a92 is found failed, an exception will be thrown 08:10:12.271 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 08:10:12.271 DEBUG [main][EditorHandler] 1 editor(s) found 08:10:12.271 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min 08:10:12.296 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed 08:10:12.296 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 08:10:12.296 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:10:12.296 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:10:12.296 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:10:12.296 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:10:12.297 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getEditorByTitleWrongTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 08:10:12.297 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:10:12.297 INFO [WorkbenchTestable][RequirementsRunner] Started test: noEditorOpenedTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 08:10:12.297 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 08:10:12.297 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:10:12.297 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:10:12.297 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:10:12.297 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:10:12.299 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:10:12.299 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 08:10:12.299 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:10:12.301 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:10:12.301 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:10:12.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:10:12.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:10:12.301 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:10:12.301 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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:10:12.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:10:12.301 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:10:12.303 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:10:12.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:10:12.303 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:10:12.303 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:10:12.303 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:10:12.303 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:10:12.303 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:10:12.303 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:10:12.303 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:10:12.304 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:10:12.305 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:10:12.305 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:10:12.305 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:10:12.305 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:10:12.305 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:10:12.305 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:10:12.305 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:10:12.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:10:12.306 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:10:12.306 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:10:12.806 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:10:12.806 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:10:13.306 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:10:13.307 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:10:13.307 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:10:13.307 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:10:13.307 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:10:13.307 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:10:13.307 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:10:13.308 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with 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:10:13.308 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:10:13.308 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:10:13.308 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:10:13.308 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:10:13.308 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:10:13.308 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:10:13.308 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 08:10:13.309 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject 08:10:13.309 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 08:10:13.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:10:13.309 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 08:10:13.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:10:13.309 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 08:10:13.309 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 08:10:13.309 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 08:10:13.309 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 08:10:13.311 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 08:10:13.311 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min 08:10:13.311 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 08:10:13.311 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 08:10:13.311 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 08:10:13.312 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 08:10:13.312 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 08:10:13.312 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 08:10:13.336 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 08:10:13.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:10:13.336 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:10:13.336 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:10:13.336 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:10:13.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:10:13.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 '\*?\QeditorTest.min\E') 08:10:13.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:10:13.337 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:10:13.339 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:10:13.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:10:13.339 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:10:13.339 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:10:13.339 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:10:13.339 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 08:10:13.339 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 08:10:13.340 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:10:13.340 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Button Text=Make Dirty TooltipText=null 08:10:13.340 INFO [WorkbenchTestable][AbstractEditor] Close editor and do not save it 08:10:13.340 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min 08:10:13.367 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed 08:10:13.368 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 08:10:13.368 DEBUG [main][EditorHandler] 0 editor(s) found 08:10:13.368 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 08:10:13.368 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:10:13.368 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:10:13.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:10:13.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:10:13.368 INFO [WorkbenchTestable][RequirementsRunner] Finished test: noEditorOpenedTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 08:10:13.368 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:10:13.368 INFO [WorkbenchTestable][RequirementsRunner] Started test: switchEditorTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 08:10:13.368 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 08:10:13.368 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:10:13.368 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:10:13.368 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:10:13.369 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:10:13.371 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:10:13.371 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 08:10:13.371 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:10:13.372 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:10:13.372 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:10:13.373 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:10:13.373 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:10:13.373 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:10:13.373 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 08:10:13.373 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:10:13.373 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:10:13.374 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:10:13.374 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:10:13.374 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:10:13.374 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:10:13.375 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:10:13.375 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:10:13.375 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:10:13.375 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:10:13.375 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:10:13.376 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:10:13.376 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:10:13.377 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:10:13.377 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:10:13.377 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:10:13.377 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:10:13.377 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:10:13.377 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:10:13.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:10:13.377 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:10:13.377 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:10:13.878 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:10:13.878 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:10:14.378 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:10:14.378 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:10:14.378 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:10:14.378 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:10:14.378 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:10:14.379 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:10:14.379 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:10:14.379 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 08:10:14.379 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:10:14.379 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:10:14.379 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:10:14.380 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:10:14.380 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:10:14.380 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:10:14.380 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 08:10:14.380 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject 08:10:14.380 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 08:10:14.380 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:10:14.380 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 08:10:14.380 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:10:14.380 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 08:10:14.381 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 08:10:14.381 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 08:10:14.381 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 08:10:14.382 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 08:10:14.382 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min 08:10:14.382 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 08:10:14.382 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 08:10:14.383 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 08:10:14.384 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 08:10:14.384 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 08:10:14.384 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 08:10:14.407 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 08:10:14.407 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:10:14.407 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:10:14.407 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:10:14.407 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:10:14.407 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:10:14.408 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:10:14.410 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:10:14.410 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 08:10:14.410 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:10:14.412 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:10:14.412 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - titleToolTip - Eclipse Platform 08:10:14.412 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:10:14.412 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:10:14.412 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - titleToolTip - Eclipse Platform' 08:10:14.412 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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:10:14.412 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:10:14.412 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:10:14.414 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:10:14.414 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:10:14.414 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:10:14.414 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:10:14.414 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:10:14.442 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:10:14.443 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:10:14.443 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:10:14.443 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:10:14.443 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:10:14.443 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:10:14.443 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:10:14.443 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:10:14.444 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:10:14.444 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:10:14.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:10:14.444 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:10:14.444 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:10:14.944 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:10:14.945 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:10:15.445 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:10:15.445 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:10:15.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:10:15.445 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:10:15.445 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:10:15.446 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:10:15.446 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:10:15.446 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with 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:10:15.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:10:15.446 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:10:15.447 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:10:15.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:10:15.447 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:10:15.447 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:10:15.447 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 08:10:15.447 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest1.min of tree item testProject 08:10:15.447 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 08:10:15.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:10:15.448 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 08:10:15.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:10:15.448 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 08:10:15.448 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest1.min 08:10:15.448 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest1.min 08:10:15.448 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest1.min about selection 08:10:15.450 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest1.min 08:10:15.450 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest1.min 08:10:15.450 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest1.min 08:10:15.450 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest1.min 08:10:15.450 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest1.min about selection 08:10:15.451 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest1.min 08:10:15.451 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 08:10:15.451 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 08:10:15.472 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 08:10:15.472 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:10:15.472 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:10:15.472 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:10:15.472 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:10:15.472 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:10:15.473 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QeditorTest1.min\E') 08:10:15.473 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:10:15.473 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:10:15.474 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:10:15.474 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:10:15.474 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:10:15.475 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:10:15.475 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:10:15.475 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 08:10:15.475 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 08:10:15.475 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@6d76fb01 is found... 08:10:15.476 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@6d76fb01 is found finished successfully 08:10:15.476 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.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:10:15.476 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:10:15.476 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:10:15.477 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:10:15.477 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:10:15.477 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:10:15.477 DEBUG [WorkbenchTestable][EditorHandler] Activating workbench part editorTest.min 08:10:15.483 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:10:15.483 DEBUG [WorkbenchTestable][EditorHandler] Focused control=null 08:10:15.483 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 08:10:15.483 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 08:10:15.484 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 08:10:15.484 DEBUG [main][EditorHandler] 2 editor(s) found 08:10:15.484 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min 08:10:15.500 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed 08:10:15.500 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest1.min 08:10:15.526 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest1.min is closed 08:10:15.526 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 08:10:15.526 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:10:15.526 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:10:15.526 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:10:15.526 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:10:15.526 INFO [WorkbenchTestable][RequirementsRunner] Finished test: switchEditorTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 08:10:15.526 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:10:15.527 INFO [WorkbenchTestable][RequirementsRunner] Started test: testTitleImage no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 08:10:15.527 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 08:10:15.527 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:10:15.527 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:10:15.527 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:10:15.527 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:10:15.528 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:10:15.528 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 08:10:15.528 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:10:15.530 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:10:15.530 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:10:15.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:10:15.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:10:15.530 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:10:15.531 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 08:10:15.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:10:15.531 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:10:15.532 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:10:15.532 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:10:15.532 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:10:15.532 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:10:15.532 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:10:15.533 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:10:15.533 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:10:15.533 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:10:15.533 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:10:15.534 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:10:15.534 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:10:15.534 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:10:15.535 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:10:15.535 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:10:15.535 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:10:15.535 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:10:15.535 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:10:15.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:10:15.535 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:10:15.535 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:10:16.035 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:10:16.036 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:10:16.536 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:10:16.536 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:10:16.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:10:16.537 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:10:16.537 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:10:16.537 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:10:16.537 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:10:16.538 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with 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:10:16.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:10:16.538 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:10:16.538 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:10:16.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:10:16.538 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:10:16.538 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:10:16.538 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 08:10:16.539 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject 08:10:16.539 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 08:10:16.539 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:10:16.539 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 08:10:16.539 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:10:16.539 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 08:10:16.539 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 08:10:16.539 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 08:10:16.540 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 08:10:16.541 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 08:10:16.541 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min 08:10:16.541 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 08:10:16.541 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 08:10:16.541 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 08:10:16.543 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 08:10:16.543 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 08:10:16.543 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 08:10:16.567 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 08:10:16.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:10:16.567 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:10:16.567 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:10:16.567 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:10:16.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:10:16.568 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.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:10:16.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:10:16.568 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:10:16.570 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:10:16.570 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:10:16.570 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:10:16.570 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:10:16.570 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:10:16.570 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 08:10:16.570 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 08:10:16.571 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.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:10:16.571 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:10:16.571 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:10:16.573 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:10:16.573 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:10:16.573 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:10:16.573 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:10:16.573 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Button Text=Make Dirty TooltipText=null 08:10:16.573 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 08:10:16.573 DEBUG [main][EditorHandler] 1 editor(s) found 08:10:16.573 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min 08:10:16.604 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed 08:10:16.604 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 08:10:16.604 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:10:16.604 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:10:16.604 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:10:16.604 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:10:16.605 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testTitleImage no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 08:10:16.605 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:10:16.605 INFO [WorkbenchTestable][RequirementsRunner] Started test: getActiveEditorTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 08:10:16.605 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 08:10:16.605 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:10:16.605 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:10:16.605 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:10:16.605 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:10:16.607 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:10:16.607 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 08:10:16.607 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:10:16.609 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:10:16.609 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:10:16.610 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:10:16.610 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:10:16.610 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:10:16.610 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 08:10:16.610 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:10:16.610 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:10:16.611 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:10:16.611 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:10:16.611 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:10:16.611 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:10:16.611 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:10:16.612 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:10:16.612 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:10:16.612 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:10:16.612 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:10:16.613 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:10:16.613 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:10:16.614 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:10:16.614 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:10:16.614 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:10:16.614 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:10:16.614 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:10:16.614 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:10:16.614 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:10:16.614 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:10:16.614 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:10:17.114 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:10:17.115 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:10:17.615 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:10:17.615 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:10:17.615 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:10:17.615 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:10:17.615 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:10:17.616 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:10:17.616 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:10:17.616 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 08:10:17.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:10:17.616 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:10:17.616 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:10:17.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:10:17.616 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:10:17.617 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:10:17.617 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 08:10:17.617 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject 08:10:17.617 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 08:10:17.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:10:17.617 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 08:10:17.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:10:17.617 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 08:10:17.618 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 08:10:17.618 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 08:10:17.618 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 08:10:17.620 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 08:10:17.620 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min 08:10:17.620 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 08:10:17.620 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 08:10:17.620 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 08:10:17.621 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 08:10:17.621 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 08:10:17.622 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 08:10:17.647 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 08:10:17.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:10:17.647 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:10:17.647 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:10:17.647 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:10:17.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:10:17.648 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.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:10:17.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:10:17.648 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:10:17.650 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:10:17.650 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:10:17.650 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:10:17.650 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:10:17.650 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:10:17.650 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 08:10:17.650 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 08:10:17.651 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 08:10:17.651 DEBUG [main][EditorHandler] 1 editor(s) found 08:10:17.651 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min 08:10:17.678 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed 08:10:17.678 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 08:10:17.678 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:10:17.678 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:10:17.678 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:10:17.678 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:10:17.679 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getActiveEditorTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 08:10:17.679 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:10:17.679 INFO [WorkbenchTestable][RequirementsRunner] Started test: getEditorByTitleRegexTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 08:10:17.679 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 08:10:17.679 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:10:17.679 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:10:17.679 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:10:17.679 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:10:17.681 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:10:17.681 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 08:10:17.681 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:10:17.683 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:10:17.683 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:10:17.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:10:17.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:10:17.683 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:10:17.683 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 08:10:17.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:10:17.683 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:10:17.685 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:10:17.685 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:10:17.685 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:10:17.685 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:10:17.685 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:10:17.686 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:10:17.686 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:10:17.686 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:10:17.686 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:10:17.687 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:10:17.687 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:10:17.687 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:10:17.687 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:10:17.687 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:10:17.687 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:10:17.688 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:10:17.688 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:10:17.688 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:10:17.688 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:10:17.688 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:10:18.188 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:10:18.188 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:10:18.689 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:10:18.689 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:10:18.689 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:10:18.689 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:10:18.689 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:10:18.690 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:10:18.690 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:10:18.690 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 08:10:18.690 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:10:18.690 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:10:18.690 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:10:18.690 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:10:18.690 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:10:18.690 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:10:18.690 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 08:10:18.691 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject 08:10:18.691 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 08:10:18.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:10:18.691 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 08:10:18.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:10:18.691 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 08:10:18.691 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 08:10:18.691 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 08:10:18.691 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 08:10:18.693 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 08:10:18.693 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min 08:10:18.693 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 08:10:18.693 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 08:10:18.693 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 08:10:18.694 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 08:10:18.694 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 08:10:18.694 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 08:10:18.714 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 08:10:18.714 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:10:18.714 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:10:18.714 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:10:18.714 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:10:18.714 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:10:18.715 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:10:18.717 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:10:18.717 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 08:10:18.717 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:10:18.720 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:10:18.720 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - titleToolTip - Eclipse Platform 08:10:18.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:10:18.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:10:18.720 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - titleToolTip - Eclipse Platform' 08:10:18.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 '\*?\QPackage Explorer\E') 08:10:18.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:10:18.721 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:10:18.723 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:10:18.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:10:18.723 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:10:18.724 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:10:18.724 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:10:18.749 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:10:18.750 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:10:18.750 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:10:18.750 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:10:18.750 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:10:18.751 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:10:18.751 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:10:18.751 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:10:18.751 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:10:18.751 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:10:18.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:10:18.751 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:10:18.752 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:10:19.252 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:10:19.252 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:10:19.752 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:10:19.753 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:10:19.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:10:19.753 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:10:19.753 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:10:19.753 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:10:19.754 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:10:19.754 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with 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:10:19.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:10:19.754 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:10:19.754 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:10:19.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:10:19.754 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:10:19.754 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:10:19.754 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 08:10:19.755 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest+.min of tree item testProject 08:10:19.755 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 08:10:19.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:10:19.755 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 08:10:19.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:10:19.755 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 08:10:19.755 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest+.min 08:10:19.755 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest+.min 08:10:19.755 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest+.min about selection 08:10:19.757 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest+.min 08:10:19.757 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest+.min 08:10:19.757 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest+.min 08:10:19.757 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest+.min 08:10:19.757 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest+.min about selection 08:10:19.758 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest+.min 08:10:19.758 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 08:10:19.758 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 08:10:19.779 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 08:10:19.779 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:10:19.779 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:10:19.779 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:10:19.779 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:10:19.779 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:10:19.779 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@4204574b is found... 08:10:19.780 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@4204574b is found finished successfully 08:10:19.780 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QeditorTest+.min\E') 08:10:19.780 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:10:19.780 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:10:19.782 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:10:19.782 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:10:19.782 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:10:19.782 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:10:19.782 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:10:19.782 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 08:10:19.782 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 08:10:19.783 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 08:10:19.783 DEBUG [main][EditorHandler] 2 editor(s) found 08:10:19.783 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min 08:10:19.789 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed 08:10:19.789 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest+.min 08:10:19.815 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest+.min is closed 08:10:19.815 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 08:10:19.815 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:10:19.815 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:10:19.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:10:19.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:10:19.816 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getEditorByTitleRegexTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 08:10:19.816 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 08:10:19.816 DEBUG [main][EditorHandler] 0 editor(s) found 08:10:19.816 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:10:19.817 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:10:19.817 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 08:10:19.817 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:10:19.818 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:10:19.818 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:10:19.818 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:10:19.818 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:10:19.818 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:10:19.818 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 08:10:19.818 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:10:19.818 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:10:19.819 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:10:19.819 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:10:19.819 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:10:19.819 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:10:19.819 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:10:19.843 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:10:19.843 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:10:19.843 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:10:19.843 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:10:19.844 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:10:19.844 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:10:19.844 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:10:19.844 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:10:19.844 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:10:19.844 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:10:19.845 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:10:19.845 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:10:19.845 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:10:20.345 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:10:20.345 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:10:20.845 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:10:20.846 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:10:20.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:10:20.846 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:10:20.846 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:10:20.847 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:10:20.847 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:10:20.847 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 08:10:20.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:10:20.847 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:10:20.848 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:10:20.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:10:20.848 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:10:20.848 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:10:20.848 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:10:20.848 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:10:20.849 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:10:20.849 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:10:20.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:10:20.849 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:10:20.849 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:10:21.349 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:10:21.350 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:10:21.850 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:10:21.850 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:10:21.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:10:21.850 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:10:21.850 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:10:21.851 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:10:21.851 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:10:21.851 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with 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:10:21.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:10:21.851 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:10:21.851 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:10:21.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:10:21.851 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:10:21.851 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:10:21.852 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:10:21.852 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:10:21.852 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:10:21.852 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:10:21.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.ctab.DefaultCTabItem, index 0 and no matchers specified 08:10:21.852 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:10:21.852 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:10:21.852 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:10:21.852 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:10:21.852 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:10:21.852 INFO [WorkbenchTestable][AbstractTree] Select specified tree items 08:10:21.852 INFO [WorkbenchTestable][TreeItemHandler] Select tree items: 08:10:21.852 DEBUG [main][TreeItemHandler] Set Tree selection 08:10:21.853 DEBUG [main][TreeHandler] Notify Tree about selection event 08:10:21.859 DEBUG [WorkbenchTestable][TreeItemHandler] Selected Tree Items: 08:10:21.864 DEBUG [WorkbenchTestable][TreeItemHandler] testProject 08:10:21.864 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 08:10:21.864 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:10:21.892 DEBUG [main][MenuItemLookup] Found menu:'New' 08:10:21.892 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 08:10:21.892 DEBUG [main][MenuItemLookup] Found menu:'' 08:10:21.892 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 08:10:21.892 DEBUG [main][MenuItemLookup] Found menu:'' 08:10:21.892 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 08:10:21.892 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 08:10:21.892 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 08:10:21.892 DEBUG [main][MenuItemLookup] Found menu:'Move...' 08:10:21.892 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 08:10:21.892 DEBUG [main][MenuItemLookup] Found menu:'' 08:10:21.892 DEBUG [main][MenuItemLookup] Found menu:'Import...' 08:10:21.892 DEBUG [main][MenuItemLookup] Found menu:'Export...' 08:10:21.892 DEBUG [main][MenuItemLookup] Found menu:'' 08:10:21.892 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 08:10:21.892 DEBUG [main][MenuItemLookup] Item match:Refresh F5 08:10:21.892 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 08:10:21.892 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 08:10:21.892 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 08:10:21.893 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:10:21.893 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 08:10:21.893 DEBUG [WorkbenchTestable][JobIsRunning] job 'refresh' has no excuses, wait for it 08:10:22.393 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java problems decoration calculation...' is a system job, skipped 08:10:22.393 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:10:22.393 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:10:22.393 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:10:22.393 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:10:22.393 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 08:10:22.393 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:10:22.412 DEBUG [main][MenuItemLookup] Found menu:'New' 08:10:22.413 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 08:10:22.413 DEBUG [main][MenuItemLookup] Found menu:'' 08:10:22.413 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 08:10:22.413 DEBUG [main][MenuItemLookup] Found menu:'' 08:10:22.413 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 08:10:22.413 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 08:10:22.413 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 08:10:22.413 DEBUG [main][MenuItemLookup] Item match:Delete Delete 08:10:22.413 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 08:10:22.413 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 08:10:22.413 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 08:10:22.424 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Resources"] is available.... 08:10:22.978 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:10:22.978 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 08:10:22.979 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:10:22.981 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:10:22.981 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32) 08:10:22.981 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:10:22.981 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:10:22.981 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:10:22.981 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 08:10:22.981 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:10:22.981 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:10:22.981 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:10:22.981 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:10:22.981 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:10:22.981 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:10:22.982 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 08:10:22.982 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 08:10:22.982 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 08:10:22.982 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:10:22.982 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:10:22.982 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:10:22.982 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:10:22.982 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK") 08:10:22.982 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:10:22.982 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:10:22.982 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:10:22.982 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 08:10:22.982 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:10:22.982 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:10:22.982 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:10:22.983 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:10:22.983 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:10:22.983 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:10:22.983 INFO [WorkbenchTestable][AbstractButton] Click button OK 08:10:22.983 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:10:22.983 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:10:22.983 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:10:22.983 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:10:22.987 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 08:10:22.987 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 08:10:23.487 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 08:10:23.487 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 08:10:23.487 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:10:23.487 DEBUG [WorkbenchTestable][JobIsRunning] job 'Reporting encoding changes.' is not running, skipped 08:10:23.487 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 08:10:23.487 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:10:23.487 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:10:23.487 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:10:23.487 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:10:23.488 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:10:23.488 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:10:23.488 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=null 08:10:23.488 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:10:23.488 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:10:23.489 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 08:10:23.489 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:10:23.489 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:10:23.489 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:10:23.489 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 23, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 62.661 s - in org.eclipse.reddeer.workbench.test.editor.EditorTest getTitleTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) Time elapsed: 2.456 s closeDirtyEditorsWithoutSaveTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) Time elapsed: 1.103 s getEditorFileTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) Time elapsed: 3.231 s closeNotDirty no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) Time elapsed: 1.083 s testEditorAsReferencedComposite no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) Time elapsed: 1.075 s getContextMenuTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) Time elapsed: 2.134 s closeDirtyWithoutSave no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) Time elapsed: 1.104 s closeDirtyWithSaveTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) Time elapsed: 1.639 s noEditorsOpenedTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) Time elapsed: 1.07 s getEditorByTitleTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) Time elapsed: 2.18 s testTitleToolTip no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) Time elapsed: 1.071 s saveEditor no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) Time elapsed: 1.133 s isDirtyTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) Time elapsed: 1.093 s closeNotActiveEditorTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) Time elapsed: 12.212 s closeDirtyEditorsWithSaveTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) Time elapsed: 1.612 s findDirtyEditor no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) Time elapsed: 1.623 s saveNotDirtyEditor no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) Time elapsed: 1.588 s getEditorByTitleWrongTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) Time elapsed: 11.109 s noEditorOpenedTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) Time elapsed: 1.071 s switchEditorTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) Time elapsed: 2.158 s testTitleImage no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) Time elapsed: 1.078 s getActiveEditorTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) Time elapsed: 1.074 s getEditorByTitleRegexTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) Time elapsed: 2.136 s Running org.eclipse.reddeer.workbench.test.editor.TextEditorTest 08:10:23.500 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 08:10:23.502 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 08:10:23.503 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:10:23.503 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 08:10:23.503 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:10:23.503 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 08:10:23.503 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:10:23.503 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 08:10:23.503 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:10:23.503 DEBUG [WorkbenchTestable][DoNotDownloadMavenIndexesExt] Trying to disable downloading maven repo indexes on startup via Windows > Preferences > Maven 08:10:23.504 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:10:23.504 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:10:23.504 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:10:23.506 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:10:23.506 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:10:23.506 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:10:23.507 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:10:23.507 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:10:23.507 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:10:23.507 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:10:23.507 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 08:10:23.507 DEBUG [main][MenuItemLookup] Found menu:'File' 08:10:23.507 DEBUG [main][MenuItemLookup] Found menu:'Edit' 08:10:23.507 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 08:10:23.507 DEBUG [main][MenuItemLookup] Found menu:'Search' 08:10:23.507 DEBUG [main][MenuItemLookup] Found menu:'Project' 08:10:23.507 DEBUG [main][MenuItemLookup] Found menu:'Window' 08:10:23.507 DEBUG [main][MenuItemLookup] Item match:Window 08:10:23.508 DEBUG [main][MenuItemLookup] Found menu:'New Window' 08:10:23.508 DEBUG [main][MenuItemLookup] Found menu:'Editor' 08:10:23.508 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 08:10:23.508 DEBUG [main][MenuItemLookup] Found menu:'' 08:10:23.508 DEBUG [main][MenuItemLookup] Found menu:'Show View' 08:10:23.508 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 08:10:23.508 DEBUG [main][MenuItemLookup] Found menu:'' 08:10:23.508 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 08:10:23.508 DEBUG [main][MenuItemLookup] Found menu:'' 08:10:23.508 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 08:10:23.508 DEBUG [main][MenuItemLookup] Item match:Preferences 08:10:23.508 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 08:10:23.508 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 08:10:23.508 INFO [main][MenuItemHandler] Select menu item: &Preferences 08:10:23.585 DEBUG [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:10:23.587 DEBUG [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:10:23.587 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 08:10:23.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:10:23.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:10:23.588 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 08:10:23.588 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:10:23.588 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:10:23.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:10:23.588 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:10:23.589 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:10:23.589 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:10:23.589 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:10:23.589 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:10:23.589 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:10:23.590 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:10:23.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:10:23.590 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:10:23.591 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:10:23.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:10:23.591 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:10:23.591 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 08:10:23.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:10:23.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:10:23.591 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:10:23.591 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:10:23.613 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 08:10:23.613 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 08:10:23.613 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:10:23.614 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:10:23.614 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:10:23.614 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 08:10:23.614 DEBUG [main][EditorHandler] 0 editor(s) found 08:10:23.614 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:10:23.615 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:10:23.615 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 08:10:23.615 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:10:23.615 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:10:23.615 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:10:23.615 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:10:23.615 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:10:23.615 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:10:23.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:10:23.615 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:10:23.615 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:10:23.616 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:10:23.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:10:23.616 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:10:23.616 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:10:23.616 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:10:23.617 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:10:23.617 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:10:23.617 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:10:23.617 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:10:23.617 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:10:23.617 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:10:23.618 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:10:23.618 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:10:23.618 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:10:23.618 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:10:23.618 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:10:23.618 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:10:23.618 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:10:23.618 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:10:23.619 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:10:23.619 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:10:23.619 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:10:23.619 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:10:23.619 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:10:23.619 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:10:23.629 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 08:10:23.629 DEBUG [main][EditorHandler] 0 editor(s) found 08:10:23.629 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window 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:10:23.629 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:10:23.629 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window 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:10:23.629 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:10:23.630 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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:10:23.630 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:10:23.630 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window 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:10:23.630 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:10:23.630 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window 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:10:23.630 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:10:23.630 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window 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:10:23.630 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:10:23.631 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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:10:23.631 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:10:23.631 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window 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:10:23.631 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:10:23.631 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window 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:10:23.631 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:10:23.631 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:10:23.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:10:23.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:10:23.631 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:10:23.632 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 08:10:23.632 DEBUG [main][MenuItemLookup] Found menu:'File' 08:10:23.632 DEBUG [main][MenuItemLookup] Item match:File 08:10:23.633 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 08:10:23.633 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 08:10:23.634 DEBUG [main][MenuItemLookup] Found menu:'Project...' 08:10:23.634 DEBUG [main][MenuItemLookup] Found menu:'' 08:10:23.634 DEBUG [main][MenuItemLookup] Found menu:'Folder' 08:10:23.634 DEBUG [main][MenuItemLookup] Found menu:'File' 08:10:23.634 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 08:10:23.634 DEBUG [main][MenuItemLookup] Found menu:'' 08:10:23.634 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 08:10:23.634 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 08:10:23.635 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 08:10:23.635 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 08:10:23.635 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 08:10:23.712 DEBUG [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:10:23.716 DEBUG [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:10:23.716 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 08:10:23.717 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:10:23.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:10:23.718 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 08:10:23.718 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:10:23.718 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:10:23.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:10:23.718 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:10:23.718 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:10:23.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:10:23.718 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:10:23.719 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:10:23.719 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:10:23.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 08:10:23.720 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 08:10:23.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:10:23.720 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 08:10:23.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:10:23.720 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 08:10:23.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 08:10:23.720 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 08:10:23.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:10:23.720 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 08:10:23.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:10:23.720 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 08:10:23.720 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Project 08:10:23.720 DEBUG [main][TreeItemHandler] Selecting tree item: Project 08:10:23.720 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Project about selection 08:10:23.723 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Project 08:10:23.724 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 08:10:23.724 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 08:10:23.724 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:10:23.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:10:23.724 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:10:23.724 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:10:23.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:10:23.725 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:10:23.725 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 08:10:23.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:10:23.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:10:23.725 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:10:23.725 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:10:23.749 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window 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:10:23.749 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:10:23.749 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:10:23.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Project"] is available.... 08:10:23.749 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:10:23.749 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Project 08:10:23.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:10:23.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:10:23.750 TRACE [WorkbenchTestable][BasicNewProjectResourceWizard] Shell New Project is not null and is not disposed 08:10:23.750 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:10:23.750 DEBUG [WorkbenchTestable][BasicNewProjectResourceWizardFirstPage] Set General Project name to 'testProject' 08:10:23.750 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:10:23.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:10:23.750 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:10:23.752 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:10:23.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:10:23.752 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 08:10:23.752 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:10:23.753 INFO [WorkbenchTestable][AbstractText] Text set to: testProject 08:10:23.753 TRACE [WorkbenchTestable][BasicNewProjectResourceWizard] Shell New Project is not null and is not disposed 08:10:23.753 INFO [WorkbenchTestable][BasicNewProjectResourceWizard] Finish wizard 08:10:23.754 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.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:10:23.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:10:23.754 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:10:23.755 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:10:23.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:10:23.755 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:10:23.755 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 08:10:23.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:10:23.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:10:23.755 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:10:23.755 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:10:23.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 08:10:24.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 08:10:24.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:10:24.259 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java problems decoration calculation...' is a system job, skipped 08:10:24.259 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 08:10:24.259 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:10:24.259 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:10:24.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:10:24.261 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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:10:24.261 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:10:24.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: "Import"] 08:10:24.262 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:10:24.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: "Import"] 08:10:24.262 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:10:24.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: "Import"] 08:10:24.262 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:10:24.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: "Import"] 08:10:24.262 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:10:24.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: "Import"] 08:10:24.262 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:10:24.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: "Import"] 08:10:24.262 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:10:24.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: "Import"] 08:10:24.262 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:10:24.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: "Import"] 08:10:24.262 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:10:24.263 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:10:24.263 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:10:24.263 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:10:24.263 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:10:24.263 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 08:10:24.263 DEBUG [main][MenuItemLookup] Found menu:'File' 08:10:24.263 DEBUG [main][MenuItemLookup] Item match:File 08:10:24.264 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 08:10:24.264 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 08:10:24.264 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 08:10:24.264 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 08:10:24.264 DEBUG [main][MenuItemLookup] Found menu:'' 08:10:24.264 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 08:10:24.264 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 08:10:24.264 DEBUG [main][MenuItemLookup] Found menu:'' 08:10:24.264 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 08:10:24.264 DEBUG [main][MenuItemLookup] Found menu:'Save As...' 08:10:24.264 DEBUG [main][MenuItemLookup] Found menu:'Save All Shift+Ctrl+S' 08:10:24.264 DEBUG [main][MenuItemLookup] Found menu:'Revert' 08:10:24.264 DEBUG [main][MenuItemLookup] Found menu:'' 08:10:24.264 DEBUG [main][MenuItemLookup] Found menu:'Move...' 08:10:24.264 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 08:10:24.264 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 08:10:24.264 DEBUG [main][MenuItemLookup] Found menu:'Convert Line Delimiters To' 08:10:24.264 DEBUG [main][MenuItemLookup] Found menu:'' 08:10:24.264 DEBUG [main][MenuItemLookup] Found menu:'Print... Ctrl+P' 08:10:24.264 DEBUG [main][MenuItemLookup] Found menu:'' 08:10:24.264 DEBUG [main][MenuItemLookup] Found menu:'Import...' 08:10:24.264 DEBUG [main][MenuItemLookup] Item match:Import... 08:10:24.264 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Import..." 08:10:24.264 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Import... 08:10:24.264 INFO [main][MenuItemHandler] Select menu item: &Import... 08:10:24.327 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available.... 08:10:24.329 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:10:24.329 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 08:10:24.330 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:10:24.330 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:10:24.330 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 08:10:24.330 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:10:24.330 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:10:24.330 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:10:24.330 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:10:24.331 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:10:24.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:10:24.331 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:10:24.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:10:24.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:10:24.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 08:10:24.332 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 08:10:24.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:10:24.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:10:24.834 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 08:10:24.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 08:10:24.835 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 08:10:24.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:10:24.835 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 08:10:24.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:10:24.835 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 08:10:24.835 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Existing Projects into Workspace 08:10:24.835 DEBUG [main][TreeItemHandler] Selecting tree item: Existing Projects into Workspace 08:10:24.835 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Existing Projects into Workspace about selection 08:10:24.838 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Existing Projects into Workspace 08:10:24.838 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 08:10:24.838 INFO [WorkbenchTestable][ImportExportWizard] Go to next wizard page 08:10:24.838 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:10:24.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:10:24.838 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:10:24.839 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:10:24.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:10:24.839 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:10:24.840 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 08:10:24.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:10:24.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:10:24.840 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:10:24.840 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:10:24.887 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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:10:24.913 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:10:24.913 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:10:24.913 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 08:10:24.914 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:10:24.914 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:10:24.914 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 08:10:24.914 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:10:24.914 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available.... 08:10:24.914 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:10:24.914 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 08:10:24.914 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:10:24.914 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:10:24.914 TRACE [WorkbenchTestable][ExternalProjectImportWizardDialog] Shell Import is not null and is not disposed 08:10:24.914 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:10:24.916 INFO [WorkbenchTestable][WizardProjectsImportPage] Setting root directory to '/home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.workbench.test/resources/TextEditorTestProject/' 08:10:24.926 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:10:24.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:10:24.926 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:10:24.926 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:10:24.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:10:24.926 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:10:24.927 INFO [WorkbenchTestable][AbstractButton] Click button Select roo&t directory: 08:10:24.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:10:24.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:10:24.927 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:10:24.927 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:10:24.930 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:10:24.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:10:24.930 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:10:24.930 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:10:24.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:10:24.930 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 08:10:24.931 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:10:24.932 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:10:24.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:10:24.932 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:10:24.933 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:10:24.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:10:24.934 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:10:24.955 INFO [WorkbenchTestable][AbstractButton] Click button R&efresh 08:10:24.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:10:24.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:10:24.955 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:10:24.955 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:10:24.963 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:10:24.963 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:10:24.963 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:10:24.963 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:10:24.963 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:10:24.963 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:10:24.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one project is loaded... 08:10:24.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one project is loaded finished successfully 08:10:24.965 INFO [WorkbenchTestable][WizardProjectsImportPage] Setting copy checkbox to true 08:10:24.977 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:10:24.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:10:24.978 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:10:24.978 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:10:24.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:10:24.978 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:10:24.978 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:10:24.979 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:10:24.979 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:10:24.979 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:10:24.979 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:10:24.979 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:10:24.980 INFO [WorkbenchTestable][CheckBox] Select checkbox &Copy projects into workspace 08:10:24.980 INFO [WorkbenchTestable][CheckBox] Check checkbox &Copy projects into workspace 08:10:24.980 INFO [WorkbenchTestable][AbstractButton] Click button &Copy projects into workspace 08:10:24.980 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:10:24.980 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:10:24.980 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:10:24.980 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:10:24.981 TRACE [WorkbenchTestable][ExternalProjectImportWizardDialog] Shell Import is not null and is not disposed 08:10:24.981 INFO [WorkbenchTestable][ExternalProjectImportWizardDialog] Finish wizard 08:10:24.981 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:10:24.981 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:10:24.981 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:10:24.992 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:10:24.992 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:10:24.992 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:10:24.993 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 08:10:24.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:10:24.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:10:24.993 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:10:24.993 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:10:24.997 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 08:10:25.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 08:10:25.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:10:25.497 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' has no excuses, wait for it 08:10:25.997 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' has no excuses, wait for it 08:10:26.498 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:10:26.498 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java problems decoration calculation...' is a system job, skipped 08:10:26.498 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 08:10:26.498 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:10:26.498 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:10:26.498 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:10:26.498 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:10:26.498 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:10:26.499 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:10:26.499 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 08:10:26.499 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:10:26.499 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:10:26.500 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:10:26.500 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:10:26.500 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:10:26.500 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:10:26.500 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.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:10:26.500 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:10:26.500 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:10:26.500 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:10:26.500 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:10:26.500 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:10:26.500 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:10:26.500 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:10:26.501 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:10:26.501 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:10:26.501 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:10:26.501 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:10:26.502 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:10:26.502 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:10:26.503 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:10:26.503 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:10:26.503 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:10:26.503 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:10:26.503 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:10:26.503 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:10:26.503 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:10:26.504 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:10:26.504 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:10:27.004 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:10:27.004 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:10:27.504 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:10:27.505 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:10:27.505 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:10:27.523 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:10:27.523 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:10:27.524 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:10:27.524 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:10:27.525 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with 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:10:27.525 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:10:27.525 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:10:27.525 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:10:27.525 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:10:27.525 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:10:27.525 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:10:27.525 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 08:10:27.526 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 08:10:27.526 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 08:10:27.526 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 08:10:27.526 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:10:28.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:10:28.026 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 08:10:28.027 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 08:10:28.028 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 08:10:28.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:10:28.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:10:28.528 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 08:10:28.529 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 08:10:28.529 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 08:10:28.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:10:29.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:10:29.029 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 08:10:29.030 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:10:29.030 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:10:29.030 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:10:29.145 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:10:29.146 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 08:10:29.146 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:10:29.146 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:10:29.146 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:10:29.154 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:10:29.154 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 08:10:29.154 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 08:10:30.233 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 08:10:30.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:10:30.234 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 08:10:30.234 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:10:30.234 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 08:10:30.234 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 08:10:30.234 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:10:30.234 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:10:30.234 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:10:30.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:10:30.235 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@c55b04a is found... 08:10:30.246 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@c55b04a is found finished successfully 08:10:30.246 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.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:10:30.246 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:10:30.246 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:10:30.257 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:10:30.257 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:10:30.257 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:10:30.257 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:10:30.258 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:10:30.259 INFO [WorkbenchTestable][TextEditor] Set cursor position to [0, 13] 08:10:30.338 INFO [WorkbenchTestable][Keyboard] Type text "a" 08:10:30.529 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 08:10:30.529 INFO [WorkbenchTestable][Keyboard] As char:a, as int:97 08:10:31.131 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:10:31.132 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:10:31.132 INFO [WorkbenchTestable][AbstractEditor] Save editor 08:10:31.132 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 08:10:31.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:10:31.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:10:31.133 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:10:31.133 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:10:31.133 DEBUG [main][MenuItemLookup] Found menu:'File' 08:10:31.133 DEBUG [main][MenuItemLookup] Item match:File 08:10:31.134 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 08:10:31.134 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 08:10:31.134 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 08:10:31.134 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 08:10:31.134 DEBUG [main][MenuItemLookup] Found menu:'' 08:10:31.134 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 08:10:31.134 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 08:10:31.134 DEBUG [main][MenuItemLookup] Found menu:'' 08:10:31.134 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 08:10:31.134 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 08:10:31.134 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 08:10:31.134 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 08:10:31.135 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 08:10:31.236 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 08:10:31.237 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 08:10:31.238 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:10:31.238 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:10:31.238 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:10:31.239 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:10:31.239 INFO [WorkbenchTestable][AbstractEditor] Close editor and do not save it 08:10:31.239 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 08:10:31.441 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 08:10:31.442 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:10:31.442 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:10:31.442 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 08:10:31.443 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:10:31.443 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:10:31.443 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:10:31.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:10:31.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:10:31.444 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:10:31.444 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 08:10:31.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:10:31.444 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:10:31.445 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:10:31.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:10:31.445 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:10:31.445 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:10:31.445 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:10:31.445 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:10:31.445 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:10:31.445 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:10:31.445 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:10:31.447 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:10:31.447 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:10:31.447 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:10:31.447 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:10:31.448 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:10:31.448 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:10:31.448 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:10:31.448 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:10:31.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:10:31.448 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:10:31.448 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:10:32.000 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:10:32.001 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:10:32.501 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:10:32.523 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:10:32.524 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:10:32.524 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:10:32.524 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:10:32.525 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:10:32.525 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:10:32.525 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with 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:10:32.525 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:10:32.525 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:10:32.525 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:10:32.526 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:10:32.526 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:10:32.526 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:10:32.526 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 08:10:32.527 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 08:10:32.527 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 08:10:32.527 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 08:10:32.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:10:32.527 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 08:10:32.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:10:32.527 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 08:10:32.527 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 08:10:32.528 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 08:10:32.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:10:32.528 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 08:10:32.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:10:32.528 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 08:10:32.528 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 08:10:32.528 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 08:10:32.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:10:32.528 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 08:10:32.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:10:32.528 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 08:10:32.528 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:10:32.528 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:10:32.528 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:10:32.544 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:10:32.544 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 08:10:32.544 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:10:32.544 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:10:32.544 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:10:32.552 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:10:32.552 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 08:10:32.552 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 08:10:32.946 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 08:10:32.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:10:32.946 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 08:10:32.946 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 3 files to index (/opt/tools/java/openjdk/jdk-17/17.0.2+8/lib/jrt-fs.jar)' is a system job, skipped 08:10:32.946 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 08:10:32.946 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 08:10:32.946 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:10:32.946 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:10:32.946 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:10:32.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:10:32.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@7619d5a8 is found... 08:10:32.959 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@7619d5a8 is found finished successfully 08:10:32.959 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 08:10:32.959 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:10:32.959 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:10:32.961 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:10:32.961 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:10:32.961 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:10:32.962 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:10:32.962 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:10:32.962 INFO [WorkbenchTestable][TextEditor] Set text to editor 08:10:33.040 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:10:33.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:10:33.041 INFO [WorkbenchTestable][AbstractEditor] Save editor 08:10:33.041 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 08:10:33.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:10:33.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:10:33.041 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:10:33.042 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:10:33.042 DEBUG [main][MenuItemLookup] Found menu:'File' 08:10:33.042 DEBUG [main][MenuItemLookup] Item match:File 08:10:33.043 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 08:10:33.043 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 08:10:33.043 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 08:10:33.043 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 08:10:33.043 DEBUG [main][MenuItemLookup] Found menu:'' 08:10:33.043 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 08:10:33.043 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 08:10:33.043 DEBUG [main][MenuItemLookup] Found menu:'' 08:10:33.043 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 08:10:33.043 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 08:10:33.127 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 08:10:33.127 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 08:10:33.127 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 08:10:33.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 08:10:33.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 08:10:33.138 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:10:33.138 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-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:10:33.138 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 08:10:33.138 DEBUG [main][EditorHandler] 1 editor(s) found 08:10:33.138 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 08:10:33.266 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 08:10:33.266 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:10:33.267 INFO [WorkbenchTestable][RequirementsRunner] Started test: setCursorPosition no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 08:10:33.267 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 08:10:33.267 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:10:33.267 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:10:33.267 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:10:33.323 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:10:33.324 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:10:33.324 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 08:10:33.325 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:10:33.325 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:10:33.325 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:10:33.326 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:10:33.326 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:10:33.326 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:10:33.326 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 08:10:33.326 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:10:33.326 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:10:33.327 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:10:33.327 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:10:33.327 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:10:33.327 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:10:33.327 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:10:33.328 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:10:33.328 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:10:33.328 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:10:33.328 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:10:33.330 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:10:33.330 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:10:33.331 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:10:33.332 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:10:33.332 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:10:33.332 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:10:33.333 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:10:33.333 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:10:33.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:10:33.333 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:10:33.333 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:10:33.833 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:10:33.834 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:10:34.334 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:10:34.334 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:10:34.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:10:34.334 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:10:34.334 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:10:34.335 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:10:34.335 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:10:34.335 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with 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:10:34.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:10:34.335 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:10:34.335 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:10:34.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:10:34.335 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:10:34.335 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:10:34.336 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 08:10:34.336 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 08:10:34.336 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 08:10:34.336 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 08:10:34.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:10:34.336 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 08:10:34.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:10:34.336 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 08:10:34.337 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 08:10:34.337 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 08:10:34.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:10:34.337 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 08:10:34.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:10:34.337 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 08:10:34.337 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 08:10:34.337 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 08:10:34.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:10:34.337 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 08:10:34.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:10:34.337 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 08:10:34.337 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:10:34.337 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:10:34.337 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:10:34.347 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:10:34.348 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 08:10:34.348 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:10:34.348 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:10:34.348 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:10:34.354 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:10:34.354 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 08:10:34.355 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 08:10:34.492 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 08:10:34.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:10:34.492 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 08:10:34.492 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 08:10:34.492 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 08:10:34.492 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 08:10:34.492 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:10:34.492 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:10:34.492 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:10:34.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:10:34.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@6b6a83c9 is found... 08:10:34.499 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@6b6a83c9 is found finished successfully 08:10:34.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 '\*?\QJavaClass.java\E') 08:10:34.499 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:10:34.499 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:10:34.501 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:10:34.501 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:10:34.501 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:10:34.501 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:10:34.501 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:10:34.502 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:10:34.502 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:10:34.509 INFO [WorkbenchTestable][TextEditor] Set cursor position to [11, 13] 08:10:34.525 INFO [WorkbenchTestable][Keyboard] Type text "testtext" 08:10:34.530 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 08:10:34.530 INFO [WorkbenchTestable][Keyboard] As char:t, as int:116 08:10:35.131 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 08:10:35.131 INFO [WorkbenchTestable][Keyboard] As char:e, as int:101 08:10:35.733 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 08:10:35.733 INFO [WorkbenchTestable][Keyboard] As char:s, as int:115 08:10:36.334 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 08:10:36.334 INFO [WorkbenchTestable][Keyboard] As char:t, as int:116 08:10:36.935 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 08:10:36.935 INFO [WorkbenchTestable][Keyboard] As char:t, as int:116 08:10:37.536 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 08:10:37.536 INFO [WorkbenchTestable][Keyboard] As char:e, as int:101 08:10:38.137 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 08:10:38.137 INFO [WorkbenchTestable][Keyboard] As char:x, as int:120 08:10:38.738 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 08:10:38.738 INFO [WorkbenchTestable][Keyboard] As char:t, as int:116 08:10:39.339 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:10:39.339 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * 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:10:39.339 INFO [WorkbenchTestable][AbstractEditor] Save editor 08:10:39.339 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 08:10:39.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:10:39.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:10:39.339 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:10:39.340 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:10:39.340 DEBUG [main][MenuItemLookup] Found menu:'File' 08:10:39.340 DEBUG [main][MenuItemLookup] Item match:File 08:10:39.341 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 08:10:39.341 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 08:10:39.341 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 08:10:39.341 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 08:10:39.341 DEBUG [main][MenuItemLookup] Found menu:'' 08:10:39.341 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 08:10:39.341 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 08:10:39.341 DEBUG [main][MenuItemLookup] Found menu:'' 08:10:39.341 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 08:10:39.341 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 08:10:39.341 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 08:10:39.341 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 08:10:39.341 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 08:10:39.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 08:10:39.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 08:10:39.369 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:10:39.370 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * 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:10:39.371 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:10:39.372 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:10:39.372 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 08:10:39.372 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:10:39.372 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:10:39.372 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 08:10:39.372 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:10:39.373 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:10:39.373 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:10:39.373 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 08:10:39.373 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:10:39.373 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:10:39.373 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:10:39.373 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:10:39.373 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:10:39.374 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:10:39.374 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:10:39.412 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:10:39.413 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:10:39.413 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:10:39.413 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:10:39.413 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:10:39.413 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:10:39.413 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:10:39.413 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:10:39.414 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:10:39.414 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:10:39.414 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:10:39.414 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:10:39.414 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:10:39.914 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:10:39.915 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:10:40.415 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:10:40.415 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:10:40.415 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:10:40.415 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:10:40.415 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:10:40.416 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:10:40.416 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:10:40.416 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 08:10:40.416 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:10:40.416 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:10:40.416 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:10:40.416 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:10:40.416 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:10:40.416 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:10:40.417 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 08:10:40.417 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 08:10:40.417 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 08:10:40.417 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 08:10:40.417 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:10:40.417 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 08:10:40.417 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:10:40.418 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 08:10:40.418 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 08:10:40.418 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 08:10:40.418 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:10:40.418 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 08:10:40.418 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:10:40.418 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 08:10:40.418 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 08:10:40.418 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 08:10:40.418 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:10:40.418 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 08:10:40.418 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:10:40.418 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 08:10:40.418 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:10:40.418 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:10:40.418 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:10:40.424 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:10:40.425 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 08:10:40.425 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:10:40.425 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:10:40.425 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:10:40.430 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:10:40.430 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 08:10:40.430 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 08:10:40.464 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 08:10:40.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:10:40.465 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 08:10:40.465 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 08:10:40.465 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 08:10:40.465 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:10:40.465 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:10:40.465 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:10:40.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:10:40.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@7d41b370 is found... 08:10:40.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@7d41b370 is found finished successfully 08:10:40.466 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.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:10:40.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:10:40.466 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:10:40.468 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:10:40.468 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:10:40.468 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:10:40.469 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:10:40.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:10:40.469 INFO [WorkbenchTestable][TextEditor] Set text to editor 08:10:40.486 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:10:40.487 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-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:10:40.487 INFO [WorkbenchTestable][AbstractEditor] Save editor 08:10:40.487 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 08:10:40.487 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:10:40.487 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:10:40.487 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:10:40.487 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:10:40.488 DEBUG [main][MenuItemLookup] Found menu:'File' 08:10:40.488 DEBUG [main][MenuItemLookup] Item match:File 08:10:40.488 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 08:10:40.488 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 08:10:40.488 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 08:10:40.488 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 08:10:40.488 DEBUG [main][MenuItemLookup] Found menu:'' 08:10:40.488 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 08:10:40.488 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 08:10:40.488 DEBUG [main][MenuItemLookup] Found menu:'' 08:10:40.488 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 08:10:40.488 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 08:10:40.489 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 08:10:40.489 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 08:10:40.489 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 08:10:40.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 08:10:40.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 08:10:40.626 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:10:40.626 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 08:10:40.626 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 08:10:40.626 DEBUG [main][EditorHandler] 1 editor(s) found 08:10:40.627 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 08:10:40.703 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 08:10:40.703 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 08:10:40.703 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:10:40.703 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:10:40.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:10:40.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:10:40.729 INFO [WorkbenchTestable][RequirementsRunner] Finished test: setCursorPosition no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 08:10:40.729 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:10:40.729 INFO [WorkbenchTestable][RequirementsRunner] Started test: getAvailableContextAssistantTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 08:10:40.729 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 08:10:40.729 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:10:40.729 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:10:40.729 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:10:40.729 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:10:40.730 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:10:40.730 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 08:10:40.730 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:10:40.731 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:10:40.731 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:10:40.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:10:40.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:10:40.743 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:10:40.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:10:40.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:10:40.743 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:10:40.744 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:10:40.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:10:40.744 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:10:40.744 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:10:40.744 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:10:40.745 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:10:40.745 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:10:40.745 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:10:40.745 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:10:40.746 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:10:40.746 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:10:40.747 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:10:40.747 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:10:40.747 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:10:40.747 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:10:40.747 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:10:40.747 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:10:40.747 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:10:40.748 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:10:40.748 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:10:41.248 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:10:41.248 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:10:41.748 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:10:41.749 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:10:41.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:10:41.749 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:10:41.749 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:10:41.749 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:10:41.749 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:10:41.750 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 08:10:41.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:10:41.750 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:10:41.750 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:10:41.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:10:41.750 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:10:41.750 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:10:41.750 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 08:10:41.750 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 08:10:41.751 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 08:10:41.751 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 08:10:41.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:10:41.751 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 08:10:41.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:10:41.751 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 08:10:41.751 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 08:10:41.751 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 08:10:41.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:10:41.751 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 08:10:41.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:10:41.751 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 08:10:41.751 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 08:10:41.751 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 08:10:41.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:10:41.751 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 08:10:41.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:10:41.751 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 08:10:41.751 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:10:41.751 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:10:41.751 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:10:41.759 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:10:41.759 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 08:10:41.759 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:10:41.759 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:10:41.759 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:10:41.766 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:10:41.766 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 08:10:41.767 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 08:10:41.891 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 08:10:41.891 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:10:41.892 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 08:10:41.892 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 08:10:41.892 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 08:10:41.892 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 08:10:41.892 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:10:41.892 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:10:41.892 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:10:41.892 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:10:41.892 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@1036845f is found... 08:10:41.897 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@1036845f is found finished successfully 08:10: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.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:10:41.898 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:10:41.898 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:10:41.908 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:10:41.908 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:10:41.908 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:10:41.909 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:10:41.909 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 08:10:41.909 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:10:41.909 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 08:10:41.910 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 08:10:42.910 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:10:42.910 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:10:42.910 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:10:42.910 DEBUG [main][MenuItemLookup] Found menu:'File' 08:10:42.910 DEBUG [main][MenuItemLookup] Found menu:'Edit' 08:10:42.910 DEBUG [main][MenuItemLookup] Item match:Edit 08:10:42.911 DEBUG [main][MenuItemLookup] Found menu:'Undo Ctrl+Z' 08:10:42.911 DEBUG [main][MenuItemLookup] Found menu:'Redo Shift+Ctrl+Z' 08:10:42.911 DEBUG [main][MenuItemLookup] Found menu:'' 08:10:42.911 DEBUG [main][MenuItemLookup] Found menu:'Cut Ctrl+X' 08:10:42.911 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 08:10:42.911 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 08:10:42.911 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 08:10:42.911 DEBUG [main][MenuItemLookup] Found menu:'Raw Paste' 08:10:42.911 DEBUG [main][MenuItemLookup] Found menu:'' 08:10:42.911 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 08:10:42.911 DEBUG [main][MenuItemLookup] Found menu:'Select All Ctrl+A' 08:10:42.911 DEBUG [main][MenuItemLookup] Found menu:'Expand Selection To' 08:10:42.911 DEBUG [main][MenuItemLookup] Found menu:'Toggle Block Selection Shift+Alt+A' 08:10:42.911 DEBUG [main][MenuItemLookup] Found menu:'To multi-selection' 08:10:42.911 DEBUG [main][MenuItemLookup] Found menu:'' 08:10:42.911 DEBUG [main][MenuItemLookup] Found menu:'Find/Replace... Ctrl+F' 08:10:42.911 DEBUG [main][MenuItemLookup] Found menu:'Find Next Ctrl+K' 08:10:42.911 DEBUG [main][MenuItemLookup] Found menu:'Find Previous Shift+Ctrl+K' 08:10:42.911 DEBUG [main][MenuItemLookup] Found menu:'Incremental Find Next Ctrl+J' 08:10:42.911 DEBUG [main][MenuItemLookup] Found menu:'Incremental Find Previous Shift+Ctrl+J' 08:10:42.911 DEBUG [main][MenuItemLookup] Found menu:'' 08:10:42.911 DEBUG [main][MenuItemLookup] Found menu:'Add Bookmark...' 08:10:42.911 DEBUG [main][MenuItemLookup] Found menu:'Add Task...' 08:10:42.911 DEBUG [main][MenuItemLookup] Found menu:'' 08:10:42.911 DEBUG [main][MenuItemLookup] Found menu:'Smart Insert Mode Shift+Ctrl+Insert' 08:10:42.911 DEBUG [main][MenuItemLookup] Found menu:'' 08:10:42.911 DEBUG [main][MenuItemLookup] Found menu:'Show Tooltip Description F2' 08:10:42.911 DEBUG [main][MenuItemLookup] Found menu:'' 08:10:42.911 DEBUG [main][MenuItemLookup] Found menu:'Content Assist' 08:10:42.912 DEBUG [main][MenuItemLookup] Item match:Content Assist 08:10:42.914 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Default Ctrl+Space" 08:10:42.915 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Java Non-Type Proposals" 08:10:42.915 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"J&ava Proposals" 08:10:42.915 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Te&mplate Proposals" 08:10:42.915 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Word Proposals" 08:10:42.915 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Chain Template Proposals" 08:10:42.915 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"" 08:10:42.915 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Parameter &Hints Shift+Ctrl+Space" 08:10:42.916 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:10:42.916 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:10:42.916 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 08:10:42.916 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:10:42.917 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:10:42.917 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 08:10:42.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:10:42.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:10:42.918 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:10:42.918 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 08:10:42.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:10:42.918 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:10:42.918 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:10:42.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:10:42.918 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:10:42.918 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:10:42.918 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:10:42.949 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:10:42.949 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:10:42.949 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:10:42.949 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:10:42.949 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:10:42.949 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:10:42.950 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:10:42.950 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:10:42.950 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:10:42.950 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:10:42.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:10:42.950 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:10:42.950 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:10:43.450 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:10:43.451 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:10:43.951 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:10:43.951 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:10:43.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:10:43.951 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:10:43.951 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:10:43.952 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:10:43.952 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:10:43.952 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 08:10:43.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:10:43.952 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:10:43.952 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:10:43.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:10:43.952 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:10:43.952 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:10:43.953 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 08:10:43.953 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 08:10:43.953 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 08:10:43.953 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 08:10:43.953 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:10:43.953 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 08:10:43.953 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:10:43.953 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 08:10:43.953 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 08:10:43.953 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 08:10:43.954 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:10:43.954 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 08:10:43.954 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:10:43.954 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 08:10:43.954 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 08:10:43.954 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 08:10:43.954 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:10:43.954 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 08:10:43.954 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:10:43.954 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 08:10:43.954 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:10:43.954 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:10:43.954 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:10:43.962 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:10:43.963 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 08:10:43.963 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:10:43.963 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:10:43.963 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:10:43.968 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:10:43.968 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 08:10:43.968 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 08:10:44.000 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 08:10:44.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:10:44.001 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 08:10:44.001 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 08:10:44.001 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 08:10:44.001 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:10:44.001 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:10:44.001 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:10:44.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:10:44.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@45746134 is found... 08:10:44.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@45746134 is found finished successfully 08:10:44.002 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 08:10:44.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:10:44.002 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:10:44.004 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:10:44.004 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:10:44.004 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:10:44.004 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:10:44.004 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:10:44.004 INFO [WorkbenchTestable][TextEditor] Set text to editor 08:10:44.023 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:10:44.023 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-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:10:44.023 INFO [WorkbenchTestable][AbstractEditor] Save editor 08:10:44.023 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 08:10:44.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:10:44.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:10:44.023 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:10:44.023 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:10:44.024 DEBUG [main][MenuItemLookup] Found menu:'File' 08:10:44.024 DEBUG [main][MenuItemLookup] Item match:File 08:10:44.024 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 08:10:44.024 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 08:10:44.024 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 08:10:44.024 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 08:10:44.024 DEBUG [main][MenuItemLookup] Found menu:'' 08:10:44.024 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 08:10:44.024 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 08:10:44.024 DEBUG [main][MenuItemLookup] Found menu:'' 08:10:44.024 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 08:10:44.025 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 08:10:44.025 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 08:10:44.025 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 08:10:44.025 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 08:10:44.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 08:10:44.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 08:10:44.055 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:10:44.055 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 08:10:44.055 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 08:10:44.055 DEBUG [main][EditorHandler] 1 editor(s) found 08:10:44.055 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 08:10:44.150 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 08:10:44.150 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 08:10:44.150 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:10:44.150 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:10:44.150 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:10:44.150 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:10:44.150 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getAvailableContextAssistantTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 08:10:44.150 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:10:44.150 INFO [WorkbenchTestable][RequirementsRunner] Started test: notTextEditorTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 08:10:44.150 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 08:10:44.150 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:10:44.151 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:10:44.151 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:10:44.151 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 08:10:44.151 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:10:44.151 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 08:10:44.151 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:10:44.151 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Create New File"] 08:10:44.151 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:10:44.151 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 08:10:44.151 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:10:44.151 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 08:10:44.151 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:10:44.151 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 08:10:44.151 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:10:44.151 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Create New File"] 08:10:44.152 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:10:44.152 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window 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:10:44.152 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:10:44.152 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window 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:10:44.152 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:10:44.152 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:10:44.152 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:10:44.152 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:10:44.152 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:10:44.152 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 08:10:44.152 DEBUG [main][MenuItemLookup] Found menu:'File' 08:10:44.153 DEBUG [main][MenuItemLookup] Item match:File 08:10:44.153 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 08:10:44.153 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 08:10:44.155 DEBUG [main][MenuItemLookup] Found menu:'Project...' 08:10:44.155 DEBUG [main][MenuItemLookup] Found menu:'' 08:10:44.155 DEBUG [main][MenuItemLookup] Found menu:'Folder' 08:10:44.155 DEBUG [main][MenuItemLookup] Found menu:'File' 08:10:44.155 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 08:10:44.155 DEBUG [main][MenuItemLookup] Found menu:'' 08:10:44.155 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 08:10:44.155 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 08:10:44.155 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 08:10:44.155 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 08:10:44.155 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 08:10:44.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 08:10:44.266 DEBUG [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:10:44.266 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 08:10:44.267 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:10:44.267 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:10:44.267 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 08:10:44.267 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:10:44.267 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:10:44.267 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:10:44.267 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:10:44.267 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:10:44.267 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:10:44.267 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:10:44.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:10:44.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:10:44.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 08:10:44.268 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 08:10:44.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:10:44.269 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 08:10:44.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:10:44.269 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 08:10:44.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 08:10:44.269 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 08:10:44.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:10:44.269 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 08:10:44.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:10:44.269 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 08:10:44.269 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item File 08:10:44.269 DEBUG [main][TreeItemHandler] Selecting tree item: File 08:10:44.269 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item File about selection 08:10:44.272 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: File 08:10:44.272 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 08:10:44.272 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 08:10:44.272 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:10:44.272 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:10:44.272 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:10:44.273 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:10:44.273 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:10:44.273 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:10:44.273 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 08:10:44.273 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:10:44.273 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:10:44.273 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:10:44.273 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:10:44.304 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window 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:10:44.304 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:10:44.305 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:10:44.305 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:10:44.305 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:10:44.305 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Create New File 08:10:44.305 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:10:44.305 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:10:44.305 TRACE [WorkbenchTestable][BasicNewFileResourceWizard] Shell Create New File is not null and is not disposed 08:10:44.305 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:10:44.306 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:10:44.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:10:44.306 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:10:44.308 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:10:44.308 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:10:44.308 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 08:10:44.308 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:10:44.309 INFO [WorkbenchTestable][AbstractText] Text set to: editorTest.min 08:10:44.309 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:10:44.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:10:44.309 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:10:44.311 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:10:44.311 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:10:44.311 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 08:10:44.311 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:10:44.311 INFO [WorkbenchTestable][AbstractText] Text set to: testProject/ 08:10:44.311 TRACE [WorkbenchTestable][BasicNewFileResourceWizard] Shell Create New File is not null and is not disposed 08:10:44.311 INFO [WorkbenchTestable][BasicNewFileResourceWizard] Finish wizard 08:10:44.311 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:10:44.311 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:10:44.311 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:10:44.312 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:10:44.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:10:44.312 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:10:44.313 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 08:10:44.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:10:44.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:10:44.313 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:10:44.313 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:10:44.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 08:10:44.818 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 08:10:44.818 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:10:44.818 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 08:10:44.818 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:10:44.818 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:10:44.818 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:10:44.818 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:10:44.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 '\*?\QeditorTest.min\E') 08:10:44.819 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:10:44.819 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:10:44.821 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:10:44.821 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:10:44.821 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:10:44.821 DEBUG [WorkbenchTestable][EditorHandler] Activating workbench part editorTest.min 08:10:44.825 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:10:44.825 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:10:44.825 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 08:10:44.825 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 08:10:44.826 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:10:44.827 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:10:44.827 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 08:10:44.827 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:10:44.828 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:10:44.828 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - titleToolTip - Eclipse Platform 08:10:44.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:10:44.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:10:44.829 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - titleToolTip - Eclipse Platform' 08:10:44.829 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 08:10:44.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:10:44.829 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:10:44.844 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:10:44.844 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:10:44.844 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:10:44.844 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:10:44.844 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:10:44.862 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:10:44.862 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:10:44.862 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:10:44.862 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:10:44.863 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:10:44.863 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:10:44.863 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:10:44.863 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:10:44.863 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:10:44.864 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:10:44.864 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:10:44.864 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:10:44.864 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:10:45.364 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:10:45.364 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:10:45.864 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:10:45.865 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:10:45.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:10:45.865 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:10:45.865 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:10:45.865 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:10:45.866 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:10:45.866 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with 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:10:45.866 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:10:45.866 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:10:45.866 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:10:45.866 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:10:45.866 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:10:45.866 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:10:45.866 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 08:10:45.866 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 08:10:45.867 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 08:10:45.867 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 08:10:45.867 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:10:45.867 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 08:10:45.867 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:10:45.867 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 08:10:45.867 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 08:10:45.867 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 08:10:45.867 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:10:45.867 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 08:10:45.867 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:10:45.867 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 08:10:45.867 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 08:10:45.867 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 08:10:45.867 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:10:45.867 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 08:10:45.867 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:10:45.867 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 08:10:45.867 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:10:45.868 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:10:45.868 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:10:45.880 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:10:45.880 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 08:10:45.880 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:10:45.881 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:10:45.881 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:10:45.887 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:10:45.887 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 08:10:45.887 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 08:10:46.007 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 08:10:46.007 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:10:46.007 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 08:10:46.007 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 08:10:46.007 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 08:10:46.007 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 08:10:46.007 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:10:46.007 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:10:46.007 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:10:46.007 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:10:46.008 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@372bc477 is found... 08:10:46.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@372bc477 is found finished successfully 08:10:46.014 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.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:10:46.014 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:10:46.014 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:10:46.026 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:10:46.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:10:46.026 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:10:46.027 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:10:46.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:10:46.027 INFO [WorkbenchTestable][TextEditor] Set text to editor 08:10:46.046 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:10:46.053 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-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:10:46.055 INFO [WorkbenchTestable][AbstractEditor] Save editor 08:10:46.055 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 08:10:46.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:10:46.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:10:46.055 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:10:46.055 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:10:46.055 DEBUG [main][MenuItemLookup] Found menu:'File' 08:10:46.055 DEBUG [main][MenuItemLookup] Item match:File 08:10:46.056 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 08:10:46.056 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 08:10:46.056 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 08:10:46.056 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 08:10:46.056 DEBUG [main][MenuItemLookup] Found menu:'' 08:10:46.056 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 08:10:46.056 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 08:10:46.056 DEBUG [main][MenuItemLookup] Found menu:'' 08:10:46.056 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 08:10:46.056 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 08:10:46.057 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 08:10:46.057 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 08:10:46.057 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 08:10:46.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 08:10:46.087 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 08:10:46.087 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:10:46.088 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-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:10:46.088 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 08:10:46.088 DEBUG [main][EditorHandler] 2 editor(s) found 08:10:46.088 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min 08:10:46.165 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed 08:10:46.165 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 08:10:46.252 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 08:10:46.252 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 08:10:46.252 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:10:46.252 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:10:46.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:10:46.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:10:46.253 INFO [WorkbenchTestable][RequirementsRunner] Finished test: notTextEditorTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 08:10:46.253 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:10:46.253 INFO [WorkbenchTestable][RequirementsRunner] Started test: insertLineTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 08:10:46.253 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 08:10:46.253 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:10:46.253 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:10:46.253 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:10:46.253 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:10:46.254 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:10:46.254 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 08:10:46.254 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:10:46.254 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:10:46.254 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:10:46.255 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:10:46.255 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:10:46.255 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:10:46.255 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 08:10:46.255 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:10:46.255 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:10:46.256 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:10:46.256 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:10:46.256 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:10:46.256 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:10:46.256 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:10:46.256 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:10:46.256 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:10:46.256 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:10:46.256 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:10:46.257 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:10:46.258 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:10:46.258 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:10:46.258 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:10:46.258 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:10:46.258 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:10:46.258 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:10:46.259 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:10:46.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:10:46.259 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:10:46.259 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:10:46.759 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:10:46.759 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:10:47.259 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:10:47.259 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:10:47.760 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:10:47.760 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:10:47.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:10:47.760 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:10:47.760 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:10:47.761 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:10:47.761 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:10:47.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.ctab.DefaultCTabItem, index 0 and no matchers specified 08:10:47.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:10:47.761 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:10:47.761 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:10:47.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:10:47.761 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:10:47.761 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:10:47.761 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 08:10:47.762 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 08:10:47.762 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 08:10:47.762 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 08:10:47.762 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:10:47.762 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 08:10:47.762 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:10:47.762 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 08:10:47.762 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 08:10:47.762 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 08:10:47.762 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:10:47.762 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 08:10:47.762 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:10:47.762 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 08:10:47.762 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 08:10:47.762 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 08:10:47.762 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:10:47.762 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 08:10:47.762 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:10:47.762 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 08:10:47.763 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:10:47.763 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:10:47.763 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:10:47.770 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:10:47.770 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 08:10:47.770 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:10:47.770 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:10:47.771 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:10:47.776 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:10:47.776 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 08:10:47.776 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 08:10:47.892 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 08:10:47.892 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:10:47.892 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 08:10:47.892 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 08:10:47.892 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 08:10:47.892 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 08:10:47.892 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:10:47.892 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:10:47.892 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:10:47.892 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:10:47.892 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@29fb69d9 is found... 08:10:47.906 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@29fb69d9 is found finished successfully 08:10:47.906 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 08:10:47.906 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:10:47.906 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:10:47.908 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:10:47.908 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:10:47.908 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:10:47.908 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:10:47.908 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 08:10:47.908 INFO [WorkbenchTestable][TextEditor] Insert text to editor at line 5 08:10:47.908 INFO [WorkbenchTestable][TextEditor] Insert text to editor at line 5, offser 0 08:10:47.911 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:10:47.912 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:10:47.912 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 08:10:47.912 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:10:47.912 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:10:47.912 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 08:10:47.913 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:10:47.913 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:10:47.913 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:10:47.913 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 08:10:47.913 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:10:47.913 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:10:47.913 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:10:47.913 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:10:47.913 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:10:47.913 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:10:47.913 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:10:47.949 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:10:47.949 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:10:47.949 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:10:47.949 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:10:47.950 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:10:47.950 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:10:47.950 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:10:47.950 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:10:47.950 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:10:47.958 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:10:47.958 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:10:47.958 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:10:47.958 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:10:48.458 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:10:48.459 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:10:48.959 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:10:48.959 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:10:48.959 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:10:48.959 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:10:48.959 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:10:48.960 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:10:48.960 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:10:48.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:10:48.960 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:10:48.960 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:10:48.960 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:10:48.960 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:10:48.960 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:10:48.961 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:10:48.961 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 08:10:48.961 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 08:10:48.961 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 08:10:48.961 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 08:10:48.961 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:10:48.961 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 08:10:48.961 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:10:48.961 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 08:10:48.961 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 08:10:48.962 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 08:10:48.962 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:10:48.962 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 08:10:48.962 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:10:48.962 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 08:10:48.962 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 08:10:48.962 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 08:10:48.962 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:10:48.962 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 08:10:48.962 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:10:48.962 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 08:10:48.962 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:10:48.962 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:10:48.962 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:10:48.970 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:10:48.971 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 08:10:48.971 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:10:48.971 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:10:48.971 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:10:48.976 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:10:48.976 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 08:10:48.976 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 08:10:49.011 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 08:10:49.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:10:49.011 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 08:10:49.011 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 08:10:49.011 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 08:10:49.011 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:10:49.011 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:10:49.011 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:10:49.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:10:49.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@2e03b235 is found... 08:10:49.012 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@2e03b235 is found finished successfully 08:10:49.012 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 08:10:49.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:10:49.013 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:10:49.014 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:10:49.014 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:10:49.014 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:10:49.014 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:10:49.015 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 08:10:49.015 INFO [WorkbenchTestable][TextEditor] Set text to editor 08:10:49.029 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:10:49.030 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 08:10:49.030 INFO [WorkbenchTestable][AbstractEditor] Save editor 08:10:49.030 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 08:10:49.030 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:10:49.030 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:10:49.030 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:10:49.030 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:10:49.030 DEBUG [main][MenuItemLookup] Found menu:'File' 08:10:49.030 DEBUG [main][MenuItemLookup] Item match:File 08:10:49.031 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 08:10:49.031 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 08:10:49.031 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 08:10:49.031 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 08:10:49.031 DEBUG [main][MenuItemLookup] Found menu:'' 08:10:49.031 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 08:10:49.031 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 08:10:49.031 DEBUG [main][MenuItemLookup] Found menu:'' 08:10:49.031 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 08:10:49.031 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 08:10:49.031 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 08:10:49.031 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 08:10:49.032 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 08:10:49.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 08:10:49.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 08:10:49.066 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:10:49.066 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 08:10:49.066 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 08:10:49.066 DEBUG [main][EditorHandler] 1 editor(s) found 08:10:49.066 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 08:10:49.157 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 08:10:49.158 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 08:10:49.158 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:10:49.158 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:10:49.158 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:10:49.158 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:10:49.158 INFO [WorkbenchTestable][RequirementsRunner] Finished test: insertLineTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 08:10:49.158 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:10:49.159 INFO [WorkbenchTestable][RequirementsRunner] Started test: selectTextTest1 no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 08:10:49.159 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 08:10:49.159 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:10:49.159 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:10:49.159 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:10:49.159 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:10:49.160 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:10:49.160 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 08:10:49.160 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:10:49.160 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:10:49.161 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:10:49.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:10:49.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:10:49.161 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:10:49.161 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.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:10:49.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:10:49.161 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:10:49.162 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:10:49.162 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:10:49.162 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:10:49.162 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:10:49.162 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:10:49.163 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:10:49.163 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:10:49.163 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:10:49.163 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:10:49.164 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:10:49.164 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:10:49.165 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:10:49.165 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:10:49.165 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:10:49.165 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:10:49.165 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:10:49.165 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:10:49.165 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:10:49.165 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:10:49.165 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:10:49.666 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:10:49.666 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:10:50.166 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:10:50.166 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:10:50.166 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:10:50.166 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:10:50.166 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:10:50.167 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:10:50.167 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:10:50.167 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 08:10:50.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:10:50.167 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:10:50.167 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:10:50.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:10:50.167 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:10:50.168 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:10:50.168 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 08:10:50.168 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 08:10:50.168 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 08:10:50.168 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 08:10:50.168 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:10:50.168 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 08:10:50.168 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:10:50.168 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 08:10:50.169 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 08:10:50.169 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 08:10:50.169 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:10:50.169 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 08:10:50.169 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:10:50.169 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 08:10:50.169 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 08:10:50.169 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 08:10:50.169 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:10:50.169 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 08:10:50.169 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:10:50.169 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 08:10:50.169 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:10:50.169 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:10:50.169 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:10:50.176 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:10:50.176 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 08:10:50.176 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:10:50.176 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:10:50.176 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:10:50.185 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:10:50.185 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 08:10:50.185 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 08:10:50.308 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 08:10:50.308 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:10:50.308 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 08:10:50.308 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 08:10:50.308 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 08:10:50.308 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 08:10:50.308 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:10:50.309 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:10:50.309 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:10:50.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:10:50.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@61b2a39f is found... 08:10:50.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@61b2a39f is found finished successfully 08:10:50.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.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:10:50.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:10:50.314 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:10:50.327 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:10:50.327 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:10:50.327 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:10:50.327 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:10:50.327 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:10:50.327 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777218 08:10:50.327 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777218 08:10:50.528 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777218 08:10:50.734 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777218 08:10:50.734 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777218 08:10:50.935 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777218 08:10:51.137 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777218 08:10:51.138 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777218 08:10:51.338 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777218 08:10:51.540 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777218 08:10:51.540 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777218 08:10:51.741 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777218 08:10:51.944 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 08:10:51.944 INFO [WorkbenchTestable][Keyboard] As char:, as int:262144 08:10:52.144 INFO [WorkbenchTestable][Keyboard] As char:-, as int:16777261 08:10:53.147 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:10:53.167 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:10:53.168 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:10:53.168 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 08:10:53.168 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:10:53.169 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:10:53.169 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 08:10:53.169 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:10:53.169 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:10:53.169 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:10:53.169 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 08:10:53.169 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:10:53.169 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:10:53.170 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:10:53.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:10:53.170 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:10:53.170 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:10:53.170 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:10:53.200 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:10:53.200 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:10:53.200 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:10:53.200 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:10:53.201 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:10:53.201 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:10:53.201 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:10:53.201 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:10:53.202 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:10:53.202 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:10:53.202 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:10:53.202 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:10:53.202 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:10:53.702 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:10:53.702 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:10:54.202 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:10:54.203 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:10:54.203 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:10:54.203 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:10:54.203 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:10:54.204 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:10:54.204 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:10:54.204 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 08:10:54.204 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:10:54.204 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:10:54.204 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:10:54.204 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:10:54.204 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:10:54.204 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:10:54.204 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 08:10:54.205 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 08:10:54.205 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 08:10:54.205 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 08:10:54.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:10:54.205 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 08:10:54.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:10:54.205 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 08:10:54.205 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 08:10:54.205 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 08:10:54.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:10:54.205 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 08:10:54.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:10:54.205 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 08:10:54.205 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 08:10:54.205 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 08:10:54.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:10:54.205 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 08:10:54.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:10:54.205 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 08:10:54.206 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:10:54.206 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:10:54.206 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:10:54.213 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:10:54.213 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 08:10:54.213 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:10:54.213 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:10:54.213 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:10:54.218 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:10:54.218 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 08:10:54.218 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 08:10:54.249 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 08:10:54.250 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:10:54.250 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 08:10:54.250 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 08:10:54.250 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 08:10:54.250 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:10:54.250 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:10:54.250 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:10:54.250 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:10:54.250 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@7a6d7bd4 is found... 08:10:54.251 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@7a6d7bd4 is found finished successfully 08:10:54.251 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.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:10:54.251 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:10:54.252 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:10:54.253 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:10:54.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:10:54.253 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:10:54.254 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:10:54.254 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:10:54.254 INFO [WorkbenchTestable][TextEditor] Set text to editor 08:10:54.281 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:10:54.281 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-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:10:54.281 INFO [WorkbenchTestable][AbstractEditor] Save editor 08:10:54.281 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 08:10:54.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:10:54.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:10:54.281 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:10:54.282 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:10:54.282 DEBUG [main][MenuItemLookup] Found menu:'File' 08:10:54.282 DEBUG [main][MenuItemLookup] Item match:File 08:10:54.282 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 08:10:54.283 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 08:10:54.283 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 08:10:54.283 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 08:10:54.283 DEBUG [main][MenuItemLookup] Found menu:'' 08:10:54.283 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 08:10:54.283 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 08:10:54.283 DEBUG [main][MenuItemLookup] Found menu:'' 08:10:54.283 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 08:10:54.283 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 08:10:54.283 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 08:10:54.283 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 08:10:54.283 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 08:10:54.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 08:10:54.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 08:10:54.331 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:10:54.331 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-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:10:54.331 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 08:10:54.331 DEBUG [main][EditorHandler] 1 editor(s) found 08:10:54.331 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 08:10:54.387 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 08:10:54.387 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 08:10:54.387 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:10:54.387 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:10:54.387 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:10:54.387 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:10:54.388 INFO [WorkbenchTestable][RequirementsRunner] Finished test: selectTextTest1 no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 08:10:54.388 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:10:54.388 INFO [WorkbenchTestable][RequirementsRunner] Started test: selectTextTest2 no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 08:10:54.388 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 08:10:54.388 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:10:54.388 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:10:54.388 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:10:54.388 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:10:54.389 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:10:54.389 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 08:10:54.389 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:10:54.390 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:10:54.390 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:10:54.390 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:10:54.390 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:10:54.390 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:10:54.390 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 08:10:54.390 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:10:54.390 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:10:54.391 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:10:54.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:10:54.391 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:10:54.391 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:10:54.391 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:10:54.391 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:10:54.391 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:10:54.391 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:10:54.391 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:10:54.393 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:10:54.393 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:10:54.393 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:10:54.393 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:10:54.393 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:10:54.393 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:10:54.393 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:10:54.393 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:10:54.394 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:10:54.394 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:10:54.436 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:10:54.936 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:10:54.936 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:10:55.436 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:10:55.437 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:10:55.437 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:10:55.437 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:10:55.437 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:10:55.438 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:10:55.438 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:10:55.438 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 08:10:55.438 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:10:55.438 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:10:55.438 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:10:55.438 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:10:55.438 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:10:55.438 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:10:55.438 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 08:10:55.438 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 08:10:55.439 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 08:10:55.439 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 08:10:55.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:10:55.439 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 08:10:55.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:10:55.439 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 08:10:55.439 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 08:10:55.439 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 08:10:55.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:10:55.439 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 08:10:55.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:10:55.439 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 08:10:55.439 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 08:10:55.439 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 08:10:55.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:10:55.439 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 08:10:55.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:10:55.439 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 08:10:55.439 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:10:55.439 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:10:55.440 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:10:55.448 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:10:55.449 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 08:10:55.449 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:10:55.449 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:10:55.449 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:10:55.458 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:10:55.458 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 08:10:55.458 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 08:10:55.590 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 08:10:55.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:10:55.590 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 08:10:55.590 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 08:10:55.590 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 08:10:55.590 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 08:10:55.590 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:10:55.590 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:10:55.590 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:10:55.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:10:55.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@3f15c819 is found... 08:10:55.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@3f15c819 is found finished successfully 08:10:55.605 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 08:10:55.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:10:55.605 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:10:55.607 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:10:55.607 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:10:55.607 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:10:55.608 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:10:55.608 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:10:55.608 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777218 08:10:55.608 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777218 08:10:55.808 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777218 08:10:56.011 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777218 08:10:56.011 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777218 08:10:56.211 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777218 08:10:56.414 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777218 08:10:56.414 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777218 08:10:56.614 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777218 08:10:56.818 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777218 08:10:56.818 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777218 08:10:57.018 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777218 08:10:57.221 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 08:10:57.221 INFO [WorkbenchTestable][Keyboard] As char:, as int:262144 08:10:57.421 INFO [WorkbenchTestable][Keyboard] As char:-, as int:16777261 08:10:58.422 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:10:58.423 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:10:58.423 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:10:58.423 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 08:10:58.423 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:10:58.424 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:10:58.424 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 08:10:58.424 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:10:58.437 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:10:58.437 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:10:58.437 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.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:10:58.437 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:10:58.437 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:10:58.438 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:10:58.438 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:10:58.438 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:10:58.438 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:10:58.438 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:10:58.463 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:10:58.463 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:10:58.463 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:10:58.463 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:10:58.464 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:10:58.464 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:10:58.464 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:10:58.464 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:10:58.464 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:10:58.464 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:10:58.464 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:10:58.464 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:10:58.464 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:10:58.965 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:10:58.965 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:10:59.465 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:10:59.465 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:10:59.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:10:59.465 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:10:59.465 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:10:59.466 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:10:59.466 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:10:59.466 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with 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:10:59.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:10:59.466 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:10:59.466 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:10:59.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:10:59.466 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:10:59.466 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:10:59.467 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 08:10:59.467 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 08:10:59.467 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 08:10:59.467 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 08:10:59.467 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:10:59.467 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 08:10:59.467 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:10:59.467 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 08:10:59.468 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 08:10:59.468 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 08:10:59.468 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:10:59.468 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 08:10:59.468 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:10:59.468 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 08:10:59.468 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 08:10:59.468 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 08:10:59.468 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:10:59.468 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 08:10:59.468 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:10:59.468 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 08:10:59.468 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:10:59.468 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:10:59.468 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:10:59.476 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:10:59.476 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 08:10:59.476 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:10:59.476 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:10:59.476 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:10:59.481 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:10:59.481 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 08:10:59.481 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 08:10:59.512 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 08:10:59.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:10:59.512 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 08:10:59.513 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 08:10:59.513 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 08:10:59.513 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:10:59.513 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:10:59.513 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:10:59.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:10:59.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@35f0dc0f is found... 08:10:59.514 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@35f0dc0f is found finished successfully 08:10:59.515 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.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:10:59.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:10:59.515 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:10:59.517 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:10:59.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:10:59.517 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:10:59.517 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:10:59.517 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:10:59.517 INFO [WorkbenchTestable][TextEditor] Set text to editor 08:10:59.547 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:10:59.547 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-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:10:59.547 INFO [WorkbenchTestable][AbstractEditor] Save editor 08:10:59.547 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 08:10:59.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:10:59.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:10:59.547 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:10:59.547 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:10:59.548 DEBUG [main][MenuItemLookup] Found menu:'File' 08:10:59.548 DEBUG [main][MenuItemLookup] Item match:File 08:10:59.549 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 08:10:59.549 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 08:10:59.549 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 08:10:59.549 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 08:10:59.549 DEBUG [main][MenuItemLookup] Found menu:'' 08:10:59.549 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 08:10:59.549 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 08:10:59.549 DEBUG [main][MenuItemLookup] Found menu:'' 08:10:59.549 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 08:10:59.549 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 08:10:59.549 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 08:10:59.549 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 08:10:59.549 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 08:10:59.581 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 08:10:59.582 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 08:10:59.583 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:10:59.583 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-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:10:59.583 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 08:10:59.583 DEBUG [main][EditorHandler] 1 editor(s) found 08:10:59.583 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 08:10:59.675 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 08:10:59.675 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 08:10:59.675 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:10:59.675 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:10:59.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:10:59.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:10:59.676 INFO [WorkbenchTestable][RequirementsRunner] Finished test: selectTextTest2 no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 08:10:59.676 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:10:59.676 INFO [WorkbenchTestable][RequirementsRunner] Started test: getAYTMarkers no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 08:10:59.676 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 08:10:59.676 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:10:59.676 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:10:59.676 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:10:59.676 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:10:59.677 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:10:59.677 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 08:10:59.677 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:10:59.677 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:10:59.677 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:10:59.678 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:10:59.678 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:10:59.678 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:10:59.678 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 08:10:59.678 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:10:59.678 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:10:59.679 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:10:59.679 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:10:59.679 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:10:59.679 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:10:59.679 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:10:59.679 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:10:59.679 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:10:59.679 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:10:59.679 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:10:59.681 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:10:59.681 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:10:59.681 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:10:59.681 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:10:59.681 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:10:59.681 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:10:59.682 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:10:59.682 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:10:59.682 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:10:59.682 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:10:59.682 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:11:00.182 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:11:00.182 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:11:00.682 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:11:00.683 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:11:00.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:11:00.683 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:11:00.683 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:11:00.683 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:11:00.684 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:11:00.684 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 08:11:00.684 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:11:00.684 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:11:00.684 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:11:00.684 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:11:00.684 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:11:00.684 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:11:00.684 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 08:11:00.684 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 08:11:00.685 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 08:11:00.685 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 08:11:00.685 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:11:00.685 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 08:11:00.685 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:11:00.685 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 08:11:00.685 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 08:11:00.685 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 08:11:00.685 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:11:00.685 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 08:11:00.685 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:11:00.685 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 08:11:00.685 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 08:11:00.685 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 08:11:00.685 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:11:00.685 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 08:11:00.685 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:11:00.685 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 08:11:00.686 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:11:00.686 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:11:00.686 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:11:00.693 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:11:00.693 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 08:11:00.693 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:11:00.693 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:11:00.693 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:11:00.698 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:11:00.698 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 08:11:00.698 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 08:11:00.814 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 08:11:00.814 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:11:00.814 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 08:11:00.814 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 08:11:00.814 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 08:11:00.814 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 08:11:00.814 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:11:00.814 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:11:00.814 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:11:00.814 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:11:00.814 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@106a1bc5 is found... 08:11:00.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@106a1bc5 is found finished successfully 08:11:00.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.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:11:00.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:11:00.828 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:11:00.829 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:11:00.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:11:00.829 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:11:00.830 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:11:00.830 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:11:00.830 INFO [WorkbenchTestable][TextEditor] Set text to editor 08:11:00.860 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:11:00.860 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-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:11:00.860 INFO [WorkbenchTestable][AbstractEditor] Save editor 08:11:00.860 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 08:11:00.861 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:11:00.861 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:11:00.861 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:11:00.861 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:11:00.861 DEBUG [main][MenuItemLookup] Found menu:'File' 08:11:00.861 DEBUG [main][MenuItemLookup] Item match:File 08:11:00.862 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 08:11:00.862 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 08:11:00.862 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 08:11:00.862 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 08:11:00.862 DEBUG [main][MenuItemLookup] Found menu:'' 08:11:00.862 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 08:11:00.862 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 08:11:00.862 DEBUG [main][MenuItemLookup] Found menu:'' 08:11:00.862 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 08:11:00.862 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 08:11:00.862 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 08:11:00.862 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 08:11:00.862 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 08:11:00.889 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 08:11:00.889 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 08:11:00.890 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:11:00.890 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-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:11:00.890 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 08:11:01.891 INFO [WorkbenchTestable][TextEditor] Set text to editor 08:11:01.899 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 08:11:02.899 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:11:02.899 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { SystemY.out.println(""); } } TooltipText=null 08:11:02.903 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:11:02.904 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:11:02.904 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 08:11:02.904 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:11:02.904 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:11:02.904 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 08:11:02.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:11:02.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:11:02.905 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:11:02.905 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 08:11:02.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:11:02.905 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:11:02.906 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:11:02.906 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:11:02.906 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:11:02.906 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:11:02.906 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:11:02.939 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:11:02.939 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:11:02.939 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:11:02.939 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:11:02.940 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:11:02.940 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:11:02.940 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:11:02.940 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:11:02.941 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:11:02.941 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:11:02.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:11:02.941 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:11:02.941 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:11:03.441 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:11:03.441 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:11:03.942 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:11:03.942 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:11:03.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:11:03.942 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:11:03.942 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:11:03.943 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:11:03.943 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:11:03.943 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with 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:11:03.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:11:03.943 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:11:03.943 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:11:03.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:11:03.943 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:11:03.943 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:11:03.944 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 08:11:03.944 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 08:11:03.944 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 08:11:03.944 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 08:11:03.944 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:11:03.944 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 08:11:03.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:11:03.945 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 08:11:03.945 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 08:11:03.945 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 08:11:03.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:11:03.945 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 08:11:03.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:11:03.945 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 08:11:03.945 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 08:11:03.945 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 08:11:03.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:11:03.945 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 08:11:03.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:11:03.945 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 08:11:03.945 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:11:03.945 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:11:03.946 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:11:03.954 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:11:03.954 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 08:11:03.954 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:11:03.954 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:11:03.954 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:11:03.959 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:11:03.959 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 08:11:03.959 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 08:11:03.991 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 08:11:03.991 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:11:03.991 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 08:11:03.991 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 08:11:03.991 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 08:11:03.991 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:11:03.991 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:11:03.991 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:11:03.991 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:11:03.991 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@10e9a5ce is found... 08:11:03.992 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@10e9a5ce is found finished successfully 08:11:03.993 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.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:11:03.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:11:03.993 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:11:03.994 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:11:03.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:11:03.994 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:11:03.995 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:11:03.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() { SystemY.out.println(""); } } TooltipText=null 08:11:03.995 INFO [WorkbenchTestable][TextEditor] Set text to editor 08:11:04.001 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:11:04.001 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-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:11:04.001 INFO [WorkbenchTestable][AbstractEditor] Save editor 08:11:04.001 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 08:11:04.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:11:04.014 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:11:04.014 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:11:04.014 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:11:04.015 DEBUG [main][MenuItemLookup] Found menu:'File' 08:11:04.015 DEBUG [main][MenuItemLookup] Item match:File 08:11:04.015 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 08:11:04.015 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 08:11:04.015 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 08:11:04.015 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 08:11:04.015 DEBUG [main][MenuItemLookup] Found menu:'' 08:11:04.015 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 08:11:04.015 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 08:11:04.015 DEBUG [main][MenuItemLookup] Found menu:'' 08:11:04.015 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 08:11:04.015 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 08:11:04.016 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 08:11:04.016 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 08:11:04.016 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 08:11:04.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 08:11:04.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 08:11:04.038 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:11:04.038 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 08:11:04.038 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 08:11:04.038 DEBUG [main][EditorHandler] 1 editor(s) found 08:11:04.038 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 08:11:04.138 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 08:11:04.139 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 08:11:04.139 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:11:04.139 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:11:04.139 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:11:04.139 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:11:04.139 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getAYTMarkers no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 08:11:04.139 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:11:04.139 INFO [WorkbenchTestable][RequirementsRunner] Started test: getCursorPosition no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 08:11:04.139 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 08:11:04.140 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:11:04.140 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:11:04.140 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:11:04.140 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:11:04.140 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:11:04.140 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 08:11:04.140 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:11:04.141 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:11:04.141 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:11:04.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:11:04.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:11:04.142 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:11:04.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 '\*?\QProject Explorer\E') 08:11:04.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:11:04.142 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:11:04.142 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:11:04.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:11:04.142 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:11:04.142 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:11:04.142 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:11:04.143 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:11:04.143 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:11:04.143 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:11:04.143 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:11:04.144 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:11:04.144 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:11:04.145 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:11:04.145 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:11:04.145 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:11:04.145 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:11:04.145 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:11:04.145 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:11:04.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:11:04.145 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:11:04.146 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:11:04.646 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:11:04.646 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:11:05.146 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:11:05.146 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:11:05.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:11:05.147 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:11:05.147 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:11:05.147 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:11:05.147 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:11:05.147 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with 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:11:05.147 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:11:05.147 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:11:05.148 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:11:05.148 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:11:05.148 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:11:05.148 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:11:05.148 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 08:11:05.148 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 08:11:05.149 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 08:11:05.149 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 08:11:05.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:11:05.149 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 08:11:05.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:11:05.149 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 08:11:05.149 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 08:11:05.149 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 08:11:05.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:11:05.149 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 08:11:05.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:11:05.149 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 08:11:05.149 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 08:11:05.149 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 08:11:05.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:11:05.149 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 08:11:05.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:11:05.149 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 08:11:05.149 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:11:05.149 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:11:05.150 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:11:05.161 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:11:05.162 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 08:11:05.162 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:11:05.162 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:11:05.162 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:11:05.170 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:11:05.170 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 08:11:05.170 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 08:11:05.341 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 08:11:05.341 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:11:05.341 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 08:11:05.341 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 08:11:05.341 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 08:11:05.341 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 08:11:05.341 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:11:05.341 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:11:05.341 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:11:05.341 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:11:05.341 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@24dc3a83 is found... 08:11:05.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@24dc3a83 is found finished successfully 08:11:05.346 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.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:11:05.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:11:05.347 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:11:05.354 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:11:05.354 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:11:05.354 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:11:05.354 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:11:05.355 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:11:05.355 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:11:05.355 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:11:05.355 INFO [WorkbenchTestable][TextEditor] Set cursor position to [11, 13] 08:11:05.369 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:11:05.369 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-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:11:05.371 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:11:05.372 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:11:05.372 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 08:11:05.372 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:11:05.373 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:11:05.373 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 08:11:05.373 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:11:05.373 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:11:05.373 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:11:05.373 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 08:11:05.373 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:11:05.373 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:11:05.374 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:11:05.374 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:11:05.374 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:11:05.374 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:11:05.374 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:11:05.447 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:11:05.447 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:11:05.447 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:11:05.447 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:11:05.448 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:11:05.448 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:11:05.448 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:11:05.448 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:11:05.448 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:11:05.449 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:11:05.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:11:05.449 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:11:05.449 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:11:05.949 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:11:05.949 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:11:06.450 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:11:06.450 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:11:06.450 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:11:06.450 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:11:06.450 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:11:06.451 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:11:06.451 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:11:06.451 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 08:11:06.451 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:11:06.451 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:11:06.451 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:11:06.451 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:11:06.451 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:11:06.451 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:11:06.451 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 08:11:06.452 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 08:11:06.452 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 08:11:06.452 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 08:11:06.452 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:11:06.452 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 08:11:06.452 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:11:06.452 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 08:11:06.452 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 08:11:06.452 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 08:11:06.452 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:11:06.452 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 08:11:06.452 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:11:06.452 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 08:11:06.452 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 08:11:06.452 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 08:11:06.452 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:11:06.452 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 08:11:06.452 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:11:06.453 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 08:11:06.453 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:11:06.453 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:11:06.453 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:11:06.460 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:11:06.460 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 08:11:06.461 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:11:06.461 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:11:06.461 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:11:06.465 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:11:06.465 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 08:11:06.465 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 08:11:06.496 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 08:11:06.496 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:11:06.496 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 08:11:06.496 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 08:11:06.496 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 08:11:06.496 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:11:06.496 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:11:06.496 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:11:06.496 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:11:06.496 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@525a473 is found... 08:11:06.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@525a473 is found finished successfully 08:11:06.497 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.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:11:06.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:11:06.497 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:11:06.499 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:11:06.499 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:11:06.499 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:11:06.499 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:11:06.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:11:06.499 INFO [WorkbenchTestable][TextEditor] Set text to editor 08:11:06.506 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:11:06.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:11:06.506 INFO [WorkbenchTestable][AbstractEditor] Save editor 08:11:06.507 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 08:11:06.507 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:11:06.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:11:06.520 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:11:06.520 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:11:06.520 DEBUG [main][MenuItemLookup] Found menu:'File' 08:11:06.521 DEBUG [main][MenuItemLookup] Item match:File 08:11:06.521 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 08:11:06.521 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 08:11:06.521 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 08:11:06.521 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 08:11:06.521 DEBUG [main][MenuItemLookup] Found menu:'' 08:11:06.521 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 08:11:06.521 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 08:11:06.521 DEBUG [main][MenuItemLookup] Found menu:'' 08:11:06.521 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 08:11:06.521 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 08:11:06.521 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 08:11:06.521 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 08:11:06.522 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 08:11:06.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 08:11:06.542 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 08:11:06.542 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:11:06.543 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 08:11:06.543 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 08:11:06.543 DEBUG [main][EditorHandler] 1 editor(s) found 08:11:06.543 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 08:11:06.602 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 08:11:06.602 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 08:11:06.602 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:11:06.602 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:11:06.602 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:11:06.603 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:11:06.603 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getCursorPosition no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 08:11:06.603 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:11:06.603 INFO [WorkbenchTestable][RequirementsRunner] Started test: insertLineIntoLastEditorLineTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 08:11:06.603 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 08:11:06.603 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:11:06.603 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:11:06.603 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:11:06.603 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:11:06.604 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:11:06.604 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 08:11:06.604 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:11:06.604 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:11:06.604 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:11:06.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:11:06.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:11:06.605 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:11:06.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 '\*?\QProject Explorer\E') 08:11:06.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:11:06.605 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:11:06.605 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:11:06.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:11:06.605 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:11:06.605 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:11:06.605 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:11:06.606 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:11:06.606 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:11:06.606 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:11:06.606 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:11:06.607 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:11:06.607 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:11:06.608 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:11:06.608 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:11:06.608 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:11:06.608 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:11:06.608 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:11:06.608 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:11:06.608 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:11:06.608 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:11:06.608 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:11:07.108 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:11:07.109 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:11:07.609 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:11:07.609 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:11:07.609 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:11:07.609 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:11:07.609 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:11:07.610 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:11:07.610 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:11:07.610 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with 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:11:07.610 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:11:07.610 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:11:07.610 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:11:07.610 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:11:07.610 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:11:07.610 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:11:07.610 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 08:11:07.611 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 08:11:07.611 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 08:11:07.611 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 08:11:07.611 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:11:07.611 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 08:11:07.611 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:11:07.611 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 08:11:07.611 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 08:11:07.611 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 08:11:07.611 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:11:07.611 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 08:11:07.611 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:11:07.611 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 08:11:07.612 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 08:11:07.612 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 08:11:07.612 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:11:07.612 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 08:11:07.612 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:11:07.612 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 08:11:07.612 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:11:07.612 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:11:07.612 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:11:07.620 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:11:07.620 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 08:11:07.620 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:11:07.620 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:11:07.620 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:11:07.625 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:11:07.625 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 08:11:07.625 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 08:11:07.754 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 08:11:07.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:11:07.754 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 08:11:07.754 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 08:11:07.754 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 08:11:07.754 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 08:11:07.754 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:11:07.754 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:11:07.754 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:11:07.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:11:07.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@3b6fd1fe is found... 08:11:07.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@3b6fd1fe is found finished successfully 08:11:07.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.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:11:07.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:11:07.760 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:11:07.767 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:11:07.767 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:11:07.767 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:11:07.767 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:11:07.767 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:11:07.768 INFO [WorkbenchTestable][TextEditor] Insert text to editor at line 19 08:11:07.768 INFO [WorkbenchTestable][TextEditor] Insert text to editor at line 19, offser 0 08:11:07.771 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.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:11:07.772 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:11:07.772 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:11:07.774 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:11:07.774 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:11:07.774 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:11:07.774 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:11:07.774 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:11:07.774 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:11:07.775 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:11:07.775 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 08:11:07.775 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:11:07.775 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:11:07.775 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 08:11:07.775 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:11:07.775 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:11:07.775 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:11:07.776 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 08:11:07.776 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:11:07.776 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:11:07.776 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:11:07.776 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:11:07.776 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:11:07.776 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:11:07.776 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:11:07.808 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:11:07.808 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:11:07.808 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:11:07.808 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:11:07.809 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:11:07.809 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:11:07.809 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:11:07.809 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:11:07.809 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:11:07.809 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:11:07.809 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:11:07.809 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:11:07.810 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:11:08.310 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:11:08.310 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:11:08.810 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:11:08.810 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:11:08.810 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:11:08.810 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:11:08.810 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:11:08.811 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:11:08.811 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:11:08.811 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with 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:11:08.811 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:11:08.811 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:11:08.811 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:11:08.811 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:11:08.811 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:11:08.812 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:11:08.812 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 08:11:08.812 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 08:11:08.812 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 08:11:08.812 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 08:11:08.812 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:11:08.812 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 08:11:08.812 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:11:08.812 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 08:11:08.812 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 08:11:08.812 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 08:11:08.812 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:11:08.813 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 08:11:08.813 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:11:08.813 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 08:11:08.813 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 08:11:08.813 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 08:11:08.813 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:11:08.813 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 08:11:08.813 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:11:08.813 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 08:11:08.813 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:11:08.813 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:11:08.813 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:11:08.818 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:11:08.819 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 08:11:08.819 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:11:08.819 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:11:08.819 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:11:08.823 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:11:08.823 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 08:11:08.824 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 08:11:08.858 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 08:11:08.858 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:11:08.858 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 08:11:08.858 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 08:11:08.858 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 08:11:08.858 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:11:08.858 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:11:08.858 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:11:08.858 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:11:08.858 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@4cd01498 is found... 08:11:08.859 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@4cd01498 is found finished successfully 08:11:08.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.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:11:08.859 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:11:08.859 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:11:08.862 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:11:08.862 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:11:08.862 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:11:08.862 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:11:08.863 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:11:08.863 INFO [WorkbenchTestable][TextEditor] Set text to editor 08:11:08.877 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:11:08.878 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-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:11:08.878 INFO [WorkbenchTestable][AbstractEditor] Save editor 08:11:08.878 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 08:11:08.878 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:11:08.878 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:11:08.878 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:11:08.878 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:11:08.878 DEBUG [main][MenuItemLookup] Found menu:'File' 08:11:08.878 DEBUG [main][MenuItemLookup] Item match:File 08:11:08.879 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 08:11:08.879 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 08:11:08.879 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 08:11:08.879 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 08:11:08.879 DEBUG [main][MenuItemLookup] Found menu:'' 08:11:08.879 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 08:11:08.879 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 08:11:08.879 DEBUG [main][MenuItemLookup] Found menu:'' 08:11:08.879 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 08:11:08.879 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 08:11:08.879 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 08:11:08.879 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 08:11:08.879 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 08:11:08.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 08:11:08.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 08:11:08.929 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:11:08.929 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-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:11:08.929 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 08:11:08.929 DEBUG [main][EditorHandler] 1 editor(s) found 08:11:08.929 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 08:11:08.993 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 08:11:08.993 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 08:11:08.993 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:11:08.993 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:11:08.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:11:08.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:11:08.993 INFO [WorkbenchTestable][RequirementsRunner] Finished test: insertLineIntoLastEditorLineTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 08:11:08.993 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:11:08.993 INFO [WorkbenchTestable][RequirementsRunner] Started test: contentAssist no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 08:11:08.993 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 08:11:08.993 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:11:08.993 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:11:08.993 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:11:08.993 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:11:08.994 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:11:08.994 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 08:11:08.994 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:11:08.994 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:11:08.995 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:11:08.995 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:11:08.995 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:11:08.996 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:11:08.996 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 08:11:08.996 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:11:08.996 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:11:09.037 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:11:09.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:11:09.037 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:11:09.037 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:11:09.037 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:11:09.038 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:11:09.038 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:11:09.038 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:11:09.038 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:11:09.039 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:11:09.039 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:11:09.051 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:11:09.052 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:11:09.052 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:11:09.052 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:11:09.052 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:11:09.052 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:11:09.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:11:09.052 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:11:09.053 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:11:09.553 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:11:09.553 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:11:10.053 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:11:10.053 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:11:10.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:11:10.053 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:11:10.053 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:11:10.054 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:11:10.054 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:11:10.054 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 08:11:10.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:11:10.054 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:11:10.054 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:11:10.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:11:10.054 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:11:10.055 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:11:10.055 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 08:11:10.055 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 08:11:10.055 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 08:11:10.055 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 08:11:10.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:11:10.055 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 08:11:10.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:11:10.055 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 08:11:10.055 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 08:11:10.055 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 08:11:10.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:11:10.056 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 08:11:10.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:11:10.056 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 08:11:10.056 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 08:11:10.056 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 08:11:10.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:11:10.056 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 08:11:10.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:11:10.056 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 08:11:10.056 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:11:10.056 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:11:10.056 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:11:10.063 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:11:10.064 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 08:11:10.064 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:11:10.064 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:11:10.064 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:11:10.068 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:11:10.068 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 08:11:10.069 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 08:11:10.183 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 08:11:10.183 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:11:10.183 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 08:11:10.183 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 08:11:10.183 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 08:11:10.183 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 08:11:10.183 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:11:10.183 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:11:10.183 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:11:10.183 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:11:10.183 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@63d4febb is found... 08:11:10.189 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@63d4febb is found finished successfully 08:11:10.189 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.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:11:10.189 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:11:10.189 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:11:10.198 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:11:10.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:11:10.198 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:11:10.198 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:11:10.198 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:11:10.198 INFO [WorkbenchTestable][TextEditor] Set cursor position to [0, 0] 08:11:10.206 INFO [WorkbenchTestable][TextEditor] Insert text to editor at line 0 08:11:10.206 INFO [WorkbenchTestable][TextEditor] Insert text to editor at line 0, offser 0 08:11:10.217 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:11:10.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:11:10.217 INFO [WorkbenchTestable][AbstractEditor] Save editor 08:11:10.217 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 08:11:10.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:11:10.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:11:10.217 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:11:10.218 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:11:10.218 DEBUG [main][MenuItemLookup] Found menu:'File' 08:11:10.218 DEBUG [main][MenuItemLookup] Item match:File 08:11:10.218 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 08:11:10.218 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 08:11:10.218 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 08:11:10.218 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 08:11:10.218 DEBUG [main][MenuItemLookup] Found menu:'' 08:11:10.218 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 08:11:10.218 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 08:11:10.218 DEBUG [main][MenuItemLookup] Found menu:'' 08:11:10.218 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 08:11:10.218 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 08:11:10.219 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 08:11:10.219 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 08:11:10.219 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 08:11:10.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 08:11:10.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 08:11:10.249 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:11:10.249 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= /******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-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:11:10.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:11:10.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:11:10.249 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:11:10.249 DEBUG [main][MenuItemLookup] Found menu:'File' 08:11:10.249 DEBUG [main][MenuItemLookup] Found menu:'Edit' 08:11:10.249 DEBUG [main][MenuItemLookup] Item match:Edit 08:11:10.250 DEBUG [main][MenuItemLookup] Found menu:'Undo Ctrl+Z' 08:11:10.250 DEBUG [main][MenuItemLookup] Found menu:'Redo Shift+Ctrl+Z' 08:11:10.250 DEBUG [main][MenuItemLookup] Found menu:'' 08:11:10.250 DEBUG [main][MenuItemLookup] Found menu:'Cut Ctrl+X' 08:11:10.250 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 08:11:10.250 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 08:11:10.250 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 08:11:10.250 DEBUG [main][MenuItemLookup] Found menu:'Raw Paste' 08:11:10.250 DEBUG [main][MenuItemLookup] Found menu:'' 08:11:10.250 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 08:11:10.250 DEBUG [main][MenuItemLookup] Found menu:'Select All Ctrl+A' 08:11:10.250 DEBUG [main][MenuItemLookup] Found menu:'Expand Selection To' 08:11:10.250 DEBUG [main][MenuItemLookup] Found menu:'Toggle Block Selection Shift+Alt+A' 08:11:10.250 DEBUG [main][MenuItemLookup] Found menu:'To multi-selection' 08:11:10.250 DEBUG [main][MenuItemLookup] Found menu:'' 08:11:10.250 DEBUG [main][MenuItemLookup] Found menu:'Find/Replace... Ctrl+F' 08:11:10.250 DEBUG [main][MenuItemLookup] Found menu:'Find Next Ctrl+K' 08:11:10.250 DEBUG [main][MenuItemLookup] Found menu:'Find Previous Shift+Ctrl+K' 08:11:10.250 DEBUG [main][MenuItemLookup] Found menu:'Incremental Find Next Ctrl+J' 08:11:10.250 DEBUG [main][MenuItemLookup] Found menu:'Incremental Find Previous Shift+Ctrl+J' 08:11:10.250 DEBUG [main][MenuItemLookup] Found menu:'' 08:11:10.250 DEBUG [main][MenuItemLookup] Found menu:'Add Bookmark...' 08:11:10.251 DEBUG [main][MenuItemLookup] Found menu:'Add Task...' 08:11:10.251 DEBUG [main][MenuItemLookup] Found menu:'' 08:11:10.251 DEBUG [main][MenuItemLookup] Found menu:'Smart Insert Mode Shift+Ctrl+Insert' 08:11:10.251 DEBUG [main][MenuItemLookup] Found menu:'' 08:11:10.251 DEBUG [main][MenuItemLookup] Found menu:'Show Tooltip Description F2' 08:11:10.251 DEBUG [main][MenuItemLookup] Found menu:'' 08:11:10.251 DEBUG [main][MenuItemLookup] Found menu:'Content Assist' 08:11:10.251 DEBUG [main][MenuItemLookup] Item match:Content Assist 08:11:10.251 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:11:10.251 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= /******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-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:11:10.251 INFO [WorkbenchTestable][AbstractEditor] Open editor's Default content assistant 08:11:10.251 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 08:11:11.251 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:11:11.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:11:11.252 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:11:11.252 DEBUG [main][MenuItemLookup] Found menu:'File' 08:11:11.252 DEBUG [main][MenuItemLookup] Found menu:'Edit' 08:11:11.252 DEBUG [main][MenuItemLookup] Item match:Edit 08:11:11.253 DEBUG [main][MenuItemLookup] Found menu:'Undo Ctrl+Z' 08:11:11.253 DEBUG [main][MenuItemLookup] Found menu:'Redo Shift+Ctrl+Z' 08:11:11.253 DEBUG [main][MenuItemLookup] Found menu:'' 08:11:11.253 DEBUG [main][MenuItemLookup] Found menu:'Cut Ctrl+X' 08:11:11.253 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 08:11:11.253 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 08:11:11.253 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 08:11:11.253 DEBUG [main][MenuItemLookup] Found menu:'Raw Paste' 08:11:11.253 DEBUG [main][MenuItemLookup] Found menu:'' 08:11:11.253 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 08:11:11.253 DEBUG [main][MenuItemLookup] Found menu:'Select All Ctrl+A' 08:11:11.253 DEBUG [main][MenuItemLookup] Found menu:'Expand Selection To' 08:11:11.253 DEBUG [main][MenuItemLookup] Found menu:'Toggle Block Selection Shift+Alt+A' 08:11:11.253 DEBUG [main][MenuItemLookup] Found menu:'To multi-selection' 08:11:11.253 DEBUG [main][MenuItemLookup] Found menu:'' 08:11:11.253 DEBUG [main][MenuItemLookup] Found menu:'Find/Replace... Ctrl+F' 08:11:11.253 DEBUG [main][MenuItemLookup] Found menu:'Find Next Ctrl+K' 08:11:11.253 DEBUG [main][MenuItemLookup] Found menu:'Find Previous Shift+Ctrl+K' 08:11:11.253 DEBUG [main][MenuItemLookup] Found menu:'Incremental Find Next Ctrl+J' 08:11:11.253 DEBUG [main][MenuItemLookup] Found menu:'Incremental Find Previous Shift+Ctrl+J' 08:11:11.253 DEBUG [main][MenuItemLookup] Found menu:'' 08:11:11.253 DEBUG [main][MenuItemLookup] Found menu:'Add Bookmark...' 08:11:11.253 DEBUG [main][MenuItemLookup] Found menu:'Add Task...' 08:11:11.253 DEBUG [main][MenuItemLookup] Found menu:'' 08:11:11.253 DEBUG [main][MenuItemLookup] Found menu:'Smart Insert Mode Shift+Ctrl+Insert' 08:11:11.253 DEBUG [main][MenuItemLookup] Found menu:'' 08:11:11.253 DEBUG [main][MenuItemLookup] Found menu:'Show Tooltip Description F2' 08:11:11.253 DEBUG [main][MenuItemLookup] Found menu:'' 08:11:11.253 DEBUG [main][MenuItemLookup] Found menu:'Content Assist' 08:11:11.253 DEBUG [main][MenuItemLookup] Item match:Content Assist 08:11:11.254 DEBUG [main][MenuItemLookup] Found menu:'Default Ctrl+Space' 08:11:11.254 DEBUG [main][MenuItemLookup] Item match:Default Ctrl+Space 08:11:11.254 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Default Ctrl+Space" 08:11:11.254 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Default Ctrl+Space 08:11:11.254 INFO [main][MenuItemHandler] Select menu item: &Default Ctrl+Space 08:11:11.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until ContentAssistant shell is opened... 08:11:11.370 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:11:11.370 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:11:11.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:11:11.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:11:11.434 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "" as the parent 08:11:11.434 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:11:11.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:11:11.434 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:11:11.434 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:11:11.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:11:11.434 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 08:11:11.437 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 08:11:11.438 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 08:11:11.440 DEBUG [WorkbenchTestable][AbstractWait] Waiting until ContentAssistant shell is opened finished successfully 08:11:11.441 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell 08:11:11.442 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:11:11.442 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:11:11.442 DEBUG [WorkbenchTestable][ContentAssistant] Getting content assist proposals 08:11:11.442 DEBUG [WorkbenchTestable][ContentAssistant] Content assist proposals: 08:11:11.442 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 08:11:11.442 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 08:11:11.442 DEBUG [WorkbenchTestable][ContentAssistant] abstract 08:11:11.443 DEBUG [WorkbenchTestable][ContentAssistant] class 08:11:11.443 DEBUG [WorkbenchTestable][ContentAssistant] enum 08:11:11.443 DEBUG [WorkbenchTestable][ContentAssistant] final 08:11:11.443 DEBUG [WorkbenchTestable][ContentAssistant] import 08:11:11.443 DEBUG [WorkbenchTestable][ContentAssistant] interface 08:11:11.443 DEBUG [WorkbenchTestable][ContentAssistant] non-sealed 08:11:11.443 DEBUG [WorkbenchTestable][ContentAssistant] public 08:11:11.443 DEBUG [WorkbenchTestable][ContentAssistant] record 08:11:11.444 DEBUG [WorkbenchTestable][ContentAssistant] sealed 08:11:11.444 DEBUG [WorkbenchTestable][ContentAssistant] new - create new object 08:11:11.445 DEBUG [WorkbenchTestable][ContentAssistant] nls - non-externalized string marker 08:11:11.445 DEBUG [WorkbenchTestable][ContentAssistant] runnable - runnable 08:11:11.446 DEBUG [WorkbenchTestable][ContentAssistant] switch - switch case expression 08:11:11.446 DEBUG [WorkbenchTestable][ContentAssistant] switch - switch labeled expression 08:11:11.447 DEBUG [WorkbenchTestable][ContentAssistant] toarray - convert collection to array 08:11:11.447 DEBUG [WorkbenchTestable][ContentAssistant] Choose content assist proposal - enum 08:11:11.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 08:11:11.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 08:11:11.450 TRACE [main][WidgetHandler] Notify Table with event 13 08:11:11.450 TRACE [main][WidgetHandler] Wait for synchronization 08:11:11.450 TRACE [main][WidgetHandler] Notify Table with event 14 08:11:11.450 TRACE [main][WidgetHandler] Wait for synchronization 08:11:11.451 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 08:11:11.480 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 08:11:11.481 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:11:11.481 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:11:11.481 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 08:11:11.481 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:11:11.482 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:11:11.482 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 08:11:11.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:11:11.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:11:11.482 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:11:11.482 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 08:11:11.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:11:11.482 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:11:11.496 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:11:11.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:11:11.497 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:11:11.497 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:11:11.497 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:11:11.524 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:11:11.525 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:11:11.525 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:11:11.525 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:11:11.525 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:11:11.525 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:11:11.525 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:11:11.525 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:11:11.526 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:11:11.526 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:11:11.526 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:11:11.526 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:11:11.526 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:11:12.026 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:11:12.026 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:11:12.527 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:11:12.527 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:11:12.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:11:12.527 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:11:12.527 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:11:12.528 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:11:12.528 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:11:12.528 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with 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:11:12.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:11:12.528 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:11:12.528 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:11:12.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:11:12.528 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:11:12.528 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:11:12.528 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 08:11:12.528 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 08:11:12.529 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 08:11:12.529 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 08:11:12.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:11:12.529 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 08:11:12.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:11:12.529 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 08:11:12.529 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 08:11:12.529 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 08:11:12.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:11:12.529 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 08:11:12.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:11:12.529 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 08:11:12.529 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 08:11:12.529 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 08:11:12.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:11:12.529 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 08:11:12.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:11:12.529 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 08:11:12.529 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:11:12.529 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:11:12.530 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:11:12.537 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:11:12.537 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 08:11:12.537 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:11:12.537 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:11:12.537 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:11:12.542 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:11:12.542 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 08:11:12.542 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 08:11:12.573 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 08:11:12.573 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:11:12.573 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 08:11:12.573 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 08:11:12.573 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 08:11:12.573 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:11:12.573 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:11:12.573 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:11:12.573 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:11:12.573 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@860c82c is found... 08:11:12.574 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@860c82c is found finished successfully 08:11:12.574 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.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:11:12.574 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:11:12.574 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:11:12.576 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:11:12.576 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:11:12.576 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:11:12.576 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:11:12.576 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:11:12.576 INFO [WorkbenchTestable][TextEditor] Set text to editor 08:11:12.582 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:11:12.582 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-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:11:12.583 INFO [WorkbenchTestable][AbstractEditor] Save editor 08:11:12.583 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 08:11:12.583 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:11:12.583 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:11:12.583 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:11:12.583 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:11:12.583 DEBUG [main][MenuItemLookup] Found menu:'File' 08:11:12.583 DEBUG [main][MenuItemLookup] Item match:File 08:11:12.584 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 08:11:12.584 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 08:11:12.584 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 08:11:12.584 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 08:11:12.584 DEBUG [main][MenuItemLookup] Found menu:'' 08:11:12.584 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 08:11:12.584 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 08:11:12.584 DEBUG [main][MenuItemLookup] Found menu:'' 08:11:12.584 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 08:11:12.584 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 08:11:12.598 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 08:11:12.598 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 08:11:12.598 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 08:11:12.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 08:11:12.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 08:11:12.632 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:11:12.632 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 08:11:12.632 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 08:11:12.632 DEBUG [main][EditorHandler] 1 editor(s) found 08:11:12.632 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 08:11:12.731 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 08:11:12.731 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 08:11:12.731 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:11:12.731 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:11:12.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:11:12.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:11:12.731 INFO [WorkbenchTestable][RequirementsRunner] Finished test: contentAssist no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 08:11:12.731 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:11:12.731 INFO [WorkbenchTestable][RequirementsRunner] Started test: openFileWithRegexInName no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 08:11:12.731 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 08:11:12.731 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:11:12.731 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:11:12.731 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:11:12.732 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:11:12.733 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:11:12.733 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 08:11:12.733 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:11:12.733 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:11:12.733 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:11:12.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:11:12.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:11:12.734 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:11: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 '\*?\QProject Explorer\E') 08:11:12.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:11:12.734 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:11:12.735 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:11:12.735 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:11:12.735 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:11:12.735 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:11:12.735 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:11:12.735 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:11:12.735 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:11:12.735 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:11:12.735 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:11:12.736 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:11:12.737 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:11:12.737 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:11:12.737 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:11:12.737 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:11:12.737 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:11:12.737 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:11:12.737 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:11:12.737 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:11:12.737 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:11:12.738 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:11:13.238 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:11:13.238 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:11:13.738 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:11:13.738 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:11:13.738 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:11:13.738 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:11:13.738 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:11:13.739 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:11:13.739 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:11:13.739 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with 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:11:13.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:11:13.739 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:11:13.739 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:11:13.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:11:13.739 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:11:13.739 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:11:13.740 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 08:11:13.740 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 08:11:13.740 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 08:11:13.740 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 08:11:13.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:11:13.740 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 08:11:13.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:11:13.740 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 08:11:13.740 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 08:11:13.740 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 08:11:13.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:11:13.740 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 08:11:13.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:11:13.740 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 08:11:13.741 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass1+.java of tree item test 08:11:13.741 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 08:11:13.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:11:13.741 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 08:11:13.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:11:13.741 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 08:11:13.741 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass1+.java 08:11:13.741 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass1+.java 08:11:13.741 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass1+.java about selection 08:11:13.749 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass1+.java 08:11:13.749 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass1+.java 08:11:13.749 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass1+.java 08:11:13.749 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass1+.java 08:11:13.749 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass1+.java about selection 08:11:13.756 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass1+.java 08:11:13.756 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 08:11:13.756 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 08:11:13.877 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 08:11:13.877 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:11:13.877 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 08:11:13.877 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 08:11:13.877 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 08:11:13.877 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 08:11:13.877 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:11:13.877 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:11:13.877 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:11:13.878 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:11:13.878 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@fd3884c is found... 08:11:13.883 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@fd3884c is found finished successfully 08:11:13.883 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.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:11:13.883 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:11:13.883 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:11:13.885 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:11:13.885 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:11:13.885 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:11:13.885 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:11:13.885 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:11:13.892 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:11:13.892 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:11:13.892 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 08:11:13.892 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:11:13.893 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:11:13.893 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass1+.java - Eclipse Platform 08:11:13.893 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:11:13.893 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:11:13.893 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass1+.java - Eclipse Platform' 08:11:13.893 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.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:11:13.893 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:11:13.893 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:11:13.894 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:11:13.894 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:11:13.894 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:11:13.894 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:11:13.894 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:11:13.938 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:11:13.939 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:11:13.939 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:11:13.939 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:11:13.939 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:11:13.939 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:11:13.939 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:11:13.939 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:11:13.940 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:11:13.940 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:11:13.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:11:13.940 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:11:13.940 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:11:14.440 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:11:14.440 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:11:14.940 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:11:14.941 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:11:14.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:11:14.941 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:11:14.941 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:11:14.941 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:11:14.941 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:11:14.941 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 08:11:14.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:11:14.942 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:11:14.942 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:11:14.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:11:14.942 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:11:14.942 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:11:14.942 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 08:11:14.942 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 08:11:14.942 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 08:11:14.942 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 08:11:14.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:11:14.942 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 08:11:14.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:11:14.942 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 08:11:14.943 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 08:11:14.943 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 08:11:14.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:11:14.943 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 08:11:14.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:11:14.943 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 08:11:14.943 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 08:11:14.943 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 08:11:14.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:11:14.943 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 08:11:14.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:11:14.943 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 08:11:14.943 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:11:14.943 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:11:14.943 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:11:14.949 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:11:14.950 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 08:11:14.950 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:11:14.950 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:11:14.950 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:11:14.958 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:11:14.958 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 08:11:14.958 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 08:11:15.047 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 08:11:15.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:11:15.047 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 08:11:15.047 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 08:11:15.047 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 08:11:15.047 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 08:11:15.047 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:11:15.047 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:11:15.047 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:11:15.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:11:15.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@3e5c5f76 is found... 08:11:15.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@3e5c5f76 is found finished successfully 08:11:15.053 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.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:11:15.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:11:15.053 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:11:15.055 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:11:15.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:11:15.055 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:11:15.063 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:11:15.063 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 08:11:15.063 INFO [WorkbenchTestable][TextEditor] Set text to editor 08:11:15.085 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:11:15.085 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-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:11:15.085 INFO [WorkbenchTestable][AbstractEditor] Save editor 08:11:15.085 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 08:11:15.085 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:11:15.085 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:11:15.085 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:11:15.085 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:11:15.086 DEBUG [main][MenuItemLookup] Found menu:'File' 08:11:15.086 DEBUG [main][MenuItemLookup] Item match:File 08:11:15.086 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 08:11:15.086 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 08:11:15.086 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 08:11:15.086 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 08:11:15.086 DEBUG [main][MenuItemLookup] Found menu:'' 08:11:15.086 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 08:11:15.086 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 08:11:15.086 DEBUG [main][MenuItemLookup] Found menu:'' 08:11:15.086 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 08:11:15.086 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 08:11:15.087 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 08:11:15.087 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 08:11:15.087 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 08:11:15.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 08:11:15.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 08:11:15.131 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:11:15.131 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-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:11:15.131 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 08:11:15.132 DEBUG [main][EditorHandler] 2 editor(s) found 08:11:15.132 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass1+.java 08:11:15.168 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass1+.java is closed 08:11:15.168 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 08:11:15.249 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 08:11:15.249 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 08:11:15.249 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:11:15.249 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:11:15.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:11:15.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:11:15.249 INFO [WorkbenchTestable][RequirementsRunner] Finished test: openFileWithRegexInName no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 08:11:15.250 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:11:15.250 INFO [WorkbenchTestable][RequirementsRunner] Started test: getFoldedTextTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 08:11:15.250 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 08:11:15.250 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:11:15.250 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:11:15.250 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:11:15.250 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:11:15.250 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:11:15.250 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 08:11:15.250 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:11:15.251 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:11:15.251 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:11:15.251 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:11:15.251 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:11:15.252 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:11:15.252 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 08:11:15.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:11:15.252 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:11:15.252 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:11:15.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:11:15.252 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:11:15.252 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:11:15.252 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:11:15.253 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:11:15.253 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:11:15.253 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:11:15.253 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:11:15.254 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:11:15.254 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:11:15.254 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:11:15.254 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:11:15.254 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:11:15.255 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:11:15.255 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:11:15.255 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:11:15.255 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:11:15.255 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:11:15.255 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:11:15.755 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:11:15.755 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:11:16.255 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:11:16.256 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:11:16.256 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:11:16.256 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:11:16.256 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:11:16.256 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:11:16.256 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:11:16.257 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 08:11:16.257 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:11:16.257 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:11:16.257 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:11:16.257 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:11:16.257 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:11:16.257 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:11:16.257 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 08:11:16.257 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 08:11:16.257 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 08:11:16.257 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 08:11:16.257 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:11:16.257 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 08:11:16.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:11:16.258 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 08:11:16.258 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 08:11:16.258 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 08:11:16.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:11:16.258 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 08:11:16.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:11:16.258 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 08:11:16.258 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 08:11:16.258 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 08:11:16.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:11:16.258 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 08:11:16.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:11:16.258 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 08:11:16.258 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:11:16.258 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:11:16.258 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:11:16.266 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:11:16.266 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 08:11:16.266 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:11:16.266 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:11:16.267 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:11:16.270 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:11:16.270 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 08:11:16.271 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 08:11:16.375 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 08:11:16.375 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:11:16.375 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 08:11:16.375 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 08:11:16.375 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 08:11:16.375 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 08:11:16.375 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:11:16.375 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:11:16.375 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:11:16.375 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:11:16.375 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@55a8795a is found... 08:11:16.380 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@55a8795a is found finished successfully 08:11:16.380 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.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:11:16.380 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:11:16.380 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:11:16.382 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:11:16.382 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:11:16.382 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:11:16.382 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:11:16.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:11:16.382 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777218 08:11:16.382 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777218 08:11:16.582 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777218 08:11:16.785 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777218 08:11:16.785 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777218 08:11:16.985 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777218 08:11:17.188 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777218 08:11:17.188 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777218 08:11:17.388 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777218 08:11:17.590 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777218 08:11:17.590 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777218 08:11:17.791 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777218 08:11:17.993 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 08:11:17.993 INFO [WorkbenchTestable][Keyboard] As char:, as int:262144 08:11:18.193 INFO [WorkbenchTestable][Keyboard] As char:-, as int:16777261 08:11:19.195 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:11:19.196 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:11:19.196 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 08:11:19.196 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:11:19.196 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:11:19.196 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 08:11:19.197 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:11:19.197 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:11:19.197 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:11: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 '\*?\QProject Explorer\E') 08:11:19.197 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:11:19.197 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:11:19.211 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:11:19.211 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:11:19.211 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:11:19.211 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:11:19.211 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:11:19.238 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:11:19.238 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:11:19.238 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:11:19.238 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:11:19.238 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:11:19.238 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:11:19.239 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:11:19.239 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:11:19.239 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:11:19.239 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:11:19.239 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:11:19.239 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:11:19.239 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:11:19.739 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:11:19.740 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:11:20.240 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:11:20.240 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:11:20.240 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:11:20.240 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:11:20.240 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:11:20.241 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:11:20.241 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:11:20.241 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 08:11:20.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:11:20.241 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:11:20.241 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:11:20.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:11:20.241 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:11:20.241 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:11:20.242 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 08:11:20.242 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 08:11:20.242 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 08:11:20.242 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 08:11:20.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:11:20.242 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 08:11:20.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:11:20.242 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 08:11:20.242 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 08:11:20.242 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 08:11:20.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:11:20.243 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 08:11:20.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:11:20.243 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 08:11:20.243 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 08:11:20.243 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 08:11:20.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:11:20.243 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 08:11:20.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:11:20.243 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 08:11:20.243 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:11:20.243 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:11:20.243 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:11:20.250 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:11:20.251 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 08:11:20.251 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:11:20.251 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:11:20.251 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:11:20.256 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:11:20.256 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 08:11:20.256 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 08:11:20.287 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 08:11:20.287 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:11:20.287 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 08:11:20.287 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 08:11:20.287 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 08:11:20.287 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:11:20.287 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:11:20.287 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:11:20.287 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:11:20.287 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@5b07ea6b is found... 08:11:20.288 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@5b07ea6b is found finished successfully 08:11:20.289 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.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:11:20.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:11:20.289 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:11:20.290 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:11:20.290 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:11:20.290 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:11:20.291 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:11:20.291 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:11:20.291 INFO [WorkbenchTestable][TextEditor] Set text to editor 08:11:20.308 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:11:20.308 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-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:11:20.308 INFO [WorkbenchTestable][AbstractEditor] Save editor 08:11:20.308 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 08:11:20.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:11:20.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:11:20.309 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:11:20.309 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:11:20.309 DEBUG [main][MenuItemLookup] Found menu:'File' 08:11:20.309 DEBUG [main][MenuItemLookup] Item match:File 08:11:20.310 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 08:11:20.310 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 08:11:20.310 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 08:11:20.310 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 08:11:20.310 DEBUG [main][MenuItemLookup] Found menu:'' 08:11:20.310 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 08:11:20.310 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 08:11:20.310 DEBUG [main][MenuItemLookup] Found menu:'' 08:11:20.310 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 08:11:20.310 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 08:11:20.310 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 08:11:20.310 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 08:11:20.310 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 08:11:20.348 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 08:11:20.348 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 08:11:20.349 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:11:20.349 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-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:11:20.349 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 08:11:20.349 DEBUG [main][EditorHandler] 1 editor(s) found 08:11:20.349 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 08:11:20.433 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 08:11:20.433 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 08:11:20.433 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:11:20.433 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:11:20.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:11:20.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:11:20.434 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getFoldedTextTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 08:11:20.434 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:11:20.434 INFO [WorkbenchTestable][RequirementsRunner] Started test: getLineOfText no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 08:11:20.434 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 08:11:20.434 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:11:20.434 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:11:20.434 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:11:20.434 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:11:20.435 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:11:20.435 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 08:11:20.435 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:11:20.435 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:11:20.435 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:11:20.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:11:20.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:11:20.436 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:11:20.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 '\*?\QProject Explorer\E') 08:11:20.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:11:20.436 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:11:20.436 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:11:20.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:11:20.436 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:11:20.436 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:11:20.436 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:11:20.437 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:11:20.437 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:11:20.437 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:11:20.437 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:11:20.438 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:11:20.438 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:11:20.438 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:11:20.438 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:11:20.439 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:11:20.439 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:11:20.439 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:11:20.439 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:11:20.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:11:20.439 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:11:20.451 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:11:20.951 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:11:20.952 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:11:21.452 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:11:21.452 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:11:21.452 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:11:21.452 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:11:21.452 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:11:21.453 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:11:21.453 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:11:21.453 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 08:11:21.453 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:11:21.453 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:11:21.453 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:11:21.453 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:11:21.453 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:11:21.453 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:11:21.454 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 08:11:21.454 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 08:11:21.454 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 08:11:21.454 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 08:11:21.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:11:21.454 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 08:11:21.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:11:21.454 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 08:11:21.454 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 08:11:21.454 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 08:11:21.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:11:21.454 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 08:11:21.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:11:21.454 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 08:11:21.454 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 08:11:21.455 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 08:11:21.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:11:21.455 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 08:11:21.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:11:21.455 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 08:11:21.455 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:11:21.455 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:11:21.455 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:11:21.461 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:11:21.461 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 08:11:21.461 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:11:21.461 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:11:21.461 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:11:21.465 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:11:21.465 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 08:11:21.465 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 08:11:21.572 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 08:11:21.572 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:11:21.572 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 08:11:21.572 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 08:11:21.572 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 08:11:21.572 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 08:11:21.572 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:11:21.572 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:11:21.572 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:11:21.572 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:11:21.572 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@480598af is found... 08:11:21.578 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@480598af is found finished successfully 08:11:21.578 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 08:11:21.578 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:11:21.578 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:11:21.579 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:11:21.579 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:11:21.579 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:11:21.579 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:11:21.580 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:11:21.580 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:11:21.580 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:11:21.580 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 08:11:21.580 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:11:21.581 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:11:21.581 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 08:11:21.581 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:11:21.596 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:11:21.597 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:11:21.597 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 08:11:21.597 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:11:21.597 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:11:21.597 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:11:21.597 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:11:21.597 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:11:21.597 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:11:21.597 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:11:21.623 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:11:21.623 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:11:21.623 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:11:21.623 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:11:21.624 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:11:21.624 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:11:21.624 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:11:21.624 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:11:21.624 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:11:21.624 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:11:21.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:11:21.624 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:11:21.624 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:11:22.124 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:11:22.125 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:11:22.625 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:11:22.625 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:11:22.625 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:11:22.625 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:11:22.625 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:11:22.626 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:11:22.626 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:11:22.626 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 08:11:22.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:11:22.626 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:11:22.626 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:11:22.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:11:22.626 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:11:22.626 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:11:22.626 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 08:11:22.627 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 08:11:22.627 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 08:11:22.627 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 08:11:22.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:11:22.627 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 08:11:22.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:11:22.627 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 08:11:22.627 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 08:11:22.627 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 08:11:22.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:11:22.627 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 08:11:22.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:11:22.627 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 08:11:22.627 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 08:11:22.627 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 08:11:22.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:11:22.627 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 08:11:22.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:11:22.628 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 08:11:22.628 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:11:22.628 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:11:22.628 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:11:22.635 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:11:22.635 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 08:11:22.635 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:11:22.635 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:11:22.636 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:11:22.640 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:11:22.640 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 08:11:22.640 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 08:11:22.671 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 08:11:22.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:11:22.672 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 08:11:22.672 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 08:11:22.672 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 08:11:22.672 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:11:22.672 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:11:22.672 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:11:22.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:11:22.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@147ec936 is found... 08:11:22.673 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@147ec936 is found finished successfully 08:11:22.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:11:22.673 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:11:22.673 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:11:22.674 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:11:22.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:11:22.675 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:11:22.675 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:11:22.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:11:22.675 INFO [WorkbenchTestable][TextEditor] Set text to editor 08:11:22.690 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:11:22.691 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-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:11:22.691 INFO [WorkbenchTestable][AbstractEditor] Save editor 08:11:22.691 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 08:11:22.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:11:22.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:11:22.691 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:11:22.691 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:11:22.691 DEBUG [main][MenuItemLookup] Found menu:'File' 08:11:22.691 DEBUG [main][MenuItemLookup] Item match:File 08:11:22.692 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 08:11:22.692 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 08:11:22.692 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 08:11:22.692 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 08:11:22.692 DEBUG [main][MenuItemLookup] Found menu:'' 08:11:22.692 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 08:11:22.692 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 08:11:22.692 DEBUG [main][MenuItemLookup] Found menu:'' 08:11:22.692 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 08:11:22.692 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 08:11:22.692 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 08:11:22.692 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 08:11:22.692 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 08:11:22.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 08:11:22.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 08:11:22.750 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:11:22.750 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-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:11:22.750 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 08:11:22.750 DEBUG [main][EditorHandler] 1 editor(s) found 08:11:22.750 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 08:11:22.840 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 08:11:22.840 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 08:11:22.840 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:11:22.840 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:11:22.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:11:22.841 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:11:22.841 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getLineOfText no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 08:11:22.841 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:11:22.841 INFO [WorkbenchTestable][RequirementsRunner] Started test: getContextMenuTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 08:11:22.841 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 08:11:22.841 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:11:22.841 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:11:22.841 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:11:22.841 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:11:22.843 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:11:22.843 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 08:11:22.843 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:11:22.843 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:11:22.843 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:11:22.844 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:11:22.844 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:11:22.844 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:11:22.844 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.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:11:22.844 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:11:22.844 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:11:22.845 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:11:22.845 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:11:22.845 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:11:22.845 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:11:22.845 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:11:22.845 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:11:22.845 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:11:22.845 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:11:22.845 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:11:22.847 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:11:22.847 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:11:22.847 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:11:22.847 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:11:22.847 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:11:22.847 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:11:22.848 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:11:22.848 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:11:22.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:11:22.848 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:11:22.848 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:11:23.348 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:11:23.348 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:11:23.849 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:11:23.849 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:11:23.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:11:23.849 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:11:23.849 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:11:23.850 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:11:23.850 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:11:23.850 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 08:11:23.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:11:23.850 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:11:23.850 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:11:23.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:11:23.850 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:11:23.850 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:11:23.850 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 08:11:23.850 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 08:11:23.851 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 08:11:23.851 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 08:11:23.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:11:23.851 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 08:11:23.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:11:23.851 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 08:11:23.851 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 08:11:23.851 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 08:11:23.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:11:23.851 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 08:11:23.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:11:23.851 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 08:11:23.851 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 08:11:23.851 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 08:11:23.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:11:23.851 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 08:11:23.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:11:23.851 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 08:11:23.851 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:11:23.851 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:11:23.852 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:11:23.859 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:11:23.859 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 08:11:23.859 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:11:23.859 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:11:23.860 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:11:23.864 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:11:23.864 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 08:11:23.864 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 08:11:23.976 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 08:11:23.976 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:11:23.977 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 08:11:23.977 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 08:11:23.977 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 08:11:23.977 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 08:11:23.977 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:11:23.977 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:11:23.977 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:11:23.977 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:11:23.977 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@28a004a is found... 08:11:23.991 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@28a004a is found finished successfully 08:11:23.991 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.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:11:23.991 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:11:23.991 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:11:23.993 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:11:23.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:11:23.993 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:11:23.993 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:11:23.993 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:11:23.995 TRACE [WorkbenchTestable][WidgetHandler] Notify StyledText with event 35 08:11:23.995 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:11:24.071 DEBUG [main][MenuItemLookup] Found menu:'Undo Ctrl+Z' 08:11:24.071 DEBUG [main][MenuItemLookup] Found menu:'Revert File' 08:11:24.071 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 08:11:24.071 DEBUG [main][MenuItemLookup] Found menu:'' 08:11:24.071 DEBUG [main][MenuItemLookup] Found menu:'Open Declaration F3' 08:11:24.071 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 08:11:24.071 DEBUG [main][MenuItemLookup] Found menu:'Open Call Hierarchy Ctrl+Alt+H' 08:11:24.071 DEBUG [main][MenuItemLookup] Found menu:'Show in Breadcrumb Shift+Alt+B' 08:11:24.071 DEBUG [main][MenuItemLookup] Found menu:'Quick Outline Ctrl+O' 08:11:24.071 DEBUG [main][MenuItemLookup] Found menu:'Quick Type Hierarchy Ctrl+T' 08:11:24.071 DEBUG [main][MenuItemLookup] Found menu:'Open With' 08:11:24.071 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 08:11:24.071 DEBUG [main][MenuItemLookup] Found menu:'' 08:11:24.071 DEBUG [main][MenuItemLookup] Found menu:'Cut Ctrl+X' 08:11:24.071 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 08:11:24.071 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 08:11:24.071 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 08:11:24.071 DEBUG [main][MenuItemLookup] Found menu:'Raw Paste' 08:11:24.071 DEBUG [main][MenuItemLookup] Found menu:'' 08:11:24.071 DEBUG [main][MenuItemLookup] Found menu:'Quick Fix Ctrl+1' 08:11:24.071 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 08:11:24.071 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 08:11:24.071 DEBUG [main][MenuItemLookup] Found menu:'Local History' 08:11:24.071 DEBUG [main][MenuItemLookup] Found menu:'' 08:11:24.071 DEBUG [main][MenuItemLookup] Found menu:'References' 08:11:24.071 DEBUG [main][MenuItemLookup] Found menu:'Declarations' 08:11:24.071 DEBUG [main][MenuItemLookup] Found menu:'' 08:11:24.071 DEBUG [main][MenuItemLookup] Found menu:'Run As' 08:11:24.071 DEBUG [main][MenuItemLookup] Found menu:'Debug As' 08:11:24.071 DEBUG [main][MenuItemLookup] Found menu:'Team' 08:11:24.071 DEBUG [main][MenuItemLookup] Found menu:'Compare With' 08:11:24.071 DEBUG [main][MenuItemLookup] Found menu:'Replace With' 08:11:24.071 DEBUG [main][MenuItemLookup] Found menu:'' 08:11:24.071 DEBUG [main][MenuItemLookup] Found menu:'Preferences...' 08:11:24.071 DEBUG [main][MenuItemLookup] Item match:Preferences... 08:11:24.071 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:11:24.072 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:11:24.072 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 08:11:24.072 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:11:24.072 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:11:24.072 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 08:11:24.073 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:11:24.073 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:11:24.073 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:11:24.073 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.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:11:24.073 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:11:24.073 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:11:24.073 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:11:24.073 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:11:24.073 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:11:24.074 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:11:24.074 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:11:24.105 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:11:24.105 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:11:24.106 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:11:24.106 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:11:24.106 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:11:24.106 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:11:24.106 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:11:24.106 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:11:24.107 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:11:24.107 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:11:24.107 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:11:24.107 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:11:24.107 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:11:24.607 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:11:24.607 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:11:25.107 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:11:25.107 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:11:25.608 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:11:25.608 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:11:25.608 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:11:25.608 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:11:25.608 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:11:25.609 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:11:25.609 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:11:25.609 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with 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:11:25.609 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:11:25.609 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:11:25.609 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:11:25.609 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:11:25.609 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:11:25.609 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:11:25.609 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 08:11:25.610 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 08:11:25.610 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 08:11:25.610 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 08:11:25.610 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:11:25.610 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 08:11:25.610 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:11:25.610 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 08:11:25.610 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 08:11:25.610 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 08:11:25.610 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:11:25.610 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 08:11:25.610 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:11:25.610 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 08:11:25.610 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 08:11:25.610 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 08:11:25.610 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:11:25.610 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 08:11:25.610 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:11:25.611 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 08:11:25.611 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:11:25.611 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:11:25.611 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:11:25.618 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:11:25.618 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 08:11:25.618 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:11:25.618 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:11:25.618 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:11:25.622 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:11:25.622 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 08:11:25.622 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 08:11:25.653 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 08:11:25.653 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:11:25.654 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 08:11:25.654 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 08:11:25.654 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 08:11:25.654 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:11:25.654 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:11:25.654 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:11:25.654 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:11:25.654 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@72ac0354 is found... 08:11:25.655 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@72ac0354 is found finished successfully 08:11:25.655 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.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:11:25.655 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:11:25.655 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:11:25.657 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:11:25.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:11:25.657 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:11:25.657 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:11:25.657 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:11:25.657 INFO [WorkbenchTestable][TextEditor] Set text to editor 08:11:25.673 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:11:25.673 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-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:11:25.673 INFO [WorkbenchTestable][AbstractEditor] Save editor 08:11:25.673 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 08:11:25.674 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:11:25.674 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:11:25.674 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:11:25.674 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:11:25.674 DEBUG [main][MenuItemLookup] Found menu:'File' 08:11:25.674 DEBUG [main][MenuItemLookup] Item match:File 08:11:25.675 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 08:11:25.675 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 08:11:25.675 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 08:11:25.675 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 08:11:25.675 DEBUG [main][MenuItemLookup] Found menu:'' 08:11:25.675 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 08:11:25.675 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 08:11:25.675 DEBUG [main][MenuItemLookup] Found menu:'' 08:11:25.675 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 08:11:25.675 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 08:11:25.675 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 08:11:25.675 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 08:11:25.675 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 08:11:25.703 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 08:11:25.703 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 08:11:25.704 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:11:25.704 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-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:11:25.704 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 08:11:25.704 DEBUG [main][EditorHandler] 1 editor(s) found 08:11:25.704 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 08:11:25.826 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 08:11:25.826 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 08:11:25.826 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:11:25.826 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:11:25.826 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:11:25.826 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:11:25.826 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getContextMenuTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 08:11:25.826 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:11:25.827 INFO [WorkbenchTestable][RequirementsRunner] Started test: closeContentAssistUsingCloseAllShells no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 08:11:25.827 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 08:11:25.827 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:11:25.827 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:11:25.827 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:11:25.827 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:11:25.828 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:11:25.828 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 08:11:25.828 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:11:25.828 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:11:25.828 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:11:25.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:11:25.842 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:11:25.842 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:11:25.842 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.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:11:25.842 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:11:25.842 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:11:25.843 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:11:25.843 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:11:25.843 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:11:25.843 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:11:25.843 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:11:25.844 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:11:25.844 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:11:25.844 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:11:25.844 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:11:25.845 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:11:25.845 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:11:25.846 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:11:25.846 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:11:25.859 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:11:25.859 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:11:25.859 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:11:25.859 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:11:25.859 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:11:25.860 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:11:25.860 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:11:26.360 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:11:26.360 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:11:26.860 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:11:26.860 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:11:26.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:11:26.861 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:11:26.861 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:11:26.861 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:11:26.861 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:11:26.861 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with 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:11:26.861 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:11:26.861 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:11:26.862 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:11:26.862 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:11:26.862 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:11:26.862 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:11:26.862 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 08:11:26.862 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 08:11:26.863 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 08:11:26.863 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 08:11:26.863 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:11:26.863 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 08:11:26.863 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:11:26.863 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 08:11:26.863 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 08:11:26.863 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 08:11:26.863 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:11:26.863 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 08:11:26.863 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:11:26.863 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 08:11:26.863 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 08:11:26.863 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 08:11:26.863 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:11:26.863 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 08:11:26.863 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:11:26.863 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 08:11:26.863 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:11:26.863 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:11:26.863 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:11:26.869 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:11:26.870 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 08:11:26.870 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:11:26.870 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:11:26.870 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:11:26.874 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:11:26.874 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 08:11:26.875 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 08:11:26.983 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 08:11:26.983 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:11:26.983 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 08:11:26.983 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 08:11:26.983 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 08:11:26.983 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 08:11:26.983 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:11:26.983 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:11:26.983 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:11:26.983 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:11:26.983 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@32881 is found... 08:11:26.988 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@32881 is found finished successfully 08:11:26.988 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.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:11:26.988 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:11:26.988 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:11:26.990 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:11:26.990 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:11:26.990 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:11:26.990 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:11:26.990 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:11:26.990 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:11:26.990 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:11:26.990 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:11:26.990 DEBUG [main][MenuItemLookup] Found menu:'File' 08:11:26.990 DEBUG [main][MenuItemLookup] Found menu:'Edit' 08:11:26.990 DEBUG [main][MenuItemLookup] Item match:Edit 08:11:26.991 DEBUG [main][MenuItemLookup] Found menu:'Undo Ctrl+Z' 08:11:26.991 DEBUG [main][MenuItemLookup] Found menu:'Redo Shift+Ctrl+Z' 08:11:26.991 DEBUG [main][MenuItemLookup] Found menu:'' 08:11:26.991 DEBUG [main][MenuItemLookup] Found menu:'Cut Ctrl+X' 08:11:26.991 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 08:11:26.991 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 08:11:26.991 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 08:11:26.991 DEBUG [main][MenuItemLookup] Found menu:'Raw Paste' 08:11:26.991 DEBUG [main][MenuItemLookup] Found menu:'' 08:11:26.991 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 08:11:26.991 DEBUG [main][MenuItemLookup] Found menu:'Select All Ctrl+A' 08:11:26.991 DEBUG [main][MenuItemLookup] Found menu:'Expand Selection To' 08:11:26.991 DEBUG [main][MenuItemLookup] Found menu:'Toggle Block Selection Shift+Alt+A' 08:11:26.991 DEBUG [main][MenuItemLookup] Found menu:'To multi-selection' 08:11:26.991 DEBUG [main][MenuItemLookup] Found menu:'' 08:11:26.991 DEBUG [main][MenuItemLookup] Found menu:'Find/Replace... Ctrl+F' 08:11:26.991 DEBUG [main][MenuItemLookup] Found menu:'Find Next Ctrl+K' 08:11:26.991 DEBUG [main][MenuItemLookup] Found menu:'Find Previous Shift+Ctrl+K' 08:11:26.991 DEBUG [main][MenuItemLookup] Found menu:'Incremental Find Next Ctrl+J' 08:11:26.991 DEBUG [main][MenuItemLookup] Found menu:'Incremental Find Previous Shift+Ctrl+J' 08:11:26.991 DEBUG [main][MenuItemLookup] Found menu:'' 08:11:26.991 DEBUG [main][MenuItemLookup] Found menu:'Add Bookmark...' 08:11:26.991 DEBUG [main][MenuItemLookup] Found menu:'Add Task...' 08:11:26.991 DEBUG [main][MenuItemLookup] Found menu:'' 08:11:26.991 DEBUG [main][MenuItemLookup] Found menu:'Smart Insert Mode Shift+Ctrl+Insert' 08:11:26.991 DEBUG [main][MenuItemLookup] Found menu:'' 08:11:26.991 DEBUG [main][MenuItemLookup] Found menu:'Show Tooltip Description F2' 08:11:26.991 DEBUG [main][MenuItemLookup] Found menu:'' 08:11:26.991 DEBUG [main][MenuItemLookup] Found menu:'Content Assist' 08:11:26.991 DEBUG [main][MenuItemLookup] Item match:Content Assist 08:11:27.000 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:11:27.000 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:11:27.001 INFO [WorkbenchTestable][AbstractEditor] Open editor's Default content assistant 08:11:27.001 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 08:11:28.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:11:28.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:11:28.001 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:11:28.001 DEBUG [main][MenuItemLookup] Found menu:'File' 08:11:28.001 DEBUG [main][MenuItemLookup] Found menu:'Edit' 08:11:28.001 DEBUG [main][MenuItemLookup] Item match:Edit 08:11:28.002 DEBUG [main][MenuItemLookup] Found menu:'Undo Ctrl+Z' 08:11:28.003 DEBUG [main][MenuItemLookup] Found menu:'Redo Shift+Ctrl+Z' 08:11:28.003 DEBUG [main][MenuItemLookup] Found menu:'' 08:11:28.003 DEBUG [main][MenuItemLookup] Found menu:'Cut Ctrl+X' 08:11:28.003 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 08:11:28.003 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 08:11:28.003 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 08:11:28.003 DEBUG [main][MenuItemLookup] Found menu:'Raw Paste' 08:11:28.003 DEBUG [main][MenuItemLookup] Found menu:'' 08:11:28.003 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 08:11:28.003 DEBUG [main][MenuItemLookup] Found menu:'Select All Ctrl+A' 08:11:28.003 DEBUG [main][MenuItemLookup] Found menu:'Expand Selection To' 08:11:28.003 DEBUG [main][MenuItemLookup] Found menu:'Toggle Block Selection Shift+Alt+A' 08:11:28.003 DEBUG [main][MenuItemLookup] Found menu:'To multi-selection' 08:11:28.003 DEBUG [main][MenuItemLookup] Found menu:'' 08:11:28.003 DEBUG [main][MenuItemLookup] Found menu:'Find/Replace... Ctrl+F' 08:11:28.003 DEBUG [main][MenuItemLookup] Found menu:'Find Next Ctrl+K' 08:11:28.003 DEBUG [main][MenuItemLookup] Found menu:'Find Previous Shift+Ctrl+K' 08:11:28.003 DEBUG [main][MenuItemLookup] Found menu:'Incremental Find Next Ctrl+J' 08:11:28.003 DEBUG [main][MenuItemLookup] Found menu:'Incremental Find Previous Shift+Ctrl+J' 08:11:28.003 DEBUG [main][MenuItemLookup] Found menu:'' 08:11:28.003 DEBUG [main][MenuItemLookup] Found menu:'Add Bookmark...' 08:11:28.003 DEBUG [main][MenuItemLookup] Found menu:'Add Task...' 08:11:28.003 DEBUG [main][MenuItemLookup] Found menu:'' 08:11:28.003 DEBUG [main][MenuItemLookup] Found menu:'Smart Insert Mode Shift+Ctrl+Insert' 08:11:28.003 DEBUG [main][MenuItemLookup] Found menu:'' 08:11:28.003 DEBUG [main][MenuItemLookup] Found menu:'Show Tooltip Description F2' 08:11:28.003 DEBUG [main][MenuItemLookup] Found menu:'' 08:11:28.003 DEBUG [main][MenuItemLookup] Found menu:'Content Assist' 08:11:28.003 DEBUG [main][MenuItemLookup] Item match:Content Assist 08:11:28.004 DEBUG [main][MenuItemLookup] Found menu:'Default Ctrl+Space' 08:11:28.004 DEBUG [main][MenuItemLookup] Item match:Default Ctrl+Space 08:11:28.004 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Default Ctrl+Space" 08:11:28.004 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Default Ctrl+Space 08:11:28.004 INFO [main][MenuItemHandler] Select menu item: &Default Ctrl+Space 08:11:28.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting until ContentAssistant shell is opened... 08:11:28.027 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:11:28.027 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:11:28.034 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:11:28.034 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:11:28.035 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "" as the parent 08:11:28.035 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:11:28.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:11:28.035 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:11:28.035 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:11:28.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:11:28.035 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 08:11:28.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 08:11:28.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 08:11:28.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting until ContentAssistant shell is opened finished successfully 08:11:28.036 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell 08:11:28.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:11:28.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:11:28.036 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:11:28.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:11:28.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:11:28.036 INFO [WorkbenchTestable][WorkbenchShellHandler] Close shell 08:11:28.036 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell 08:11:28.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:11:28.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:11:28.037 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.swt.impl.shell.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:11:28.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:11:28.037 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:11:28.037 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:11:28.537 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:11:28.537 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:11:29.037 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:11:29.038 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:11:29.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:11:29.041 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was not found 08:11:29.041 TRACE [WorkbenchTestable][WidgetHandler] Notify Shell with event 21 08:11:29.041 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:11:29.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: ""] is available.... 08:11:29.556 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:11:29.556 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:11:29.557 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:11:29.557 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 08:11:29.557 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:11:29.558 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:11:29.558 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 08:11:29.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:11:29.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:11:29.558 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:11:29.558 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.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:11:29.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:11:29.558 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:11:29.559 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:11:29.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:11:29.559 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:11:29.559 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:11:29.559 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:11:29.571 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:11:29.571 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:11:29.572 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:11:29.572 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:11:29.572 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:11:29.572 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:11:29.572 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:11:29.572 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:11:29.573 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:11:29.593 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:11:29.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:11:29.593 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:11:29.594 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:11:30.094 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:11:30.094 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:11:30.594 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:11:30.594 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:11:30.595 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:11:30.595 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:11:30.595 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:11:30.595 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:11:30.595 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:11:30.596 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with 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:11:30.596 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:11:30.596 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:11:30.596 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:11:30.596 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:11:30.596 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:11:30.596 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:11:30.596 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 08:11:30.596 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 08:11:30.597 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 08:11:30.597 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 08:11:30.597 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:11:30.597 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 08:11:30.597 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:11:30.597 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 08:11:30.597 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 08:11:30.597 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 08:11:30.597 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:11:30.597 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 08:11:30.597 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:11:30.597 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 08:11:30.597 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 08:11:30.597 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 08:11:30.597 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:11:30.598 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 08:11:30.598 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:11:30.598 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 08:11:30.598 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:11:30.598 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:11:30.598 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:11:30.604 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:11:30.604 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 08:11:30.604 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:11:30.604 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:11:30.606 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:11:30.610 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:11:30.610 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 08:11:30.610 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 08:11:30.642 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 08:11:30.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:11:30.642 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 08:11:30.642 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 08:11:30.642 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 08:11:30.642 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:11:30.642 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:11:30.642 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:11:30.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:11:30.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@53b81972 is found... 08:11:30.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@53b81972 is found finished successfully 08:11:30.644 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.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:11:30.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:11:30.644 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:11:30.646 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:11:30.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:11:30.646 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:11:30.646 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:11:30.647 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:11:30.647 INFO [WorkbenchTestable][TextEditor] Set text to editor 08:11:30.662 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:11:30.662 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-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:11:30.663 INFO [WorkbenchTestable][AbstractEditor] Save editor 08:11:30.663 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 08:11:30.663 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:11:30.663 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:11:30.663 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:11:30.663 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:11:30.663 DEBUG [main][MenuItemLookup] Found menu:'File' 08:11:30.663 DEBUG [main][MenuItemLookup] Item match:File 08:11:30.664 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 08:11:30.664 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 08:11:30.664 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 08:11:30.664 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 08:11:30.664 DEBUG [main][MenuItemLookup] Found menu:'' 08:11:30.664 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 08:11:30.664 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 08:11:30.664 DEBUG [main][MenuItemLookup] Found menu:'' 08:11:30.664 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 08:11:30.664 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 08:11:30.664 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 08:11:30.664 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 08:11:30.664 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 08:11:30.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 08:11:30.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 08:11:30.694 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:11:30.694 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-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:11:30.694 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 08:11:30.694 DEBUG [main][EditorHandler] 1 editor(s) found 08:11:30.694 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 08:11:30.774 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 08:11:30.774 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 08:11:30.774 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:11:30.774 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:11:30.774 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:11:30.774 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:11:30.775 INFO [WorkbenchTestable][RequirementsRunner] Finished test: closeContentAssistUsingCloseAllShells no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 08:11:30.775 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:11:30.775 INFO [WorkbenchTestable][RequirementsRunner] Started test: quickFixAssist no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 08:11:30.775 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 08:11:30.776 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:11:30.776 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:11:30.776 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:11:30.776 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:11:30.777 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:11:30.777 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 08:11:30.777 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:11:30.777 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:11:30.778 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:11:30.778 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:11:30.778 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:11:30.778 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:11:30.778 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 08:11:30.778 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:11:30.778 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:11:30.779 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:11:30.779 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:11:30.779 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:11:30.779 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:11:30.779 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:11:30.780 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:11:30.780 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:11:30.780 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:11:30.780 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:11:30.781 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:11:30.781 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:11:30.782 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:11:30.782 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:11:30.782 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:11:30.782 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:11:30.783 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:11:30.783 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:11:30.783 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:11:30.783 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:11:30.783 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:11:31.283 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:11:31.283 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:11:31.784 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:11:31.784 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:11:31.784 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:11:31.784 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:11:31.784 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:11:31.784 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:11:31.785 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:11:31.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:11:31.785 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:11:31.785 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:11:31.785 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:11:31.785 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:11:31.785 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:11:31.785 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:11:31.785 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 08:11:31.785 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 08:11:31.786 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 08:11:31.786 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 08:11:31.786 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:11:31.786 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 08:11:31.786 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:11:31.786 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 08:11:31.786 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 08:11:31.786 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 08:11:31.786 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:11:31.786 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 08:11:31.786 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:11:31.786 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 08:11:31.786 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 08:11:31.786 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 08:11:31.786 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:11:31.786 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 08:11:31.786 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:11:31.786 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 08:11:31.786 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:11:31.786 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:11:31.786 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:11:31.794 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:11:31.795 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 08:11:31.795 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:11:31.795 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:11:31.795 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:11:31.800 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:11:31.800 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 08:11:31.800 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 08:11:31.921 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 08:11:31.921 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:11:31.921 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 08:11:31.921 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 08:11:31.921 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 08:11:31.921 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 08:11:31.921 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:11:31.921 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:11:31.921 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:11:31.921 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:11:31.921 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@67878d75 is found... 08:11:31.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@67878d75 is found finished successfully 08:11:31.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.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:11:31.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:11:31.937 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:11:31.938 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:11:31.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:11:31.938 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:11:31.939 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:11:31.939 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:11:31.939 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:11:31.955 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:11:31.955 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:11:31.956 INFO [WorkbenchTestable][AbstractEditor] Open editor's quick fix assistant 08:11:31.956 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 08:11:32.956 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 08:11:32.956 INFO [WorkbenchTestable][Keyboard] As char:, as int:262144 08:11:33.157 INFO [WorkbenchTestable][Keyboard] As char:1, as int:49 08:11:34.158 DEBUG [WorkbenchTestable][AbstractWait] Waiting until ContentAssistant shell is opened... 08:11:34.158 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:11:34.159 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:11:34.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:11:34.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:11:34.169 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "" as the parent 08:11:34.169 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:11:34.169 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:11:34.169 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:11:34.169 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:11:34.669 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:11:34.669 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:11:35.169 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:11:35.170 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:11:35.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:11:35.170 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was not found 08:11:35.170 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:11:35.170 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:11:35.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:11:35.175 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:11:35.176 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "" as the parent 08:11:35.176 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:11:35.176 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:11:35.176 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:11:35.176 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:11:35.176 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:11:35.176 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 08:11:35.176 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 08:11:35.176 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 08:11:35.177 DEBUG [WorkbenchTestable][AbstractWait] Waiting until ContentAssistant shell is opened finished successfully 08:11:35.177 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell 08:11:35.177 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:11:35.177 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:11:35.177 DEBUG [WorkbenchTestable][ContentAssistant] Getting content assist proposals 08:11:35.177 DEBUG [WorkbenchTestable][ContentAssistant] Content assist proposals: 08:11:35.177 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 08:11:35.177 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 08:11:35.177 DEBUG [WorkbenchTestable][ContentAssistant] Rename in file (Ctrl+2 R) 08:11:35.177 DEBUG [WorkbenchTestable][ContentAssistant] Rename in workspace (Shift+Alt+R) 08:11:35.177 DEBUG [WorkbenchTestable][ContentAssistant] Create new JUnit test case for 'JavaClass.java' 08:11:35.177 DEBUG [WorkbenchTestable][ContentAssistant] Getting content assist proposals 08:11:35.177 DEBUG [WorkbenchTestable][ContentAssistant] Content assist proposals: 08:11:35.177 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 08:11:35.177 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 08:11:35.177 DEBUG [WorkbenchTestable][ContentAssistant] Rename in file (Ctrl+2 R) 08:11:35.177 DEBUG [WorkbenchTestable][ContentAssistant] Rename in workspace (Shift+Alt+R) 08:11:35.177 DEBUG [WorkbenchTestable][ContentAssistant] Create new JUnit test case for 'JavaClass.java' 08:11:35.177 INFO [WorkbenchTestable][AbstractShell] Close shell 08:11:35.177 INFO [WorkbenchTestable][ShellHandler] Closing shell '' 08:11:35.184 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 08:11:35.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 08:11:35.201 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:11:35.202 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:11:35.202 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 08:11:35.202 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:11:35.203 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:11:35.203 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 08:11:35.203 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:11:35.203 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:11:35.203 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:11:35.203 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.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:11:35.203 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:11:35.203 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:11:35.204 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:11:35.204 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:11:35.204 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:11:35.216 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:11:35.216 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:11:35.242 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:11:35.242 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:11:35.242 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:11:35.242 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:11:35.243 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:11:35.243 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:11:35.243 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:11:35.243 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:11:35.243 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:11:35.243 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:11:35.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:11:35.243 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:11:35.243 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:11:35.744 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:11:35.744 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:11:36.244 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:11:36.245 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:11:36.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:11:36.245 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:11:36.245 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:11:36.245 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:11:36.245 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:11:36.245 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with 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:11:36.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:11:36.245 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:11:36.246 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:11:36.246 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:11:36.246 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:11:36.246 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:11:36.246 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 08:11:36.246 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 08:11:36.247 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 08:11:36.247 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 08:11:36.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:11:36.247 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 08:11:36.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:11:36.247 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 08:11:36.247 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 08:11:36.247 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 08:11:36.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:11:36.247 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 08:11:36.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:11:36.247 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 08:11:36.247 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 08:11:36.247 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 08:11:36.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:11:36.247 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 08:11:36.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:11:36.247 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 08:11:36.247 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:11:36.247 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:11:36.247 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:11:36.253 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:11:36.254 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 08:11:36.254 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:11:36.254 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:11:36.254 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:11:36.260 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:11:36.260 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 08:11:36.260 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 08:11:36.292 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 08:11:36.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:11:36.293 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 08:11:36.293 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 08:11:36.293 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 08:11:36.293 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:11:36.293 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:11:36.293 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:11:36.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:11:36.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@2882b597 is found... 08:11:36.294 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@2882b597 is found finished successfully 08:11:36.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:11:36.294 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:11:36.294 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:11:36.296 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:11:36.296 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:11:36.296 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:11:36.296 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:11:36.296 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:11:36.296 INFO [WorkbenchTestable][TextEditor] Set text to editor 08:11:36.315 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:11:36.315 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-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:11:36.315 INFO [WorkbenchTestable][AbstractEditor] Save editor 08:11:36.315 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 08:11:36.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:11:36.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:11:36.316 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:11:36.316 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:11:36.316 DEBUG [main][MenuItemLookup] Found menu:'File' 08:11:36.316 DEBUG [main][MenuItemLookup] Item match:File 08:11:36.317 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 08:11:36.317 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 08:11:36.317 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 08:11:36.317 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 08:11:36.317 DEBUG [main][MenuItemLookup] Found menu:'' 08:11:36.317 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 08:11:36.317 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 08:11:36.317 DEBUG [main][MenuItemLookup] Found menu:'' 08:11:36.317 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 08:11:36.317 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 08:11:36.317 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 08:11:36.317 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 08:11:36.317 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 08:11:36.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 08:11:36.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 08:11:36.345 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:11:36.345 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 08:11:36.345 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 08:11:36.345 DEBUG [main][EditorHandler] 1 editor(s) found 08:11:36.345 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 08:11:36.428 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 08:11:36.428 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 08:11:36.428 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:11:36.428 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:11:36.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:11:36.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:11:36.428 INFO [WorkbenchTestable][RequirementsRunner] Finished test: quickFixAssist no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 08:11:36.428 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:11:36.428 INFO [WorkbenchTestable][RequirementsRunner] Started test: getTextAtLineTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 08:11:36.428 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 08:11:36.428 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:11:36.428 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:11:36.428 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:11:36.429 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:11:36.429 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:11:36.429 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 08:11:36.429 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:11:36.430 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:11:36.430 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:11:36.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:11:36.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:11:36.431 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:11:36.431 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 08:11:36.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:11:36.431 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:11:36.432 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:11:36.432 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:11:36.432 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:11:36.432 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:11:36.432 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:11:36.432 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:11:36.432 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:11:36.433 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:11:36.433 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:11:36.435 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:11:36.435 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:11:36.435 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:11:36.448 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:11:36.448 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:11:36.448 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:11:36.449 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:11:36.449 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:11:36.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:11:36.449 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:11:36.449 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:11:36.949 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:11:36.950 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:11:37.450 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:11:37.450 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:11:37.450 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:11:37.450 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:11:37.450 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:11:37.451 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:11:37.451 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:11:37.451 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 08:11:37.451 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:11:37.451 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:11:37.451 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:11:37.451 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:11:37.451 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:11:37.451 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:11:37.452 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 08:11:37.452 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 08:11:37.452 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 08:11:37.452 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 08:11:37.452 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:11:37.452 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 08:11:37.452 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:11:37.452 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 08:11:37.452 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 08:11:37.452 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 08:11:37.452 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:11:37.452 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 08:11:37.452 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:11:37.452 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 08:11:37.453 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 08:11:37.453 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 08:11:37.453 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:11:37.453 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 08:11:37.453 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:11:37.453 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 08:11:37.453 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:11:37.453 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:11:37.453 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:11:37.459 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:11:37.459 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 08:11:37.459 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:11:37.459 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:11:37.460 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:11:37.464 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:11:37.464 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 08:11:37.464 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 08:11:37.574 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 08:11:37.574 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:11:37.574 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 08:11:37.574 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 08:11:37.574 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 08:11:37.574 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 08:11:37.574 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:11:37.574 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:11:37.574 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:11:37.574 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:11:37.574 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@733569d7 is found... 08:11:37.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@733569d7 is found finished successfully 08:11:37.588 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.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:11:37.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:11:37.588 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:11:37.590 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:11:37.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:11:37.590 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:11:37.590 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:11:37.590 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:11:37.590 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777218 08:11:37.590 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777218 08:11:37.790 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777218 08:11:37.994 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777218 08:11:37.994 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777218 08:11:38.194 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777218 08:11:38.398 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777218 08:11:38.398 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777218 08:11:38.598 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777218 08:11:38.801 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777218 08:11:38.801 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777218 08:11:39.001 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777218 08:11:39.204 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 08:11:39.204 INFO [WorkbenchTestable][Keyboard] As char:, as int:262144 08:11:39.404 INFO [WorkbenchTestable][Keyboard] As char:-, as int:16777261 08:11:40.407 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:11:40.407 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:11:40.407 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 08:11:40.407 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:11:40.408 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:11:40.408 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 08:11:40.408 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:11:40.408 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:11:40.408 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:11:40.408 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 08:11:40.408 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:11:40.408 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:11:40.409 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:11:40.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:11:40.409 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:11:40.409 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:11:40.409 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:11:40.421 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:11:40.421 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:11:40.421 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:11:40.421 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:11:40.421 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:11:40.421 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:11:40.422 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:11:40.422 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:11:40.422 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:11:40.422 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:11:40.422 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:11:40.422 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:11:40.422 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:11:40.922 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:11:40.923 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:11:41.423 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:11:41.423 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:11:41.423 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:11:41.423 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:11:41.423 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:11:41.424 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:11:41.424 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:11:41.424 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with 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:11:41.424 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:11:41.424 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:11:41.424 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:11:41.424 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:11:41.424 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:11:41.424 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:11:41.425 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 08:11:41.425 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 08:11:41.425 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 08:11:41.425 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 08:11:41.425 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:11:41.425 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 08:11:41.425 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:11:41.425 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 08:11:41.425 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 08:11:41.425 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 08:11:41.425 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:11:41.425 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 08:11:41.425 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:11:41.425 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 08:11:41.425 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 08:11:41.426 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 08:11:41.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:11:41.426 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 08:11:41.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:11:41.426 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 08:11:41.426 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:11:41.426 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:11:41.426 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:11:41.433 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:11:41.433 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 08:11:41.433 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:11:41.433 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:11:41.433 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:11:41.439 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:11:41.439 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 08:11:41.440 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 08:11:41.479 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 08:11:41.479 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:11:41.479 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 08:11:41.479 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 08:11:41.479 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 08:11:41.479 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:11:41.479 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:11:41.479 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:11:41.479 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:11:41.479 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@b95876f is found... 08:11:41.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@b95876f is found finished successfully 08:11:41.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:11:41.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:11:41.481 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:11:41.483 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:11:41.483 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:11:41.483 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:11:41.484 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:11:41.484 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:11:41.484 INFO [WorkbenchTestable][TextEditor] Set text to editor 08:11:41.506 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:11:41.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:11:41.506 INFO [WorkbenchTestable][AbstractEditor] Save editor 08:11:41.507 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 08:11:41.507 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:11:41.507 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:11:41.507 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:11:41.507 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:11:41.507 DEBUG [main][MenuItemLookup] Found menu:'File' 08:11:41.507 DEBUG [main][MenuItemLookup] Item match:File 08:11:41.508 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 08:11:41.508 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 08:11:41.508 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 08:11:41.508 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 08:11:41.508 DEBUG [main][MenuItemLookup] Found menu:'' 08:11:41.508 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 08:11:41.508 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 08:11:41.508 DEBUG [main][MenuItemLookup] Found menu:'' 08:11:41.508 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 08:11:41.508 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 08:11:41.508 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 08:11:41.508 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 08:11:41.508 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 08:11:41.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 08:11:41.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 08:11:41.545 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:11:41.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:11:41.545 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 08:11:41.545 DEBUG [main][EditorHandler] 1 editor(s) found 08:11:41.545 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 08:11:41.637 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 08:11:41.637 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 08:11:41.637 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:11:41.637 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:11:41.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:11:41.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:11:41.637 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getTextAtLineTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 08:11:41.637 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:11:41.637 INFO [WorkbenchTestable][RequirementsRunner] Started test: selectTextTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 08:11:41.637 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 08:11:41.637 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:11:41.637 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:11:41.637 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:11:41.637 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:11:41.638 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:11:41.638 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 08:11:41.638 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:11:41.639 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:11:41.639 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:11:41.640 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:11:41.640 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:11:41.640 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:11:41.640 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.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:11:41.640 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:11:41.640 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:11:41.662 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:11:41.662 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:11:41.662 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:11:41.662 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:11:41.662 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:11:41.663 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:11:41.663 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:11:41.663 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:11:41.663 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:11:41.665 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:11:41.665 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:11:41.665 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:11:41.665 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:11:41.665 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:11:41.665 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:11:41.666 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:11:41.666 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:11:41.666 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:11:41.666 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:11:41.666 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:11:42.166 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:11:42.167 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:11:42.667 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:11:42.667 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:11:42.667 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:11:42.667 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:11:42.667 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:11:42.668 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:11:42.668 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:11:42.668 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with 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:11:42.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:11:42.668 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:11:42.668 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:11:42.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:11:42.668 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:11:42.668 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:11:42.668 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 08:11:42.669 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 08:11:42.669 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 08:11:42.669 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 08:11:42.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:11:42.669 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 08:11:42.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:11:42.669 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 08:11:42.669 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 08:11:42.669 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 08:11:42.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:11:42.669 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 08:11:42.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:11:42.670 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 08:11:42.670 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 08:11:42.670 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 08:11:42.670 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:11:42.670 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 08:11:42.670 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:11:42.670 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 08:11:42.670 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:11:42.670 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:11:42.670 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:11:42.679 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:11:42.679 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 08:11:42.679 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:11:42.679 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:11:42.679 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:11:42.684 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:11:42.684 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 08:11:42.684 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 08:11:42.809 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 08:11:42.809 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:11:42.809 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 08:11:42.809 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 08:11:42.809 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 08:11:42.809 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 08:11:42.809 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:11:42.809 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:11:42.810 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:11:42.810 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:11:42.810 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@72d454ba is found... 08:11:42.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@72d454ba is found finished successfully 08:11:42.815 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.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:11:42.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:11:42.815 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:11:42.830 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:11:42.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:11:42.830 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:11:42.830 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:11:42.830 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:11:42.830 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777218 08:11:42.830 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777218 08:11:43.031 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777218 08:11:43.233 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777218 08:11:43.233 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777218 08:11:43.434 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777218 08:11:43.636 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777218 08:11:43.636 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777218 08:11:43.837 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777218 08:11:44.039 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777218 08:11:44.039 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777218 08:11:44.239 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777218 08:11:44.442 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 08:11:44.442 INFO [WorkbenchTestable][Keyboard] As char:, as int:262144 08:11:44.643 INFO [WorkbenchTestable][Keyboard] As char:-, as int:16777261 08:11:45.644 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:11:45.654 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:11:45.655 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:11:45.655 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 08:11:45.655 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:11:45.656 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:11:45.656 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 08:11:45.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:11:45.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:11:45.656 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:11:45.656 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 08:11:45.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:11:45.656 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:11:45.657 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:11:45.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:11:45.657 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:11:45.657 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:11:45.657 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:11:45.688 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:11:45.688 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:11:45.689 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:11:45.689 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:11:45.689 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:11:45.689 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:11:45.689 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:11:45.689 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:11:45.690 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:11:45.690 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:11:45.690 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:11:45.690 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:11:45.690 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:11:46.190 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:11:46.190 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:11:46.690 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:11:46.691 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:11:46.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:11:46.691 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:11:46.691 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:11:46.691 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:11:46.692 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:11:46.692 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with 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:11:46.692 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:11:46.692 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:11:46.692 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:11:46.692 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:11:46.692 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:11:46.692 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:11:46.692 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 08:11:46.692 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 08:11:46.693 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 08:11:46.693 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 08:11:46.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:11:46.693 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 08:11:46.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:11:46.693 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 08:11:46.693 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 08:11:46.693 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 08:11:46.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:11:46.693 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 08:11:46.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:11:46.693 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 08:11:46.693 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 08:11:46.693 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 08:11:46.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:11:46.693 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 08:11:46.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:11:46.693 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 08:11:46.693 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:11:46.693 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:11:46.694 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:11:46.701 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:11:46.701 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 08:11:46.701 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:11:46.701 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:11:46.701 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:11:46.706 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:11:46.706 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 08:11:46.706 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 08:11:46.738 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 08:11:46.738 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:11:46.738 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 08:11:46.738 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 08:11:46.738 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 08:11:46.738 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:11:46.738 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:11:46.738 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:11:46.738 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:11:46.738 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@5fb06dbd is found... 08:11:46.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@5fb06dbd is found finished successfully 08:11:46.740 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 08:11:46.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:11:46.740 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:11:46.743 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:11:46.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:11:46.743 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:11:46.743 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:11:46.743 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 08:11:46.743 INFO [WorkbenchTestable][TextEditor] Set text to editor 08:11:46.763 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:11:46.763 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-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:11:46.763 INFO [WorkbenchTestable][AbstractEditor] Save editor 08:11:46.764 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 08:11:46.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:11:46.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:11:46.764 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:11:46.764 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:11:46.764 DEBUG [main][MenuItemLookup] Found menu:'File' 08:11:46.764 DEBUG [main][MenuItemLookup] Item match:File 08:11:46.765 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 08:11:46.765 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 08:11:46.765 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 08:11:46.765 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 08:11:46.765 DEBUG [main][MenuItemLookup] Found menu:'' 08:11:46.765 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 08:11:46.765 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 08:11:46.765 DEBUG [main][MenuItemLookup] Found menu:'' 08:11:46.765 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 08:11:46.765 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 08:11:46.765 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 08:11:46.765 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 08:11:46.778 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 08:11:46.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 08:11:46.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 08:11:46.798 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:11:46.798 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-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:11:46.798 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 08:11:46.798 DEBUG [main][EditorHandler] 1 editor(s) found 08:11:46.798 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 08:11:46.860 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 08:11:46.860 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 08:11:46.860 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:11:46.860 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:11:46.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:11:46.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:11:46.861 INFO [WorkbenchTestable][RequirementsRunner] Finished test: selectTextTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 08:11:46.861 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:11:46.861 INFO [WorkbenchTestable][RequirementsRunner] Started test: testGetPositionOfText no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 08:11:46.861 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 08:11:46.861 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:11:46.861 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:11:46.861 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:11:46.861 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:11:46.862 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:11:46.862 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 08:11:46.862 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:11:46.862 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:11:46.862 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:11:46.863 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:11:46.863 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:11:46.863 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:11:46.863 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 08:11:46.863 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:11:46.863 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:11:46.863 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:11:46.863 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:11:46.863 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:11:46.864 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:11:46.864 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:11:46.864 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:11:46.864 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:11:46.864 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:11:46.864 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:11:46.865 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:11:46.866 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:11:46.866 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:11:46.866 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:11:46.866 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:11:46.866 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:11:46.867 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:11:46.867 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:11:46.867 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:11:46.867 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:11:46.867 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:11:47.367 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:11:47.367 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:11:47.867 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:11:47.868 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:11:47.868 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:11:47.868 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:11:47.868 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:11:47.869 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:11:47.869 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:11:47.869 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 08:11:47.869 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:11:47.869 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:11:47.869 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:11:47.869 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:11:47.869 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:11:47.869 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:11:47.869 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 08:11:47.869 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 08:11:47.870 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 08:11:47.870 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 08:11:47.870 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:11:47.870 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 08:11:47.870 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:11:47.870 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 08:11:47.870 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 08:11:47.870 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 08:11:47.870 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:11:47.870 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 08:11:47.870 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:11:47.870 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 08:11:47.870 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 08:11:47.870 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 08:11:47.870 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:11:47.870 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 08:11:47.870 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:11:47.870 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 08:11:47.871 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:11:47.871 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:11:47.871 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:11:47.876 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:11:47.877 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 08:11:47.877 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:11:47.877 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:11:47.877 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:11:47.881 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:11:47.881 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 08:11:47.881 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 08:11:47.989 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 08:11:47.989 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:11:47.989 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 08:11:47.989 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 08:11:47.989 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 08:11:47.989 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 08:11:47.989 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:11:47.989 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:11:47.989 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:11:47.989 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:11:47.989 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@4882db1b is found... 08:11:47.995 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@4882db1b is found finished successfully 08:11:47.995 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 08:11:47.995 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:11:47.995 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:11:47.996 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:11:47.996 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:11:47.996 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:11:47.997 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:11:47.997 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 08:11:48.004 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:11:48.005 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:11:48.005 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 08:11:48.005 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:11:48.005 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:11:48.006 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 08:11:48.006 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:11:48.006 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:11:48.006 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:11:48.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.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 08:11:48.006 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:11:48.006 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:11:48.007 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:11:48.007 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:11:48.007 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:11:48.007 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:11:48.007 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:11:48.036 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:11:48.036 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:11:48.036 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:11:48.036 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:11:48.036 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:11:48.036 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:11:48.037 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:11:48.037 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:11:48.037 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:11:48.037 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:11:48.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:11:48.037 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:11:48.037 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:11:48.537 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:11:48.538 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:11:49.038 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:11:49.038 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:11:49.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:11:49.038 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:11:49.038 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:11:49.039 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:11:49.039 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:11:49.039 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 08:11:49.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:11:49.039 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:11:49.039 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:11:49.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:11:49.039 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:11:49.039 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:11:49.039 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 08:11:49.040 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 08:11:49.040 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 08:11:49.040 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 08:11:49.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:11:49.040 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 08:11:49.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:11:49.040 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 08:11:49.040 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 08:11:49.040 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 08:11:49.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:11:49.040 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 08:11:49.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:11:49.040 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 08:11:49.041 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 08:11:49.041 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 08:11:49.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:11:49.041 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 08:11:49.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:11:49.041 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 08:11:49.041 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:11:49.041 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:11:49.041 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:11:49.048 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:11:49.048 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 08:11:49.048 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:11:49.048 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:11:49.049 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:11:49.053 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:11:49.053 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 08:11:49.053 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 08:11:49.084 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 08:11:49.084 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:11:49.084 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 08:11:49.084 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 08:11:49.084 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 08:11:49.084 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:11:49.084 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:11:49.084 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:11:49.084 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:11:49.084 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@6f8b939b is found... 08:11:49.086 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@6f8b939b is found finished successfully 08:11:49.086 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 08:11:49.086 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:11:49.086 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:11:49.087 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:11:49.087 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:11:49.087 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:11:49.088 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:11:49.088 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:11:49.088 INFO [WorkbenchTestable][TextEditor] Set text to editor 08:11:49.103 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:11:49.104 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-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:11:49.104 INFO [WorkbenchTestable][AbstractEditor] Save editor 08:11:49.104 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 08:11:49.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:11:49.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:11:49.104 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:11:49.104 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:11:49.104 DEBUG [main][MenuItemLookup] Found menu:'File' 08:11:49.104 DEBUG [main][MenuItemLookup] Item match:File 08:11:49.105 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 08:11:49.105 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 08:11:49.105 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 08:11:49.105 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 08:11:49.105 DEBUG [main][MenuItemLookup] Found menu:'' 08:11:49.105 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 08:11:49.105 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 08:11:49.105 DEBUG [main][MenuItemLookup] Found menu:'' 08:11:49.105 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 08:11:49.105 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 08:11:49.105 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 08:11:49.105 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 08:11:49.105 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 08:11:49.139 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 08:11:49.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 08:11:49.141 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:11:49.141 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-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:11:49.141 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 08:11:49.141 DEBUG [main][EditorHandler] 1 editor(s) found 08:11:49.141 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 08:11:49.246 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 08:11:49.246 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 08:11:49.246 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:11:49.246 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:11:49.246 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:11:49.246 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:11:49.246 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testGetPositionOfText no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 08:11:49.246 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:11:49.246 INFO [WorkbenchTestable][RequirementsRunner] Started test: openSpecificContextAssistantTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 08:11:49.246 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 08:11:49.246 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:11:49.246 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:11:49.246 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:11:49.247 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:11:49.247 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:11:49.247 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 08:11:49.247 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:11:49.248 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:11:49.248 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:11:49.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:11:49.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:11:49.249 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:11:49.249 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 08:11:49.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:11:49.249 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:11:49.250 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:11:49.250 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:11:49.250 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:11:49.250 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:11:49.250 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:11:49.251 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:11:49.251 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:11:49.251 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:11:49.251 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:11:49.252 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:11:49.252 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:11:49.253 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:11:49.253 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:11:49.253 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:11:49.253 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:11:49.253 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:11:49.254 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:11:49.254 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:11:49.254 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:11:49.254 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:11:49.754 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:11:49.754 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:11:50.254 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:11:50.255 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:11:50.255 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:11:50.255 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:11:50.255 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:11:50.256 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:11:50.256 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:11:50.256 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with 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:11:50.256 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:11:50.256 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:11:50.256 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:11:50.256 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:11:50.256 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:11:50.256 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:11:50.256 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 08:11:50.256 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 08:11:50.257 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 08:11:50.257 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 08:11:50.257 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:11:50.257 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 08:11:50.257 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:11:50.257 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 08:11:50.257 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 08:11:50.257 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 08:11:50.257 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:11:50.257 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 08:11:50.257 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:11:50.257 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 08:11:50.257 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 08:11:50.257 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 08:11:50.257 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:11:50.258 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 08:11:50.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:11:50.258 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 08:11:50.258 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:11:50.258 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:11:50.258 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:11:50.265 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:11:50.266 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 08:11:50.266 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:11:50.266 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:11:50.266 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:11:50.270 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:11:50.271 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 08:11:50.271 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 08:11:50.382 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 08:11:50.382 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:11:50.382 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 08:11:50.382 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 08:11:50.382 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 08:11:50.382 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 08:11:50.382 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:11:50.382 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:11:50.382 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:11:50.382 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:11:50.383 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@3faa6b54 is found... 08:11:50.396 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@3faa6b54 is found finished successfully 08:11:50.396 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 08:11:50.396 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:11:50.396 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:11:50.398 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:11:50.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:11:50.398 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:11:50.398 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:11:50.398 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:11:50.399 INFO [WorkbenchTestable][TextEditor] Set cursor position to [12, 0] 08:11:50.417 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:11:50.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:11:50.417 INFO [WorkbenchTestable][AbstractEditor] Open editor's Java Proposals content assistant 08:11:50.418 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 08:11:51.418 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:11:51.418 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:11:51.418 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:11:51.418 DEBUG [main][MenuItemLookup] Found menu:'File' 08:11:51.418 DEBUG [main][MenuItemLookup] Found menu:'Edit' 08:11:51.418 DEBUG [main][MenuItemLookup] Item match:Edit 08:11:51.419 DEBUG [main][MenuItemLookup] Found menu:'Undo Ctrl+Z' 08:11:51.419 DEBUG [main][MenuItemLookup] Found menu:'Redo Shift+Ctrl+Z' 08:11:51.419 DEBUG [main][MenuItemLookup] Found menu:'' 08:11:51.419 DEBUG [main][MenuItemLookup] Found menu:'Cut Ctrl+X' 08:11:51.419 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 08:11:51.419 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 08:11:51.419 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 08:11:51.419 DEBUG [main][MenuItemLookup] Found menu:'Raw Paste' 08:11:51.419 DEBUG [main][MenuItemLookup] Found menu:'' 08:11:51.419 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 08:11:51.419 DEBUG [main][MenuItemLookup] Found menu:'Select All Ctrl+A' 08:11:51.419 DEBUG [main][MenuItemLookup] Found menu:'Expand Selection To' 08:11:51.419 DEBUG [main][MenuItemLookup] Found menu:'Toggle Block Selection Shift+Alt+A' 08:11:51.419 DEBUG [main][MenuItemLookup] Found menu:'To multi-selection' 08:11:51.419 DEBUG [main][MenuItemLookup] Found menu:'' 08:11:51.419 DEBUG [main][MenuItemLookup] Found menu:'Find/Replace... Ctrl+F' 08:11:51.419 DEBUG [main][MenuItemLookup] Found menu:'Find Next Ctrl+K' 08:11:51.419 DEBUG [main][MenuItemLookup] Found menu:'Find Previous Shift+Ctrl+K' 08:11:51.419 DEBUG [main][MenuItemLookup] Found menu:'Incremental Find Next Ctrl+J' 08:11:51.419 DEBUG [main][MenuItemLookup] Found menu:'Incremental Find Previous Shift+Ctrl+J' 08:11:51.419 DEBUG [main][MenuItemLookup] Found menu:'' 08:11:51.419 DEBUG [main][MenuItemLookup] Found menu:'Add Bookmark...' 08:11:51.419 DEBUG [main][MenuItemLookup] Found menu:'Add Task...' 08:11:51.419 DEBUG [main][MenuItemLookup] Found menu:'' 08:11:51.419 DEBUG [main][MenuItemLookup] Found menu:'Smart Insert Mode Shift+Ctrl+Insert' 08:11:51.419 DEBUG [main][MenuItemLookup] Found menu:'' 08:11:51.419 DEBUG [main][MenuItemLookup] Found menu:'Show Tooltip Description F2' 08:11:51.419 DEBUG [main][MenuItemLookup] Found menu:'' 08:11:51.419 DEBUG [main][MenuItemLookup] Found menu:'Content Assist' 08:11:51.419 DEBUG [main][MenuItemLookup] Item match:Content Assist 08:11:51.420 DEBUG [main][MenuItemLookup] Found menu:'Default Ctrl+Space' 08:11:51.420 DEBUG [main][MenuItemLookup] Found menu:'Java Type Proposals' 08:11:51.420 DEBUG [main][MenuItemLookup] Found menu:'Java Non-Type Proposals' 08:11:51.420 DEBUG [main][MenuItemLookup] Found menu:'Java Proposals' 08:11:51.420 DEBUG [main][MenuItemLookup] Item match:Java Proposals 08:11:51.423 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"J&ava Proposals" 08:11:51.424 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Java Proposals 08:11:51.424 INFO [main][MenuItemHandler] Select menu item: J&ava Proposals 08:11:51.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting until ContentAssistant shell is opened... 08:11:51.466 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:11:51.466 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:11:51.478 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:11:51.478 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:11:51.479 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "" as the parent 08:11:51.479 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:11:51.479 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:11:51.479 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:11:51.479 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:11:51.480 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:11:51.480 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 08:11:51.480 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 08:11:51.480 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 08:11:51.480 DEBUG [WorkbenchTestable][AbstractWait] Waiting until ContentAssistant shell is opened finished successfully 08:11:51.480 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell 08:11:51.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:11:51.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:11:51.481 DEBUG [WorkbenchTestable][ContentAssistant] Getting content assist proposals 08:11:51.481 DEBUG [WorkbenchTestable][ContentAssistant] Content assist proposals: 08:11:51.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 08:11:51.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 08:11:51.481 DEBUG [WorkbenchTestable][ContentAssistant] abstract 08:11:51.481 DEBUG [WorkbenchTestable][ContentAssistant] class 08:11:51.481 DEBUG [WorkbenchTestable][ContentAssistant] enum 08:11:51.481 DEBUG [WorkbenchTestable][ContentAssistant] final 08:11:51.481 DEBUG [WorkbenchTestable][ContentAssistant] import 08:11:51.481 DEBUG [WorkbenchTestable][ContentAssistant] interface 08:11:51.481 DEBUG [WorkbenchTestable][ContentAssistant] non-sealed 08:11:51.481 DEBUG [WorkbenchTestable][ContentAssistant] public 08:11:51.481 DEBUG [WorkbenchTestable][ContentAssistant] record 08:11:51.481 DEBUG [WorkbenchTestable][ContentAssistant] sealed 08:11:51.481 INFO [WorkbenchTestable][AbstractShell] Close shell 08:11:51.481 INFO [WorkbenchTestable][ShellHandler] Closing shell '' 08:11:51.488 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 08:11:51.498 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 08:11:51.498 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:11:51.499 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:11:51.499 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 08:11:51.499 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:11:51.499 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:11:51.500 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 08:11:51.500 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:11:51.500 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:11:51.500 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:11:51.500 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.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:11:51.500 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:11:51.500 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:11:51.501 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:11:51.501 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:11:51.501 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:11:51.501 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:11:51.501 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:11:51.532 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:11:51.532 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:11:51.532 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:11:51.532 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:11:51.532 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:11:51.532 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:11:51.533 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:11:51.533 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:11:51.533 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:11:51.533 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:11:51.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:11:51.533 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:11:51.533 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:11:52.033 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:11:52.034 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:11:52.534 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:11:52.534 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:11:52.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:11:52.534 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:11:52.534 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:11:52.535 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:11:52.535 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:11:52.535 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with 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:11:52.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:11:52.535 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:11:52.536 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:11:52.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:11:52.536 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:11:52.536 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:11:52.536 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 08:11:52.536 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 08:11:52.537 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 08:11:52.537 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 08:11:52.537 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:11:52.537 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 08:11:52.537 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:11:52.537 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 08:11:52.537 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 08:11:52.537 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 08:11:52.537 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:11:52.537 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 08:11:52.537 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:11:52.537 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 08:11:52.537 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 08:11:52.537 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 08:11:52.537 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:11:52.537 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 08:11:52.537 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:11:52.537 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 08:11:52.538 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:11:52.538 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:11:52.538 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:11:52.544 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:11:52.544 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 08:11:52.544 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:11:52.544 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:11:52.544 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:11:52.549 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:11:52.549 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 08:11:52.549 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 08:11:52.583 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 08:11:52.583 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:11:52.583 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 08:11:52.583 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 08:11:52.583 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 08:11:52.583 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:11:52.583 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:11:52.583 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:11:52.583 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:11:52.583 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@63ab3499 is found... 08:11:52.584 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@63ab3499 is found finished successfully 08:11:52.585 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.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:11:52.585 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:11:52.585 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:11:52.586 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:11:52.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:11:52.586 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:11:52.587 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:11:52.587 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 08:11:52.587 INFO [WorkbenchTestable][TextEditor] Set text to editor 08:11:52.598 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:11:52.599 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-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:11:52.599 INFO [WorkbenchTestable][AbstractEditor] Save editor 08:11:52.599 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 08:11:52.599 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:11:52.599 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:11:52.599 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:11:52.599 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:11:52.599 DEBUG [main][MenuItemLookup] Found menu:'File' 08:11:52.599 DEBUG [main][MenuItemLookup] Item match:File 08:11:52.600 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 08:11:52.600 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 08:11:52.600 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 08:11:52.600 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 08:11:52.600 DEBUG [main][MenuItemLookup] Found menu:'' 08:11:52.600 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 08:11:52.600 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 08:11:52.600 DEBUG [main][MenuItemLookup] Found menu:'' 08:11:52.600 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 08:11:52.600 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 08:11:52.600 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 08:11:52.600 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 08:11:52.600 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 08:11:52.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 08:11:52.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 08:11:52.633 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:11:52.633 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-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:11:52.633 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 08:11:52.633 DEBUG [main][EditorHandler] 1 editor(s) found 08:11:52.633 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 08:11:52.705 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 08:11:52.705 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 08:11:52.705 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:11:52.705 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:11:52.706 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:11:52.706 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:11:52.706 INFO [WorkbenchTestable][RequirementsRunner] Finished test: openSpecificContextAssistantTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 08:11:52.706 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:11:52.706 INFO [WorkbenchTestable][RequirementsRunner] Started test: insertTextTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 08:11:52.706 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 08:11:52.707 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:11:52.707 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:11:52.707 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:11:52.707 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:11:52.708 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:11:52.708 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 08:11:52.708 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:11:52.708 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:11:52.709 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:11:52.709 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:11:52.709 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:11:52.709 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:11:52.710 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.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:11:52.710 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:11:52.710 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:11:52.710 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:11:52.710 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:11:52.710 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:11:52.710 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:11:52.710 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:11:52.711 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:11:52.711 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:11:52.712 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:11:52.712 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:11:52.730 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:11:52.730 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:11:52.730 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:11:52.730 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:11:52.730 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:11:52.731 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:11:52.731 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:11:52.731 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:11:52.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:11:52.731 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:11:52.731 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:11:53.231 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:11:53.232 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:11:53.732 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:11:53.732 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:11:53.732 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:11:53.732 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:11:53.732 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:11:53.733 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:11:53.733 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:11:53.733 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with 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:11:53.733 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:11:53.733 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:11:53.733 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:11:53.733 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:11:53.733 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:11:53.733 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:11:53.734 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 08:11:53.734 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 08:11:53.734 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 08:11:53.734 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 08:11:53.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:11:53.734 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 08:11:53.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:11:53.734 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 08:11:53.734 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 08:11:53.734 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 08:11:53.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:11:53.734 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 08:11:53.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:11:53.734 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 08:11:53.735 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 08:11:53.735 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 08:11:53.735 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:11:53.735 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 08:11:53.735 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:11:53.735 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 08:11:53.735 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:11:53.735 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:11:53.735 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:11:53.746 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:11:53.746 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 08:11:53.747 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:11:53.747 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:11:53.747 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:11:53.752 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:11:53.752 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 08:11:53.752 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 08:11:53.885 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 08:11:53.885 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:11:53.885 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 08:11:53.885 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 08:11:53.885 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 08:11:53.885 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 08:11:53.885 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:11:53.885 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:11:53.885 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:11:53.885 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:11:53.885 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@3d2f71f4 is found... 08:11:53.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@3d2f71f4 is found finished successfully 08:11:53.935 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.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:11:53.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:11:53.935 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:11:53.937 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:11:53.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:11:53.937 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:11:53.937 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:11:53.937 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:11:53.937 INFO [WorkbenchTestable][TextEditor] Insert text to editor at line 14, offser 22 08:11:53.973 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.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:11:53.973 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:11:53.973 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:11:54.032 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:11:54.032 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:11:54.032 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:11:54.032 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:11:54.032 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:11:54.033 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:11:54.033 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:11:54.033 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 08:11:54.033 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:11:54.034 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:11:54.034 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 08:11:54.034 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:11:54.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:11:54.035 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:11:54.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.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 08:11:54.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:11:54.035 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:11:54.035 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:11:54.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:11:54.035 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:11:54.035 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:11:54.035 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:11:54.071 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:11:54.071 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:11:54.071 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:11:54.072 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:11:54.072 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:11:54.072 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:11:54.073 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:11:54.073 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:11:54.073 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:11:54.073 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:11:54.073 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:11:54.073 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:11:54.073 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:11:54.573 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:11:54.574 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:11:55.074 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:11:55.074 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:11:55.074 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:11:55.074 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:11:55.074 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:11:55.075 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:11:55.075 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:11:55.075 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with 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:11:55.075 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:11:55.076 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:11:55.076 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:11:55.076 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:11:55.076 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:11:55.076 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:11:55.076 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 08:11:55.076 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 08:11:55.077 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 08:11:55.077 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 08:11:55.077 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:11:55.077 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 08:11:55.077 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:11:55.077 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 08:11:55.077 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 08:11:55.077 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 08:11:55.077 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:11:55.077 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 08:11:55.077 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:11:55.077 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 08:11:55.077 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 08:11:55.077 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 08:11:55.077 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:11:55.077 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 08:11:55.077 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:11:55.077 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 08:11:55.077 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:11:55.077 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:11:55.077 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:11:55.084 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:11:55.085 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 08:11:55.085 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:11:55.085 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:11:55.085 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:11:55.089 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:11:55.089 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 08:11:55.089 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 08:11:55.122 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 08:11:55.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:11:55.122 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 08:11:55.122 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 08:11:55.122 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 08:11:55.122 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:11:55.122 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:11:55.122 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:11:55.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:11:55.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@e0b2a81 is found... 08:11:55.123 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@e0b2a81 is found finished successfully 08:11:55.123 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.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:11:55.123 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:11:55.123 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:11:55.125 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:11:55.125 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:11:55.125 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:11:55.125 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:11:55.126 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { test System.out.println(""); } } TooltipText=null 08:11:55.126 INFO [WorkbenchTestable][TextEditor] Set text to editor 08:11:55.141 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:11:55.141 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-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:11:55.141 INFO [WorkbenchTestable][AbstractEditor] Save editor 08:11:55.141 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 08:11:55.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:11:55.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:11:55.142 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:11:55.142 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:11:55.142 DEBUG [main][MenuItemLookup] Found menu:'File' 08:11:55.142 DEBUG [main][MenuItemLookup] Item match:File 08:11:55.143 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 08:11:55.143 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 08:11:55.143 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 08:11:55.143 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 08:11:55.143 DEBUG [main][MenuItemLookup] Found menu:'' 08:11:55.143 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 08:11:55.143 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 08:11:55.143 DEBUG [main][MenuItemLookup] Found menu:'' 08:11:55.143 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 08:11:55.143 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 08:11:55.143 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 08:11:55.143 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 08:11:55.143 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 08:11:55.177 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 08:11:55.178 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 08:11:55.179 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:11:55.179 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-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:11:55.179 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 08:11:55.179 DEBUG [main][EditorHandler] 1 editor(s) found 08:11:55.179 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 08:11:55.280 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 08:11:55.280 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 08:11:55.280 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:11:55.280 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:11:55.280 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:11:55.280 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:11:55.280 INFO [WorkbenchTestable][RequirementsRunner] Finished test: insertTextTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 08:11:55.281 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:11:55.281 INFO [WorkbenchTestable][RequirementsRunner] Started test: getTextTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 08:11:55.281 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 08:11:55.281 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:11:55.281 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:11:55.281 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:11:55.281 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window 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:11:55.281 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:11:55.281 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window 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:11:55.281 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:11:55.281 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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:11:55.281 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:11:55.281 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window 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:11:55.281 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:11:55.281 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window 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:11:55.281 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:11:55.281 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window 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:11:55.281 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:11:55.281 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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:11:55.281 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:11:55.282 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window 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:11:55.282 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:11:55.282 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window 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:11:55.282 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:11:55.282 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:11:55.282 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:11:55.282 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:11:55.282 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:11:55.282 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 08:11:55.282 DEBUG [main][MenuItemLookup] Found menu:'File' 08:11:55.282 DEBUG [main][MenuItemLookup] Item match:File 08:11:55.283 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 08:11:55.283 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 08:11:55.284 DEBUG [main][MenuItemLookup] Found menu:'Project...' 08:11:55.284 DEBUG [main][MenuItemLookup] Found menu:'' 08:11:55.284 DEBUG [main][MenuItemLookup] Found menu:'Folder' 08:11:55.284 DEBUG [main][MenuItemLookup] Found menu:'File' 08:11:55.284 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 08:11:55.284 DEBUG [main][MenuItemLookup] Found menu:'' 08:11:55.284 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 08:11:55.284 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 08:11:55.284 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 08:11:55.285 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 08:11:55.285 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 08:11:55.379 DEBUG [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:11:55.383 DEBUG [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:11:55.383 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 08:11:55.384 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:11:55.384 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:11:55.384 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 08:11:55.384 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:11:55.385 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:11:55.385 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:11:55.385 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:11:55.385 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:11:55.385 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:11:55.385 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:11:55.386 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:11:55.386 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:11:55.386 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 08:11:55.386 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 08:11:55.386 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:11:55.386 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 08:11:55.386 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:11:55.386 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 08:11:55.386 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 08:11:55.386 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 08:11:55.386 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:11:55.386 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 08:11:55.386 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:11:55.386 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 08:11:55.386 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item File 08:11:55.386 DEBUG [main][TreeItemHandler] Selecting tree item: File 08:11:55.386 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item File about selection 08:11:55.387 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: File 08:11:55.387 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 08:11:55.387 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 08:11:55.387 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:11:55.387 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:11:55.387 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:11:55.387 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:11:55.388 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:11:55.388 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:11:55.388 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 08:11:55.388 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:11:55.388 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:11:55.388 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:11:55.388 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:11:55.431 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window 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:11:55.432 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:11:55.432 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:11:55.432 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:11:55.432 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:11:55.432 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Create New File 08:11:55.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:11:55.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:11:55.433 TRACE [WorkbenchTestable][BasicNewFileResourceWizard] Shell Create New File is not null and is not disposed 08:11:55.433 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:11:55.433 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:11:55.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:11:55.433 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:11:55.436 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:11:55.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:11:55.436 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 08:11:55.436 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:11:55.437 INFO [WorkbenchTestable][AbstractText] Text set to: textEditor.txt 08:11:55.438 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:11:55.438 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:11:55.438 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:11:55.439 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:11:55.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:11:55.439 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 08:11:55.439 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:11:55.440 INFO [WorkbenchTestable][AbstractText] Text set to: testProject/ 08:11:55.440 TRACE [WorkbenchTestable][BasicNewFileResourceWizard] Shell Create New File is not null and is not disposed 08:11:55.440 INFO [WorkbenchTestable][BasicNewFileResourceWizard] Finish wizard 08:11:55.440 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:11:55.440 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:11:55.440 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:11:55.449 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:11:55.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:11:55.449 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:11:55.450 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 08:11:55.450 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:11:55.450 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:11:55.450 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:11:55.450 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:11:55.453 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 08:11:55.954 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 08:11:55.954 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:11:55.954 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 08:11:55.954 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 08:11:55.954 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:11:55.954 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:11:55.954 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:11:55.954 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:11:55.954 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.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:11:55.954 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:11:55.954 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:11:55.957 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:11:55.957 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:11:55.957 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:11:55.957 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:11:55.957 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= TooltipText=null 08:11:55.962 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:11:55.962 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=testText TooltipText=null 08:11:55.962 INFO [WorkbenchTestable][AbstractEditor] Save editor 08:11:55.962 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - testProject/textEditor.txt - Eclipse Platform 08:11:55.962 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:11:55.962 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:11:55.962 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - testProject/textEditor.txt - Eclipse Platform' 08:11:55.962 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - testProject/textEditor.txt - Eclipse Platform' 08:11:55.963 DEBUG [main][MenuItemLookup] Found menu:'File' 08:11:55.963 DEBUG [main][MenuItemLookup] Item match:File 08:11:55.963 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 08:11:55.963 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 08:11:55.963 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 08:11:55.963 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 08:11:55.963 DEBUG [main][MenuItemLookup] Found menu:'' 08:11:55.963 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 08:11:55.963 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 08:11:55.963 DEBUG [main][MenuItemLookup] Found menu:'' 08:11:55.963 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 08:11:55.963 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 08:11:55.964 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 08:11:55.964 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 08:11:55.964 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 08:11:55.983 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 08:11:55.983 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 08:11:55.983 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:11:55.983 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=testText TooltipText=null 08:11:55.984 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:11:55.984 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=testText TooltipText=null 08:11:55.984 INFO [WorkbenchTestable][AbstractEditor] Close editor and do not save it 08:11:55.984 DEBUG [WorkbenchTestable][EditorHandler] Closing editor textEditor.txt 08:11:56.021 DEBUG [WorkbenchTestable][EditorHandler] Editor textEditor.txt is closed 08:11:56.021 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:11:56.022 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:11:56.022 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 08:11:56.022 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:11:56.022 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:11:56.023 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:11:56.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:11:56.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:11:56.023 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:11:56.023 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.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:11:56.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:11:56.023 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:11:56.023 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:11:56.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:11:56.024 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:11:56.024 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:11:56.024 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:11:56.024 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:11:56.024 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:11:56.024 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:11:56.024 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:11:56.025 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:11:56.025 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:11:56.026 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:11:56.026 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:11:56.026 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:11:56.026 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:11:56.027 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:11:56.027 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:11:56.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:11:56.027 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:11:56.027 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:11:56.527 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:11:56.527 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:11:57.027 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:11:57.028 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:11:57.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:11:57.028 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:11:57.028 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:11:57.028 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:11:57.028 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:11:57.028 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 08:11:57.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:11:57.028 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:11:57.029 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:11:57.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:11:57.029 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:11:57.029 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:11:57.029 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 08:11:57.029 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 08:11:57.029 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 08:11:57.029 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 08:11:57.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:11:57.029 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 08:11:57.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:11:57.029 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 08:11:57.029 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 08:11:57.030 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 08:11:57.030 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:11:57.030 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 08:11:57.030 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:11:57.030 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 08:11:57.030 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 08:11:57.030 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 08:11:57.030 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:11:57.030 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 08:11:57.030 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:11:57.030 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 08:11:57.030 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:11:57.030 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:11:57.030 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:11:57.040 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:11:57.041 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 08:11:57.041 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:11:57.041 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:11:57.041 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:11:57.046 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:11:57.046 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 08:11:57.046 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 08:11:57.157 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 08:11:57.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:11:57.157 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 08:11:57.157 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 08:11:57.157 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 08:11:57.157 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 08:11:57.157 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:11:57.157 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:11:57.157 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:11:57.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:11:57.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@66c5c70d is found... 08:11:57.162 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@66c5c70d is found finished successfully 08:11:57.162 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.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:11:57.162 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:11:57.162 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:11:57.164 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:11:57.164 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:11:57.164 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:11:57.164 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:11:57.164 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:11:57.164 INFO [WorkbenchTestable][TextEditor] Set text to editor 08:11:57.191 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:11:57.191 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-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:11:57.191 INFO [WorkbenchTestable][AbstractEditor] Save editor 08:11:57.191 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 08:11:57.191 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:11:57.191 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:11:57.192 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:11:57.192 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:11:57.192 DEBUG [main][MenuItemLookup] Found menu:'File' 08:11:57.192 DEBUG [main][MenuItemLookup] Item match:File 08:11:57.192 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 08:11:57.192 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 08:11:57.192 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 08:11:57.192 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 08:11:57.192 DEBUG [main][MenuItemLookup] Found menu:'' 08:11:57.192 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 08:11:57.192 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 08:11:57.192 DEBUG [main][MenuItemLookup] Found menu:'' 08:11:57.192 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 08:11:57.192 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 08:11:57.193 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 08:11:57.193 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 08:11:57.193 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 08:11:57.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 08:11:57.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 08:11:57.229 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:11:57.229 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-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:11:57.229 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 08:11:57.230 DEBUG [main][EditorHandler] 1 editor(s) found 08:11:57.230 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 08:11:57.285 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 08:11:57.285 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 08:11:57.285 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:11:57.285 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:11:57.285 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:11:57.285 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:11:57.285 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getTextTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 08:11:57.285 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:11:57.285 INFO [WorkbenchTestable][RequirementsRunner] Started test: insertTextAfter no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 08:11:57.285 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 08:11:57.285 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:11:57.285 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:11:57.285 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:11:57.286 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:11:57.286 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:11:57.286 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 08:11:57.286 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:11:57.287 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:11:57.287 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:11:57.287 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:11:57.287 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:11:57.287 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:11:57.287 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.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:11:57.287 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:11:57.287 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:11:57.288 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:11:57.288 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:11:57.288 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:11:57.288 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:11:57.288 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:11:57.289 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:11:57.289 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:11:57.289 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:11:57.289 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:11:57.290 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:11:57.290 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:11:57.291 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:11:57.291 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:11:57.291 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:11:57.291 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:11:57.291 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:11:57.291 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:11:57.291 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:11:57.291 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:11:57.292 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:11:57.792 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:11:57.792 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:11:58.292 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:11:58.292 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:11:58.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:11:58.292 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:11:58.292 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:11:58.293 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:11:58.293 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:11:58.293 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with 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:11:58.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:11:58.293 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:11:58.293 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:11:58.294 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:11:58.294 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:11:58.294 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:11:58.294 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 08:11:58.294 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 08:11:58.294 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 08:11:58.294 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 08:11:58.294 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:11:58.294 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 08:11:58.294 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:11:58.294 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 08:11:58.295 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 08:11:58.295 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 08:11:58.295 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:11:58.295 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 08:11:58.295 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:11:58.295 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 08:11:58.295 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 08:11:58.295 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 08:11:58.295 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:11:58.295 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 08:11:58.295 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:11:58.295 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 08:11:58.295 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:11:58.295 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:11:58.295 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:11:58.301 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:11:58.301 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 08:11:58.302 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:11:58.302 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:11:58.302 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:11:58.306 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:11:58.306 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 08:11:58.306 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 08:11:58.411 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 08:11:58.412 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:11:58.412 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 08:11:58.412 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 08:11:58.412 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 08:11:58.412 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 08:11:58.412 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:11:58.412 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:11:58.412 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:11:58.412 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:11:58.412 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@48fa211c is found... 08:11:58.417 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@48fa211c is found finished successfully 08:11:58.417 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 08:11:58.417 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:11:58.417 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:11:58.419 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:11:58.419 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:11:58.419 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:11:58.419 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:11:58.419 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 08:11:58.419 INFO [WorkbenchTestable][TextEditor] Insert text to editor at offser 540 08:11:58.432 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:11:58.433 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:11:58.433 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 08:11:58.433 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:11:58.434 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:11:58.434 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 08:11:58.435 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:11:58.435 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:11:58.436 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:11:58.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 '\*?\QProject Explorer\E') 08:11:58.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:11:58.436 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:11:58.452 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:11:58.452 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:11:58.452 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:11:58.452 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:11:58.452 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:11:58.480 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:11:58.480 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:11:58.480 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:11:58.480 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:11:58.481 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:11:58.481 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:11:58.481 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:11:58.481 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:11:58.481 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:11:58.481 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:11:58.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:11:58.481 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:11:58.481 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:11:58.981 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:11:58.982 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:11:59.482 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:11:59.482 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:11:59.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:11:59.482 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:11:59.482 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:11:59.483 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:11:59.483 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:11:59.483 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 08:11:59.483 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:11:59.483 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:11:59.483 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:11:59.483 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:11:59.483 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:11:59.483 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:11:59.483 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 08:11:59.483 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 08:11:59.484 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 08:11:59.484 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 08:11:59.484 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:11:59.484 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 08:11:59.484 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:11:59.484 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 08:11:59.484 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 08:11:59.484 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 08:11:59.484 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:11:59.484 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 08:11:59.484 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:11:59.484 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 08:11:59.484 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 08:11:59.484 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 08:11:59.484 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:11:59.484 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 08:11:59.484 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:11:59.484 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 08:11:59.484 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:11:59.484 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:11:59.484 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:11:59.491 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:11:59.491 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 08:11:59.491 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:11:59.491 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:11:59.492 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:11:59.496 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:11:59.496 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 08:11:59.496 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 08:11:59.526 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 08:11:59.526 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:11:59.526 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 08:11:59.526 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 08:11:59.526 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 08:11:59.526 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:11:59.526 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:11:59.526 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:11:59.526 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:11:59.526 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@7e9167b4 is found... 08:11:59.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@7e9167b4 is found finished successfully 08:11:59.528 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.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:11:59.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:11:59.528 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:11:59.531 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:11:59.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:11:59.531 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:11:59.531 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:11:59.531 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass extends String { public JavaClass() { System.out.println(""); } } TooltipText=null 08:11:59.531 INFO [WorkbenchTestable][TextEditor] Set text to editor 08:11:59.545 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:11:59.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:11:59.545 INFO [WorkbenchTestable][AbstractEditor] Save editor 08:11:59.545 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 08:11:59.546 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:11:59.546 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:11:59.546 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:11:59.546 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:11:59.546 DEBUG [main][MenuItemLookup] Found menu:'File' 08:11:59.546 DEBUG [main][MenuItemLookup] Item match:File 08:11:59.547 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 08:11:59.547 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 08:11:59.547 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 08:11:59.547 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 08:11:59.547 DEBUG [main][MenuItemLookup] Found menu:'' 08:11:59.547 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 08:11:59.547 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 08:11:59.547 DEBUG [main][MenuItemLookup] Found menu:'' 08:11:59.547 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 08:11:59.547 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 08:11:59.547 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 08:11:59.547 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 08:11:59.547 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 08:11:59.574 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 08:11:59.574 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 08:11:59.575 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:11:59.576 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-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:11:59.576 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 08:11:59.576 DEBUG [main][EditorHandler] 1 editor(s) found 08:11:59.576 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 08:11:59.646 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 08:11:59.646 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 08:11:59.646 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:11:59.646 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:11:59.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:11:59.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:11:59.647 INFO [WorkbenchTestable][RequirementsRunner] Finished test: insertTextAfter no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 08:11:59.647 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:11:59.647 INFO [WorkbenchTestable][RequirementsRunner] Started test: closeContentAssist no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 08:11:59.647 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 08:11:59.647 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:11:59.647 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:11:59.647 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:11:59.647 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:11:59.648 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:11:59.648 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 08:11:59.648 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:11:59.648 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:11:59.648 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:11:59.649 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:11:59.649 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:11:59.649 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:11:59.649 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.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:11:59.649 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:11:59.649 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:11:59.649 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:11:59.649 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:11:59.649 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:11:59.649 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:11:59.649 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:11:59.650 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:11:59.650 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:11:59.650 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:11:59.650 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:11:59.651 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:11:59.651 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:11:59.652 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:11:59.652 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:11:59.652 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:11:59.652 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:11:59.652 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:11:59.652 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:11:59.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:11:59.652 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:11:59.652 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:12:00.152 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:12:00.153 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:12:00.653 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:12:00.653 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:12:00.653 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:12:00.653 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:12:00.653 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:12:00.654 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:12:00.654 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:12:00.654 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with 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:12:00.654 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:12:00.654 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:12:00.654 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:12:00.654 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:12:00.654 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:12:00.655 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:12:00.655 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 08:12:00.655 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 08:12:00.655 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 08:12:00.655 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 08:12:00.655 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:12:00.655 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 08:12:00.655 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:12:00.655 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 08:12:00.655 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 08:12:00.656 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 08:12:00.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:12:00.656 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 08:12:00.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:12:00.656 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 08:12:00.656 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 08:12:00.656 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 08:12:00.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:12:00.656 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 08:12:00.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:12:00.656 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 08:12:00.656 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:12:00.656 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:12:00.656 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:12:00.663 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:12:00.663 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 08:12:00.663 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:12:00.663 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:12:00.664 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:12:00.668 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:12:00.668 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 08:12:00.668 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 08:12:00.772 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 08:12:00.772 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:12:00.772 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 08:12:00.772 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 08:12:00.772 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 08:12:00.772 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 08:12:00.772 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:12:00.772 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:12:00.772 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:12:00.772 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:12:00.772 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@61c332ec is found... 08:12:00.777 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@61c332ec is found finished successfully 08:12:00.777 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.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:12:00.777 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:12:00.777 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:12:00.778 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:12:00.778 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:12:00.778 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:12:00.779 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:12:00.779 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:12:00.779 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:12:00.779 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:12:00.779 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:12:00.779 DEBUG [main][MenuItemLookup] Found menu:'File' 08:12:00.779 DEBUG [main][MenuItemLookup] Found menu:'Edit' 08:12:00.779 DEBUG [main][MenuItemLookup] Item match:Edit 08:12:00.780 DEBUG [main][MenuItemLookup] Found menu:'Undo Ctrl+Z' 08:12:00.780 DEBUG [main][MenuItemLookup] Found menu:'Redo Shift+Ctrl+Z' 08:12:00.780 DEBUG [main][MenuItemLookup] Found menu:'' 08:12:00.780 DEBUG [main][MenuItemLookup] Found menu:'Cut Ctrl+X' 08:12:00.780 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 08:12:00.780 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 08:12:00.780 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 08:12:00.780 DEBUG [main][MenuItemLookup] Found menu:'Raw Paste' 08:12:00.780 DEBUG [main][MenuItemLookup] Found menu:'' 08:12:00.780 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 08:12:00.780 DEBUG [main][MenuItemLookup] Found menu:'Select All Ctrl+A' 08:12:00.780 DEBUG [main][MenuItemLookup] Found menu:'Expand Selection To' 08:12:00.780 DEBUG [main][MenuItemLookup] Found menu:'Toggle Block Selection Shift+Alt+A' 08:12:00.780 DEBUG [main][MenuItemLookup] Found menu:'To multi-selection' 08:12:00.780 DEBUG [main][MenuItemLookup] Found menu:'' 08:12:00.780 DEBUG [main][MenuItemLookup] Found menu:'Find/Replace... Ctrl+F' 08:12:00.780 DEBUG [main][MenuItemLookup] Found menu:'Find Next Ctrl+K' 08:12:00.780 DEBUG [main][MenuItemLookup] Found menu:'Find Previous Shift+Ctrl+K' 08:12:00.780 DEBUG [main][MenuItemLookup] Found menu:'Incremental Find Next Ctrl+J' 08:12:00.780 DEBUG [main][MenuItemLookup] Found menu:'Incremental Find Previous Shift+Ctrl+J' 08:12:00.780 DEBUG [main][MenuItemLookup] Found menu:'' 08:12:00.780 DEBUG [main][MenuItemLookup] Found menu:'Add Bookmark...' 08:12:00.780 DEBUG [main][MenuItemLookup] Found menu:'Add Task...' 08:12:00.780 DEBUG [main][MenuItemLookup] Found menu:'' 08:12:00.780 DEBUG [main][MenuItemLookup] Found menu:'Smart Insert Mode Shift+Ctrl+Insert' 08:12:00.780 DEBUG [main][MenuItemLookup] Found menu:'' 08:12:00.780 DEBUG [main][MenuItemLookup] Found menu:'Show Tooltip Description F2' 08:12:00.780 DEBUG [main][MenuItemLookup] Found menu:'' 08:12:00.780 DEBUG [main][MenuItemLookup] Found menu:'Content Assist' 08:12:00.780 DEBUG [main][MenuItemLookup] Item match:Content Assist 08:12:00.780 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:12:00.781 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 08:12:00.781 INFO [WorkbenchTestable][AbstractEditor] Open editor's Default content assistant 08:12:00.781 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 08:12:01.781 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:12:01.781 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:12:01.781 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:12:01.781 DEBUG [main][MenuItemLookup] Found menu:'File' 08:12:01.781 DEBUG [main][MenuItemLookup] Found menu:'Edit' 08:12:01.781 DEBUG [main][MenuItemLookup] Item match:Edit 08:12:01.782 DEBUG [main][MenuItemLookup] Found menu:'Undo Ctrl+Z' 08:12:01.782 DEBUG [main][MenuItemLookup] Found menu:'Redo Shift+Ctrl+Z' 08:12:01.782 DEBUG [main][MenuItemLookup] Found menu:'' 08:12:01.782 DEBUG [main][MenuItemLookup] Found menu:'Cut Ctrl+X' 08:12:01.782 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 08:12:01.782 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 08:12:01.782 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 08:12:01.782 DEBUG [main][MenuItemLookup] Found menu:'Raw Paste' 08:12:01.782 DEBUG [main][MenuItemLookup] Found menu:'' 08:12:01.782 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 08:12:01.782 DEBUG [main][MenuItemLookup] Found menu:'Select All Ctrl+A' 08:12:01.782 DEBUG [main][MenuItemLookup] Found menu:'Expand Selection To' 08:12:01.782 DEBUG [main][MenuItemLookup] Found menu:'Toggle Block Selection Shift+Alt+A' 08:12:01.782 DEBUG [main][MenuItemLookup] Found menu:'To multi-selection' 08:12:01.782 DEBUG [main][MenuItemLookup] Found menu:'' 08:12:01.782 DEBUG [main][MenuItemLookup] Found menu:'Find/Replace... Ctrl+F' 08:12:01.782 DEBUG [main][MenuItemLookup] Found menu:'Find Next Ctrl+K' 08:12:01.782 DEBUG [main][MenuItemLookup] Found menu:'Find Previous Shift+Ctrl+K' 08:12:01.782 DEBUG [main][MenuItemLookup] Found menu:'Incremental Find Next Ctrl+J' 08:12:01.782 DEBUG [main][MenuItemLookup] Found menu:'Incremental Find Previous Shift+Ctrl+J' 08:12:01.782 DEBUG [main][MenuItemLookup] Found menu:'' 08:12:01.782 DEBUG [main][MenuItemLookup] Found menu:'Add Bookmark...' 08:12:01.782 DEBUG [main][MenuItemLookup] Found menu:'Add Task...' 08:12:01.782 DEBUG [main][MenuItemLookup] Found menu:'' 08:12:01.782 DEBUG [main][MenuItemLookup] Found menu:'Smart Insert Mode Shift+Ctrl+Insert' 08:12:01.782 DEBUG [main][MenuItemLookup] Found menu:'' 08:12:01.782 DEBUG [main][MenuItemLookup] Found menu:'Show Tooltip Description F2' 08:12:01.782 DEBUG [main][MenuItemLookup] Found menu:'' 08:12:01.782 DEBUG [main][MenuItemLookup] Found menu:'Content Assist' 08:12:01.782 DEBUG [main][MenuItemLookup] Item match:Content Assist 08:12:01.783 DEBUG [main][MenuItemLookup] Found menu:'Default Ctrl+Space' 08:12:01.783 DEBUG [main][MenuItemLookup] Item match:Default Ctrl+Space 08:12:01.783 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Default Ctrl+Space" 08:12:01.783 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Default Ctrl+Space 08:12:01.783 INFO [main][MenuItemHandler] Select menu item: &Default Ctrl+Space 08:12:01.804 DEBUG [WorkbenchTestable][AbstractWait] Waiting until ContentAssistant shell is opened... 08:12:01.804 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 08:12:01.804 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:12:01.813 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:12:01.813 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:12:01.813 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "" as the parent 08:12:01.813 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:12:01.813 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:12:01.813 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:12:01.813 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:12:01.814 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:12:01.814 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 08:12:01.814 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 08:12:01.814 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 08:12:01.814 DEBUG [WorkbenchTestable][AbstractWait] Waiting until ContentAssistant shell is opened finished successfully 08:12:01.815 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell 08:12:01.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:12:01.820 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:12:01.820 INFO [WorkbenchTestable][AbstractShell] Close shell 08:12:01.820 INFO [WorkbenchTestable][ShellHandler] Closing shell '' 08:12:01.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 08:12:01.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 08:12:01.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: ""] is available.... 08:12:02.339 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:12:02.340 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:12:02.340 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:12:02.340 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 08:12:02.340 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:12:02.341 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:12:02.341 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 08:12:02.342 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:12:02.342 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:12:02.342 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:12:02.342 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 08:12:02.342 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:12:02.342 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:12:02.342 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:12:02.342 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:12:02.342 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:12:02.342 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:12:02.342 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:12:02.372 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:12:02.372 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:12:02.372 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:12:02.372 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:12:02.372 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:12:02.372 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:12:02.373 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:12:02.373 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:12:02.373 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:12:02.373 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:12:02.373 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:12:02.373 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:12:02.373 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:12:02.873 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:12:02.874 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:12:03.374 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:12:03.374 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:12:03.374 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:12:03.374 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:12:03.374 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:12:03.375 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:12:03.375 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:12:03.375 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with 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:12:03.375 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:12:03.375 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:12:03.375 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:12:03.375 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:12:03.375 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:12:03.376 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:12:03.376 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 08:12:03.376 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 08:12:03.376 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 08:12:03.376 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 08:12:03.376 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:12:03.376 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 08:12:03.376 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:12:03.376 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 08:12:03.376 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 08:12:03.376 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 08:12:03.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:12:03.377 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 08:12:03.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:12:03.377 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 08:12:03.377 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 08:12:03.377 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 08:12:03.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:12:03.377 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 08:12:03.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:12:03.377 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 08:12:03.377 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:12:03.377 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:12:03.377 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:12:03.384 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:12:03.384 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 08:12:03.384 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:12:03.384 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:12:03.384 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:12:03.388 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:12:03.388 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 08:12:03.388 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 08:12:03.416 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 08:12:03.416 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:12:03.416 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 08:12:03.416 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 08:12:03.416 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 08:12:03.416 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:12:03.416 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:12:03.416 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:12:03.416 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:12:03.416 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@1cc3340a is found... 08:12:03.417 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@1cc3340a is found finished successfully 08:12:03.417 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 08:12:03.417 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:12:03.417 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:12:03.419 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:12:03.419 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:12:03.419 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:12:03.419 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:12:03.419 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 08:12:03.419 INFO [WorkbenchTestable][TextEditor] Set text to editor 08:12:03.430 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:12:03.430 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-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:12:03.430 INFO [WorkbenchTestable][AbstractEditor] Save editor 08:12:03.430 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 08:12:03.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:12:03.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:12:03.431 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:12:03.431 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:12:03.431 DEBUG [main][MenuItemLookup] Found menu:'File' 08:12:03.431 DEBUG [main][MenuItemLookup] Item match:File 08:12:03.431 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 08:12:03.431 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 08:12:03.431 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 08:12:03.431 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 08:12:03.431 DEBUG [main][MenuItemLookup] Found menu:'' 08:12:03.431 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 08:12:03.431 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 08:12:03.431 DEBUG [main][MenuItemLookup] Found menu:'' 08:12:03.431 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 08:12:03.431 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 08:12:03.445 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 08:12:03.445 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 08:12:03.445 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 08:12:03.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 08:12:03.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 08:12:03.464 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:12:03.464 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-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:12:03.464 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 08:12:03.464 DEBUG [main][EditorHandler] 1 editor(s) found 08:12:03.464 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 08:12:03.547 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 08:12:03.547 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 08:12:03.547 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:12:03.547 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:12:03.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:12:03.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:12:03.547 INFO [WorkbenchTestable][RequirementsRunner] Finished test: closeContentAssist no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 08:12:03.547 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:12:03.547 INFO [WorkbenchTestable][RequirementsRunner] Started test: setCursorPositionByOffset no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 08:12:03.547 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 08:12:03.547 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:12:03.547 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:12:03.547 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:12:03.548 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:12:03.548 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:12:03.548 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 08:12:03.548 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:12:03.549 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:12:03.549 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:12:03.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:12:03.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:12:03.549 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:12:03.549 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 08:12:03.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:12:03.549 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:12:03.550 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:12:03.550 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:12:03.550 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:12:03.550 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:12:03.550 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:12:03.550 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:12:03.550 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:12:03.550 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:12:03.550 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:12:03.551 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:12:03.551 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:12:03.552 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:12:03.552 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:12:03.552 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:12:03.552 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:12:03.552 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:12:03.552 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:12:03.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:12:03.552 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:12:03.553 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:12:04.053 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:12:04.053 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:12:04.553 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:12:04.553 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:12:04.553 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:12:04.554 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:12:04.554 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:12:04.554 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:12:04.554 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:12:04.554 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with 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:12:04.555 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:12:04.555 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:12:04.555 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:12:04.555 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:12:04.555 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:12:04.555 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:12:04.555 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 08:12:04.555 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 08:12:04.556 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 08:12:04.556 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 08:12:04.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:12:04.556 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 08:12:04.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:12:04.556 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 08:12:04.556 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 08:12:04.556 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 08:12:04.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:12:04.556 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 08:12:04.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:12:04.556 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 08:12:04.556 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 08:12:04.556 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 08:12:04.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:12:04.556 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 08:12:04.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:12:04.556 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 08:12:04.557 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:12:04.557 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:12:04.557 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:12:04.565 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:12:04.565 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 08:12:04.565 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:12:04.565 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:12:04.566 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:12:04.570 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:12:04.570 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 08:12:04.570 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 08:12:04.694 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 08:12:04.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:12:04.694 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 08:12:04.694 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 08:12:04.694 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 08:12:04.694 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 08:12:04.694 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:12:04.695 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:12:04.695 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:12:04.695 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:12:04.695 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@212e4051 is found... 08:12:04.708 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@212e4051 is found finished successfully 08:12:04.708 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.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:12:04.708 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:12:04.708 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:12:04.710 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:12:04.710 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:12:04.710 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:12:04.710 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:12:04.710 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:12:04.710 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:12:04.710 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:12:04.710 INFO [WorkbenchTestable][TextEditor] Set cursor position to offset: 517 08:12:04.711 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:12:04.711 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:12:04.719 INFO [WorkbenchTestable][Keyboard] Type text "testtext" 08:12:04.726 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 08:12:04.726 INFO [WorkbenchTestable][Keyboard] As char:t, as int:116 08:12:05.327 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 08:12:05.327 INFO [WorkbenchTestable][Keyboard] As char:e, as int:101 08:12:05.928 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 08:12:05.928 INFO [WorkbenchTestable][Keyboard] As char:s, as int:115 08:12:06.530 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 08:12:06.530 INFO [WorkbenchTestable][Keyboard] As char:t, as int:116 08:12:07.131 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 08:12:07.131 INFO [WorkbenchTestable][Keyboard] As char:t, as int:116 08:12:07.732 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 08:12:07.732 INFO [WorkbenchTestable][Keyboard] As char:e, as int:101 08:12:08.333 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 08:12:08.333 INFO [WorkbenchTestable][Keyboard] As char:x, as int:120 08:12:08.934 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 08:12:08.934 INFO [WorkbenchTestable][Keyboard] As char:t, as int:116 08:12:09.535 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:12:09.535 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * 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:12:09.535 INFO [WorkbenchTestable][AbstractEditor] Save editor 08:12:09.535 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 08:12:09.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:12:09.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:12:09.536 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:12:09.536 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:12:09.536 DEBUG [main][MenuItemLookup] Found menu:'File' 08:12:09.536 DEBUG [main][MenuItemLookup] Item match:File 08:12:09.537 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 08:12:09.537 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 08:12:09.537 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 08:12:09.537 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 08:12:09.537 DEBUG [main][MenuItemLookup] Found menu:'' 08:12:09.537 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 08:12:09.537 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 08:12:09.537 DEBUG [main][MenuItemLookup] Found menu:'' 08:12:09.537 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 08:12:09.537 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 08:12:09.555 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 08:12:09.555 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 08:12:09.555 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 08:12:09.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 08:12:09.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 08:12:09.565 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:12:09.565 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * 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:12:09.565 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:12:09.566 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:12:09.566 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 08:12:09.566 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:12:09.566 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:12:09.567 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 08:12:09.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:12:09.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:12:09.567 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:12:09.567 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 08:12:09.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:12:09.567 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:12:09.568 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:12:09.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:12:09.568 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:12:09.568 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:12:09.568 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:12:09.601 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:12:09.602 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:12:09.602 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:12:09.602 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:12:09.602 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:12:09.602 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:12:09.602 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:12:09.602 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:12:09.603 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:12:09.603 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:12:09.603 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:12:09.603 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:12:09.603 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:12:10.103 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:12:10.104 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:12:10.604 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:12:10.604 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:12:10.604 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:12:10.604 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:12:10.604 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:12:10.605 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:12:10.605 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:12:10.605 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with 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:12:10.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:12:10.605 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:12:10.605 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:12:10.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:12:10.605 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:12:10.605 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:12:10.605 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 08:12:10.606 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 08:12:10.606 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 08:12:10.606 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 08:12:10.606 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:12:10.606 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 08:12:10.606 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:12:10.606 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 08:12:10.606 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 08:12:10.606 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 08:12:10.606 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:12:10.606 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 08:12:10.606 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:12:10.606 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 08:12:10.606 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 08:12:10.606 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 08:12:10.606 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:12:10.606 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 08:12:10.606 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:12:10.606 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 08:12:10.606 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:12:10.606 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:12:10.607 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:12:10.611 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:12:10.611 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 08:12:10.612 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:12:10.612 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:12:10.612 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:12:10.615 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:12:10.615 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 08:12:10.616 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 08:12:10.644 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 08:12:10.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:12:10.644 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 08:12:10.644 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 08:12:10.644 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 08:12:10.644 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:12:10.644 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:12:10.644 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:12:10.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:12:10.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@7ac2c07c is found... 08:12:10.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@7ac2c07c is found finished successfully 08:12:10.646 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 08:12:10.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:12:10.646 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:12:10.647 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:12:10.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:12:10.648 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:12:10.648 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:12:10.648 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test;testtext public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 08:12:10.648 INFO [WorkbenchTestable][TextEditor] Set text to editor 08:12:10.663 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:12:10.663 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 08:12:10.663 INFO [WorkbenchTestable][AbstractEditor] Save editor 08:12:10.663 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 08:12:10.664 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:12:10.664 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:12:10.664 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:12:10.664 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:12:10.664 DEBUG [main][MenuItemLookup] Found menu:'File' 08:12:10.664 DEBUG [main][MenuItemLookup] Item match:File 08:12:10.665 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 08:12:10.665 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 08:12:10.665 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 08:12:10.665 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 08:12:10.665 DEBUG [main][MenuItemLookup] Found menu:'' 08:12:10.665 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 08:12:10.665 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 08:12:10.665 DEBUG [main][MenuItemLookup] Found menu:'' 08:12:10.665 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 08:12:10.665 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 08:12:10.665 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 08:12:10.665 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 08:12:10.665 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 08:12:10.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 08:12:10.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 08:12:10.694 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:12:10.695 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-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:12:10.695 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 08:12:10.695 DEBUG [main][EditorHandler] 1 editor(s) found 08:12:10.695 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 08:12:10.768 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 08:12:10.768 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 08:12:10.768 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:12:10.768 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:12:10.769 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:12:10.769 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:12:10.769 INFO [WorkbenchTestable][RequirementsRunner] Finished test: setCursorPositionByOffset no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 08:12:10.769 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:12:10.769 INFO [WorkbenchTestable][RequirementsRunner] Started test: getSelectedTextTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 08:12:10.769 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 08:12:10.769 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:12:10.769 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:12:10.769 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:12:10.769 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:12:10.770 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:12:10.770 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 08:12:10.770 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:12:10.770 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:12:10.770 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:12:10.771 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:12:10.771 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:12:10.771 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:12:10.771 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.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:12:10.771 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:12:10.771 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:12:10.771 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:12:10.772 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:12:10.772 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:12:10.772 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:12:10.772 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:12:10.772 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:12:10.772 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:12:10.772 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:12:10.772 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:12:10.774 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:12:10.774 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:12:10.774 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:12:10.774 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:12:10.775 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:12:10.775 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:12:10.775 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:12:10.775 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:12:10.775 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:12:10.775 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:12:10.775 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:12:11.275 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:12:11.276 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:12:11.776 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:12:11.776 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:12:11.776 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:12:11.776 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:12:11.776 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:12:11.777 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:12:11.777 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:12:11.777 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with 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:12:11.777 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:12:11.777 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:12:11.777 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:12:11.777 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:12:11.777 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:12:11.777 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:12:11.777 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 08:12:11.778 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 08:12:11.778 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 08:12:11.778 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 08:12:11.778 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:12:11.778 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 08:12:11.778 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:12:11.778 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 08:12:11.779 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 08:12:11.779 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 08:12:11.779 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:12:11.779 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 08:12:11.779 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:12:11.779 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 08:12:11.779 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 08:12:11.779 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 08:12:11.779 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:12:11.779 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 08:12:11.779 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:12:11.779 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 08:12:11.779 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:12:11.779 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:12:11.779 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:12:11.784 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:12:11.784 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 08:12:11.784 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:12:11.784 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:12:11.784 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:12:11.788 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:12:11.788 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 08:12:11.789 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 08:12:11.892 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 08:12:11.892 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:12:11.892 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 08:12:11.892 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 08:12:11.892 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 08:12:11.892 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 08:12:11.892 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:12:11.892 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:12:11.892 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:12:11.892 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:12:11.893 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@17a0d734 is found... 08:12:11.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@17a0d734 is found finished successfully 08:12:11.899 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.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:12:11.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:12:11.899 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:12:11.901 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:12:11.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:12:11.901 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:12:11.901 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:12:11.901 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:12:11.910 INFO [WorkbenchTestable][TextEditor] Set cursor position to [11, 0] 08:12:11.919 DEBUG [WorkbenchTestable][Keyboard] Select 15 characters to the right 08:12:11.919 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:131072 08:12:12.124 INFO [WorkbenchTestable][Keyboard] Move cursor 08:12:12.324 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777220 08:12:12.324 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777220 08:12:12.524 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777220 08:12:12.928 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777220 08:12:12.928 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777220 08:12:13.128 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777220 08:12:13.531 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777220 08:12:13.531 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777220 08:12:13.732 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777220 08:12:14.136 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777220 08:12:14.136 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777220 08:12:14.336 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777220 08:12:14.738 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777220 08:12:14.738 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777220 08:12:14.938 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777220 08:12:15.340 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777220 08:12:15.340 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777220 08:12:15.540 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777220 08:12:15.942 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777220 08:12:15.942 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777220 08:12:16.143 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777220 08:12:16.545 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777220 08:12:16.545 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777220 08:12:16.745 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777220 08:12:17.147 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777220 08:12:17.147 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777220 08:12:17.347 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777220 08:12:17.749 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777220 08:12:17.749 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777220 08:12:17.949 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777220 08:12:18.352 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777220 08:12:18.352 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777220 08:12:18.552 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777220 08:12:18.954 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777220 08:12:18.954 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777220 08:12:19.156 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777220 08:12:19.557 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777220 08:12:19.557 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777220 08:12:19.758 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777220 08:12:20.160 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777220 08:12:20.160 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777220 08:12:20.360 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777220 08:12:20.762 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777220 08:12:20.762 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777220 08:12:20.962 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777220 08:12:21.165 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:131072 08:12:21.366 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:12:21.366 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:12:21.366 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 08:12:21.366 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:12:21.367 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:12:21.367 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 08:12:21.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:12:21.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:12:21.367 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:12:21.368 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 08:12:21.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:12:21.368 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:12:21.368 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:12:21.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:12:21.368 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:12:21.368 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:12:21.368 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:12:21.380 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:12:21.380 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:12:21.380 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:12:21.380 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:12:21.381 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:12:21.381 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:12:21.381 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:12:21.381 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:12:21.381 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:12:21.381 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:12:21.381 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:12:21.381 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:12:21.382 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:12:21.882 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:12:21.882 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:12:22.382 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:12:22.382 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:12:22.382 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:12:22.382 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:12:22.382 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:12:22.383 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:12:22.383 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:12:22.383 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with 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:12:22.383 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:12:22.383 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:12:22.383 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:12:22.383 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:12:22.383 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:12:22.384 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:12:22.384 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 08:12:22.384 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 08:12:22.384 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 08:12:22.384 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 08:12:22.384 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:12:22.384 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 08:12:22.384 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:12:22.384 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 08:12:22.384 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 08:12:22.384 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 08:12:22.385 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:12:22.385 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 08:12:22.385 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:12:22.385 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 08:12:22.385 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 08:12:22.385 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 08:12:22.385 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:12:22.385 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 08:12:22.385 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:12:22.385 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 08:12:22.385 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:12:22.385 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:12:22.385 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:12:22.392 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:12:22.392 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 08:12:22.392 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:12:22.392 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:12:22.392 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:12:22.396 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:12:22.396 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 08:12:22.397 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 08:12:22.428 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 08:12:22.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:12:22.428 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 08:12:22.428 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 08:12:22.428 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 08:12:22.428 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:12:22.428 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:12:22.428 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:12:22.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:12:22.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@62179c7c is found... 08:12:22.429 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@62179c7c is found finished successfully 08:12:22.429 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.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:12:22.429 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:12:22.429 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:12:22.432 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:12:22.432 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:12:22.432 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:12:22.432 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:12:22.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:12:22.432 INFO [WorkbenchTestable][TextEditor] Set text to editor 08:12:22.443 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:12:22.444 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-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:12:22.444 INFO [WorkbenchTestable][AbstractEditor] Save editor 08:12:22.444 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 08:12:22.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:12:22.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:12:22.444 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:12:22.444 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:12:22.444 DEBUG [main][MenuItemLookup] Found menu:'File' 08:12:22.444 DEBUG [main][MenuItemLookup] Item match:File 08:12:22.445 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 08:12:22.445 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 08:12:22.445 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 08:12:22.445 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 08:12:22.445 DEBUG [main][MenuItemLookup] Found menu:'' 08:12:22.445 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 08:12:22.445 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 08:12:22.445 DEBUG [main][MenuItemLookup] Found menu:'' 08:12:22.445 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 08:12:22.445 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 08:12:22.446 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 08:12:22.446 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 08:12:22.446 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 08:12:22.473 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 08:12:22.474 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 08:12:22.475 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:12:22.475 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 08:12:22.475 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 08:12:22.475 DEBUG [main][EditorHandler] 1 editor(s) found 08:12:22.475 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 08:12:22.547 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 08:12:22.547 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 08:12:22.547 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:12:22.547 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:12:22.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:12:22.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:12:22.547 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getSelectedTextTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 08:12:22.547 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:12:22.547 INFO [WorkbenchTestable][RequirementsRunner] Started test: insertTextBehind no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 08:12:22.547 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 08:12:22.547 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:12:22.547 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:12:22.547 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:12:22.548 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:12:22.548 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:12:22.548 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 08:12:22.548 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:12:22.549 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:12:22.549 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:12:22.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:12:22.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:12:22.549 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:12:22.549 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 08:12:22.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:12:22.549 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:12:22.550 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:12:22.550 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:12:22.550 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:12:22.550 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:12:22.550 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:12:22.551 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:12:22.551 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:12:22.551 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:12:22.551 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:12:22.552 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:12:22.552 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:12:22.553 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:12:22.553 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:12:22.553 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:12:22.553 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:12:22.553 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:12:22.554 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:12:22.554 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:12:22.554 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:12:22.554 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:12:23.054 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:12:23.054 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:12:23.554 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:12:23.554 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:12:23.555 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:12:23.555 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:12:23.555 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:12:23.555 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:12:23.555 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:12:23.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:12:23.555 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:12:23.555 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:12:23.556 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:12:23.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:12:23.556 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:12:23.556 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:12:23.556 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 08:12:23.556 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 08:12:23.556 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 08:12:23.556 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 08:12:23.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:12:23.556 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 08:12:23.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:12:23.557 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 08:12:23.557 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 08:12:23.557 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 08:12:23.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:12:23.557 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 08:12:23.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:12:23.557 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 08:12:23.557 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 08:12:23.557 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 08:12:23.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:12:23.557 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 08:12:23.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:12:23.557 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 08:12:23.557 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:12:23.557 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:12:23.557 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:12:23.563 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:12:23.563 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 08:12:23.563 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:12:23.563 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:12:23.563 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:12:23.567 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:12:23.567 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 08:12:23.567 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 08:12:23.676 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 08:12:23.676 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:12:23.676 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 08:12:23.676 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 08:12:23.676 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 08:12:23.676 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 08:12:23.676 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:12:23.676 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:12:23.676 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:12:23.676 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:12:23.676 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@2264925d is found... 08:12:23.681 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@2264925d is found finished successfully 08:12:23.682 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.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:12:23.682 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:12:23.682 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:12:23.691 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:12:23.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:12:23.691 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:12:23.691 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:12:23.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:12:23.691 INFO [WorkbenchTestable][TextEditor] Insert text to editor at offser 525 08:12:23.694 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:12:23.695 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:12:23.695 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 08:12:23.695 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:12:23.696 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:12:23.696 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 08:12:23.696 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:12:23.696 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:12:23.696 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:12:23.696 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 08:12:23.696 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:12:23.696 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:12:23.697 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:12:23.697 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:12:23.697 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:12:23.697 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:12:23.697 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:12:23.738 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:12:23.739 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:12:23.739 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:12:23.739 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:12:23.739 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:12:23.739 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:12:23.740 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:12:23.740 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:12:23.740 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:12:23.740 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:12:23.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:12:23.740 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:12:23.740 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:12:24.241 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:12:24.241 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:12:24.741 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:12:24.741 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:12:24.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:12:24.741 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:12:24.741 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:12:24.742 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:12:24.742 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:12:24.742 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 08:12:24.742 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:12:24.742 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:12:24.743 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:12:24.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:12:24.743 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:12:24.743 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:12:24.743 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 08:12:24.743 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 08:12:24.743 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 08:12:24.743 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 08:12:24.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:12:24.744 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 08:12:24.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:12:24.744 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 08:12:24.744 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 08:12:24.744 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 08:12:24.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:12:24.744 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 08:12:24.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:12:24.744 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 08:12:24.744 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 08:12:24.744 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 08:12:24.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:12:24.744 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 08:12:24.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:12:24.744 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 08:12:24.744 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:12:24.744 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:12:24.744 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:12:24.749 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:12:24.750 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 08:12:24.750 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:12:24.750 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:12:24.750 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:12:24.756 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:12:24.756 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 08:12:24.756 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 08:12:24.789 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 08:12:24.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:12:24.789 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 08:12:24.789 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 08:12:24.789 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 08:12:24.789 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:12:24.789 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:12:24.789 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:12:24.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:12:24.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@4ec9674d is found... 08:12:24.791 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@4ec9674d is found finished successfully 08:12:24.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.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:12:24.791 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:12:24.791 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:12:24.792 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:12:24.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:12:24.792 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:12:24.793 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:12:24.793 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:12:24.793 INFO [WorkbenchTestable][TextEditor] Set text to editor 08:12:24.807 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:12:24.807 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 08:12:24.807 INFO [WorkbenchTestable][AbstractEditor] Save editor 08:12:24.807 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 08:12:24.807 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:12:24.807 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:12:24.808 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:12:24.808 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:12:24.808 DEBUG [main][MenuItemLookup] Found menu:'File' 08:12:24.808 DEBUG [main][MenuItemLookup] Item match:File 08:12:24.808 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 08:12:24.808 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 08:12:24.808 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 08:12:24.808 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 08:12:24.808 DEBUG [main][MenuItemLookup] Found menu:'' 08:12:24.808 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 08:12:24.808 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 08:12:24.808 DEBUG [main][MenuItemLookup] Found menu:'' 08:12:24.808 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 08:12:24.808 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 08:12:24.811 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 08:12:24.811 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 08:12:24.811 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 08:12:24.842 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 08:12:24.843 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 08:12:24.844 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:12:24.844 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-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:12:24.844 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 08:12:24.845 DEBUG [main][EditorHandler] 1 editor(s) found 08:12:24.845 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 08:12:24.938 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 08:12:24.938 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 08:12:24.938 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:12:24.938 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:12:24.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:12:24.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:12:24.938 INFO [WorkbenchTestable][RequirementsRunner] Finished test: insertTextBehind no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 08:12:24.938 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:12:24.938 INFO [WorkbenchTestable][RequirementsRunner] Started test: getMarkers no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 08:12:24.938 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 08:12:24.938 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:12:24.938 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:12:24.938 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:12:24.939 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:12:24.939 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:12:24.939 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 08:12:24.939 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:12:24.940 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:12:24.940 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:12:24.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:12:24.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:12:24.941 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:12:24.941 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 08:12:24.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:12:24.941 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:12:24.941 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:12:24.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:12:24.941 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:12:24.941 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:12:24.941 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:12:24.956 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:12:24.956 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:12:24.956 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:12:24.956 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:12:24.958 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:12:24.958 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:12:24.958 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:12:24.958 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:12:24.959 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:12:24.959 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:12:24.972 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:12:24.972 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:12:24.972 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:12:24.972 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:12:24.972 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:12:25.472 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:12:25.473 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:12:25.973 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:12:25.973 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:12:25.973 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:12:25.973 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:12:25.973 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:12:25.974 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:12:25.974 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:12:25.974 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 08:12:25.974 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:12:25.974 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:12:25.974 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:12:25.974 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:12:25.974 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:12:25.974 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:12:25.974 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 08:12:25.975 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 08:12:25.975 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 08:12:25.975 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 08:12:25.975 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:12:25.975 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 08:12:25.975 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:12:25.975 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 08:12:25.975 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 08:12:25.975 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 08:12:25.975 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:12:25.975 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 08:12:25.975 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:12:25.975 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 08:12:25.975 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 08:12:25.975 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 08:12:25.975 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:12:25.975 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 08:12:25.975 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:12:25.976 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 08:12:25.976 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:12:25.976 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:12:25.976 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:12:25.981 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:12:25.982 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 08:12:25.982 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:12:25.982 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:12:25.982 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:12:25.986 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:12:25.986 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 08:12:25.986 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 08:12:26.107 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 08:12:26.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:12:26.108 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 08:12:26.108 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 08:12:26.108 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 08:12:26.108 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 08:12:26.108 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:12:26.108 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:12:26.108 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:12:26.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:12:26.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@5fc110d7 is found... 08:12:26.121 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@5fc110d7 is found finished successfully 08:12:26.121 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.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:12:26.121 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:12:26.121 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:12:26.123 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:12:26.123 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:12:26.123 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:12:26.123 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:12:26.123 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:12:26.123 INFO [WorkbenchTestable][TextEditor] Set text to editor 08:12:26.134 INFO [WorkbenchTestable][TextEditor] Set text to editor 08:12:26.151 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:12:26.151 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { SystemX.out.println(""); } } TooltipText=null 08:12:26.151 INFO [WorkbenchTestable][AbstractEditor] Save editor 08:12:26.151 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 08:12:26.152 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:12:26.152 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:12:26.152 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:12:26.152 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:12:26.152 DEBUG [main][MenuItemLookup] Found menu:'File' 08:12:26.152 DEBUG [main][MenuItemLookup] Item match:File 08:12:26.153 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 08:12:26.153 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 08:12:26.153 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 08:12:26.153 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 08:12:26.153 DEBUG [main][MenuItemLookup] Found menu:'' 08:12:26.153 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 08:12:26.153 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 08:12:26.153 DEBUG [main][MenuItemLookup] Found menu:'' 08:12:26.153 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 08:12:26.153 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 08:12:26.153 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 08:12:26.153 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 08:12:26.153 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 08:12:26.180 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 08:12:26.180 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 08:12:26.181 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:12:26.181 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/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:12:26.181 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 08:12:27.182 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:12:27.182 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { SystemX.out.println(""); } } TooltipText=null 08:12:27.182 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:12:27.183 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:12:27.183 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 08:12:27.183 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:12:27.183 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:12:27.184 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 08:12:27.184 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:12:27.184 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:12:27.184 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:12:27.184 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.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:12:27.184 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:12:27.184 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:12:27.185 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:12:27.185 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:12:27.185 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:12:27.185 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:12:27.185 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:12:27.194 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:12:27.194 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:12:27.213 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:12:27.213 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:12:27.214 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:12:27.214 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:12:27.214 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:12:27.214 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:12:27.215 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:12:27.215 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:12:27.215 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:12:27.215 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:12:27.215 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:12:27.715 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:12:27.715 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:12:28.215 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:12:28.215 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:12:28.716 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:12:28.716 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:12:28.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:12:28.716 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:12:28.716 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:12:28.717 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:12:28.717 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:12:28.717 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with 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:12:28.717 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:12:28.717 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:12:28.717 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:12:28.717 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:12:28.717 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:12:28.717 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:12:28.717 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 08:12:28.717 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 08:12:28.718 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 08:12:28.718 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 08:12:28.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:12:28.718 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 08:12:28.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:12:28.718 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 08:12:28.718 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 08:12:28.718 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 08:12:28.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:12:28.718 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 08:12:28.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:12:28.718 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 08:12:28.718 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 08:12:28.718 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 08:12:28.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:12:28.718 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 08:12:28.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:12:28.718 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 08:12:28.718 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:12:28.718 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:12:28.718 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:12:28.723 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:12:28.723 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 08:12:28.723 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:12:28.724 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:12:28.724 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:12:28.730 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:12:28.730 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 08:12:28.730 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 08:12:28.763 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 08:12:28.763 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:12:28.763 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 08:12:28.763 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 08:12:28.763 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 08:12:28.763 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:12:28.763 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:12:28.763 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:12:28.763 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:12:28.763 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@1eb832f is found... 08:12:28.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@1eb832f is found finished successfully 08:12: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:12:28.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:12:28.764 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:12:28.766 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:12:28.766 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:12:28.766 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:12:28.766 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:12:28.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() { SystemX.out.println(""); } } TooltipText=null 08:12:28.766 INFO [WorkbenchTestable][TextEditor] Set text to editor 08:12:28.775 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:12:28.775 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 08:12:28.775 INFO [WorkbenchTestable][AbstractEditor] Save editor 08:12:28.775 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 08:12:28.775 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:12:28.775 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:12:28.775 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:12:28.775 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:12:28.775 DEBUG [main][MenuItemLookup] Found menu:'File' 08:12:28.776 DEBUG [main][MenuItemLookup] Item match:File 08:12:28.776 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 08:12:28.776 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 08:12:28.776 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 08:12:28.776 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 08:12:28.776 DEBUG [main][MenuItemLookup] Found menu:'' 08:12:28.776 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 08:12:28.776 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 08:12:28.776 DEBUG [main][MenuItemLookup] Found menu:'' 08:12:28.776 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 08:12:28.776 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 08:12:28.794 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 08:12:28.794 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 08:12:28.794 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 08:12:28.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 08:12:28.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 08:12:28.804 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:12:28.804 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-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:12:28.804 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 08:12:28.804 DEBUG [main][EditorHandler] 1 editor(s) found 08:12:28.804 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 08:12:28.882 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 08:12:28.882 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 08:12:28.882 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:12:28.882 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:12:28.882 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:12:28.882 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:12:28.882 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getMarkers no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 08:12:28.882 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:12:28.882 INFO [WorkbenchTestable][RequirementsRunner] Started test: closeOpenOnAssistUsingCloseAllShells no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 08:12:28.882 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 08:12:28.882 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:12:28.882 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:12:28.882 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:12:28.883 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:12:28.883 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:12:28.883 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 08:12:28.883 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:12:28.884 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:12:28.884 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:12:28.884 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:12:28.885 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:12:28.885 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:12:28.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:12:28.885 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:12:28.885 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:12:28.885 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:12:28.885 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:12:28.885 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:12:28.885 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:12:28.885 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:12:28.886 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:12:28.886 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:12:28.886 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:12:28.886 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:12:28.887 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:12:28.887 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:12:28.888 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:12:28.888 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:12:28.888 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:12:28.888 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:12:28.888 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:12:28.888 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:12:28.888 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:12:28.888 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:12:28.889 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:12:29.389 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:12:29.389 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:12:29.889 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:12:29.889 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:12:29.889 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:12:29.890 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:12:29.890 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:12:29.890 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:12:29.890 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:12:29.890 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with 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:12:29.890 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:12:29.890 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:12:29.890 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:12:29.890 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:12:29.890 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:12:29.891 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:12:29.891 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 08:12:29.891 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 08:12:29.891 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 08:12:29.891 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 08:12:29.891 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:12:29.891 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 08:12:29.891 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:12:29.891 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 08:12:29.891 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 08:12:29.891 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 08:12:29.891 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:12:29.891 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 08:12:29.891 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:12:29.892 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 08:12:29.892 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 08:12:29.892 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 08:12:29.892 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:12:29.892 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 08:12:29.892 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:12:29.892 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 08:12:29.892 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:12:29.892 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:12:29.892 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:12:29.899 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:12:29.899 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 08:12:29.899 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:12:29.899 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:12:29.899 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:12:29.903 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:12:29.903 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 08:12:29.904 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 08:12:30.008 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 08:12:30.008 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:12:30.008 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 08:12:30.008 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 08:12:30.008 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 08:12:30.008 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 08:12:30.008 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:12:30.008 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:12:30.008 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:12:30.008 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:12:30.008 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@79b0f35 is found... 08:12:30.012 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@79b0f35 is found finished successfully 08:12:30.012 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 08:12:30.012 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:12:30.012 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:12:30.014 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:12:30.014 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:12:30.014 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:12:30.015 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:12:30.015 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 08:12:30.015 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:12:30.029 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:12:30.029 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:12:30.029 INFO [WorkbenchTestable][AbstractEditor] Open editor's open on assistant 08:12:30.029 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 08:12:31.030 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:12:31.030 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:12:31.030 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:12:31.030 DEBUG [main][MenuItemLookup] Found menu:'File' 08:12:31.030 DEBUG [main][MenuItemLookup] Found menu:'Edit' 08:12:31.030 DEBUG [main][MenuItemLookup] Found menu:'Source' 08:12:31.030 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 08:12:31.030 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 08:12:31.030 DEBUG [main][MenuItemLookup] Item match:Navigate 08:12:31.031 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 08:12:31.031 DEBUG [main][MenuItemLookup] Found menu:'Go To' 08:12:31.031 DEBUG [main][MenuItemLookup] Found menu:'' 08:12:31.031 DEBUG [main][MenuItemLookup] Found menu:'Open Declaration F3' 08:12:31.031 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 08:12:31.031 DEBUG [main][MenuItemLookup] Found menu:'Open Call Hierarchy Ctrl+Alt+H' 08:12:31.031 DEBUG [main][MenuItemLookup] Found menu:'Open Hyperlink' 08:12:31.031 DEBUG [main][MenuItemLookup] Item match:Open Hyperlink 08:12:31.031 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Open Hyperlin&k" 08:12:31.031 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Open Hyperlink 08:12:31.031 INFO [main][MenuItemHandler] Select menu item: Open Hyperlin&k 08:12:31.083 DEBUG [WorkbenchTestable][AbstractWait] Waiting until ContentAssistant shell is opened... 08:12:31.085 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 08:12:31.085 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:12:31.085 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:12:31.085 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:12:31.085 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "" as the parent 08:12:31.085 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:12:31.085 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:12:31.085 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:12:31.085 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:12:31.085 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:12:31.085 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 08:12:31.085 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 08:12:31.085 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 08:12:31.085 DEBUG [WorkbenchTestable][AbstractWait] Waiting until ContentAssistant shell is opened finished successfully 08:12:31.086 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell 08:12:31.086 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:12:31.086 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:12:31.086 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:12:31.086 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:12:31.086 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:12:31.086 INFO [WorkbenchTestable][WorkbenchShellHandler] Close shell 08:12:31.086 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell 08:12:31.086 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:12:31.086 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:12:31.086 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:12:31.086 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:12:31.086 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:12:31.086 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:12:31.586 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:12:31.587 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:12:32.087 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:12:32.087 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:12:32.087 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:12:32.088 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was not found 08:12:32.088 TRACE [WorkbenchTestable][WidgetHandler] Notify Shell with event 21 08:12:32.088 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:12:32.088 INFO [WorkbenchTestable][ShellHandler] Closing shell '' 08:12:32.100 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: ""] is available.... 08:12:32.600 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:12:32.600 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:12:32.601 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:12:32.601 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 08:12:32.601 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:12:32.601 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:12:32.602 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 08:12:32.602 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:12:32.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:12:32.616 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:12:32.616 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 08:12:32.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:12:32.616 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:12:32.617 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:12:32.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:12:32.617 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:12:32.617 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:12:32.617 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:12:32.642 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:12:32.642 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:12:32.643 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:12:32.643 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:12:32.643 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:12:32.643 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:12:32.643 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:12:32.643 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:12:32.644 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:12:32.644 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:12:32.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:12:32.644 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:12:32.644 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:12:33.144 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:12:33.144 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:12:33.644 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:12:33.645 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:12:33.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:12:33.645 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:12:33.645 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:12:33.645 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:12:33.645 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:12:33.645 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 08:12:33.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:12:33.645 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:12:33.646 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:12:33.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:12:33.646 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:12:33.646 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:12:33.646 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 08:12:33.646 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 08:12:33.646 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 08:12:33.646 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 08:12:33.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:12:33.647 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 08:12:33.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:12:33.647 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 08:12:33.647 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 08:12:33.647 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 08:12:33.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:12:33.647 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 08:12:33.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:12:33.647 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 08:12:33.647 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 08:12:33.647 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 08:12:33.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:12:33.647 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 08:12:33.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:12:33.647 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 08:12:33.647 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:12:33.647 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:12:33.647 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:12:33.652 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:12:33.652 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 08:12:33.652 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:12:33.652 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:12:33.652 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:12:33.658 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:12:33.658 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 08:12:33.659 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 08:12:33.689 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 08:12:33.689 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:12:33.689 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 08:12:33.689 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 08:12:33.689 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 08:12:33.689 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:12:33.689 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:12:33.689 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:12:33.689 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:12:33.689 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@2ede384 is found... 08:12:33.690 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@2ede384 is found finished successfully 08:12:33.691 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.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:12:33.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:12:33.691 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:12:33.692 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:12:33.692 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:12:33.692 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:12:33.692 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:12:33.693 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 08:12:33.693 INFO [WorkbenchTestable][TextEditor] Set text to editor 08:12:33.709 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:12:33.709 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-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:12:33.709 INFO [WorkbenchTestable][AbstractEditor] Save editor 08:12:33.709 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 08:12:33.709 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:12:33.709 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:12:33.709 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:12:33.709 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:12:33.709 DEBUG [main][MenuItemLookup] Found menu:'File' 08:12:33.709 DEBUG [main][MenuItemLookup] Item match:File 08:12:33.710 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 08:12:33.710 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 08:12:33.710 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 08:12:33.710 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 08:12:33.710 DEBUG [main][MenuItemLookup] Found menu:'' 08:12:33.710 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 08:12:33.710 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 08:12:33.710 DEBUG [main][MenuItemLookup] Found menu:'' 08:12:33.710 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 08:12:33.710 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 08:12:33.710 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 08:12:33.710 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 08:12:33.710 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 08:12:33.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 08:12:33.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 08:12:33.736 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:12:33.736 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-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:12:33.736 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 08:12:33.737 DEBUG [main][EditorHandler] 1 editor(s) found 08:12:33.737 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 08:12:33.792 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 08:12:33.792 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 08:12:33.792 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:12:33.792 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:12:33.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:12:33.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:12:33.792 INFO [WorkbenchTestable][RequirementsRunner] Finished test: closeOpenOnAssistUsingCloseAllShells no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 08:12:33.792 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:12:33.792 INFO [WorkbenchTestable][RequirementsRunner] Started test: getLineOfTextIndex no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 08:12:33.792 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 08:12:33.792 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:12:33.792 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:12:33.792 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:12:33.793 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:12:33.793 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:12:33.793 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 08:12:33.793 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:12:33.794 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:12:33.794 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:12:33.794 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:12:33.794 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:12:33.794 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:12:33.794 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 08:12:33.794 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:12:33.794 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:12:33.839 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:12:33.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:12:33.839 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:12:33.839 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:12:33.839 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:12:33.839 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:12:33.840 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:12:33.840 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:12:33.840 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:12:33.841 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:12:33.841 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:12:33.841 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:12:33.841 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:12:33.842 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:12:33.842 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:12:33.842 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:12:33.842 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:12:33.842 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:12:33.842 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:12:33.842 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:12:34.342 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:12:34.343 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:12:34.843 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:12:34.851 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:12:34.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:12:34.851 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:12:34.851 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:12:34.852 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:12:34.852 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:12:34.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.ctab.DefaultCTabItem, index 0 and no matchers specified 08:12:34.852 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:12:34.852 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:12:34.852 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:12:34.852 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:12:34.852 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:12:34.852 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:12:34.852 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 08:12:34.852 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 08:12:34.853 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 08:12:34.853 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 08:12:34.853 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:12:34.853 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 08:12:34.853 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:12:34.853 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 08:12:34.853 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 08:12:34.853 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 08:12:34.853 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:12:34.853 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 08:12:34.853 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:12:34.853 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 08:12:34.853 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 08:12:34.853 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 08:12:34.853 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:12:34.853 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 08:12:34.853 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:12:34.853 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 08:12:34.854 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:12:34.854 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:12:34.854 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:12:34.860 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:12:34.860 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 08:12:34.860 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:12:34.860 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:12:34.860 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:12:34.864 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:12:34.864 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 08:12:34.865 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 08:12:34.967 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 08:12:34.968 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:12:34.968 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 08:12:34.968 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 08:12:34.968 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 08:12:34.968 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 08:12:34.968 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:12:34.968 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:12:34.968 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:12:34.968 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:12:34.968 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@557d0ca6 is found... 08:12:34.973 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@557d0ca6 is found finished successfully 08:12:34.973 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.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:12:34.973 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:12:34.973 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:12:34.975 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:12:34.975 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:12:34.975 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:12:34.975 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:12:34.975 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:12:34.975 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:12:34.976 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:12:34.976 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 08:12:34.976 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:12:34.976 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:12:34.976 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 08:12:34.977 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:12:34.977 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:12:34.977 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:12:34.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.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 08:12:34.977 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:12:34.977 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:12:34.977 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:12:34.977 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:12:34.977 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:12:34.977 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:12:34.977 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:12:35.007 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:12:35.007 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:12:35.008 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:12:35.008 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:12:35.008 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:12:35.008 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:12:35.008 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:12:35.008 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:12:35.008 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:12:35.008 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:12:35.008 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:12:35.009 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:12:35.009 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:12:35.509 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:12:35.509 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:12:36.009 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:12:36.010 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:12:36.010 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:12:36.010 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:12:36.010 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:12:36.010 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:12:36.011 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:12:36.011 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with 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:12:36.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:12:36.011 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:12:36.011 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:12:36.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:12:36.011 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:12:36.011 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:12:36.011 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 08:12:36.011 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 08:12:36.012 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 08:12:36.012 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 08:12:36.012 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:12:36.012 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 08:12:36.012 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:12:36.012 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 08:12:36.012 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 08:12:36.012 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 08:12:36.012 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:12:36.012 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 08:12:36.012 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:12:36.012 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 08:12:36.012 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 08:12:36.012 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 08:12:36.012 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:12:36.012 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 08:12:36.012 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:12:36.012 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 08:12:36.012 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:12:36.012 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:12:36.012 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:12:36.019 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:12:36.019 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 08:12:36.019 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:12:36.019 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:12:36.019 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:12:36.023 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:12:36.023 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 08:12:36.024 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 08:12:36.059 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 08:12:36.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:12:36.059 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 08:12:36.059 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 08:12:36.059 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 08:12:36.059 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:12:36.059 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:12:36.059 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:12:36.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:12:36.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@8d21fdd is found... 08:12:36.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@8d21fdd is found finished successfully 08:12:36.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.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:12:36.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:12:36.061 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:12:36.063 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:12:36.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:12:36.063 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:12:36.063 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:12:36.063 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 08:12:36.063 INFO [WorkbenchTestable][TextEditor] Set text to editor 08:12:36.086 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:12:36.086 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 08:12:36.086 INFO [WorkbenchTestable][AbstractEditor] Save editor 08:12:36.086 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 08:12:36.086 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:12:36.086 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:12:36.086 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:12:36.086 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:12:36.086 DEBUG [main][MenuItemLookup] Found menu:'File' 08:12:36.086 DEBUG [main][MenuItemLookup] Item match:File 08:12:36.087 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 08:12:36.087 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 08:12:36.087 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 08:12:36.087 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 08:12:36.087 DEBUG [main][MenuItemLookup] Found menu:'' 08:12:36.087 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 08:12:36.087 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 08:12:36.087 DEBUG [main][MenuItemLookup] Found menu:'' 08:12:36.087 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 08:12:36.087 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 08:12:36.087 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 08:12:36.087 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 08:12:36.087 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 08:12:36.095 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 08:12:36.096 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 08:12:36.096 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:12:36.097 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-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:12:36.097 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 08:12:36.097 DEBUG [main][EditorHandler] 1 editor(s) found 08:12:36.097 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 08:12:36.163 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 08:12:36.163 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 08:12:36.163 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:12:36.163 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:12:36.163 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:12:36.163 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:12:36.163 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getLineOfTextIndex no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 08:12:36.163 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:12:36.163 INFO [WorkbenchTestable][RequirementsRunner] Started test: selectLineTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 08:12:36.163 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 08:12:36.163 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:12:36.163 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:12:36.163 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:12:36.163 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:12:36.164 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:12:36.164 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 08:12:36.164 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:12:36.165 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:12:36.165 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:12:36.165 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:12:36.165 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:12:36.165 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:12:36.165 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.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:12:36.165 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:12:36.165 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:12:36.166 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:12:36.166 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:12:36.166 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:12:36.166 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:12:36.166 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:12:36.166 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:12:36.167 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:12:36.167 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:12:36.167 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:12:36.168 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:12:36.168 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:12:36.168 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:12:36.168 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:12:36.168 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:12:36.168 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:12:36.169 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:12:36.169 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:12:36.169 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:12:36.169 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:12:36.169 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:12:36.669 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:12:36.669 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:12:37.170 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:12:37.170 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:12:37.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:12:37.170 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:12:37.170 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:12:37.171 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:12:37.171 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:12:37.171 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with 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:12:37.171 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:12:37.171 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:12:37.171 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:12:37.172 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:12:37.172 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:12:37.172 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:12:37.172 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 08:12:37.172 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 08:12:37.172 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 08:12:37.172 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 08:12:37.172 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:12:37.173 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 08:12:37.173 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:12:37.173 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 08:12:37.173 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 08:12:37.173 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 08:12:37.173 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:12:37.173 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 08:12:37.173 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:12:37.173 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 08:12:37.173 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 08:12:37.173 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 08:12:37.173 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:12:37.173 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 08:12:37.173 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:12:37.173 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 08:12:37.173 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:12:37.173 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:12:37.173 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:12:37.180 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:12:37.181 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 08:12:37.181 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:12:37.181 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:12:37.181 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:12:37.188 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:12:37.188 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 08:12:37.189 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 08:12:37.301 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 08:12:37.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:12:37.301 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 08:12:37.301 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 08:12:37.301 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 08:12:37.301 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 08:12:37.301 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:12:37.301 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:12:37.301 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:12:37.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:12:37.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@576f4b55 is found... 08:12:37.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@576f4b55 is found finished successfully 08:12:37.306 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 08:12:37.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:12:37.306 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:12:37.308 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:12:37.308 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:12:37.308 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:12:37.308 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:12:37.308 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 08:12:37.308 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777218 08:12:37.308 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777218 08:12:37.508 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777218 08:12:37.713 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777218 08:12:37.713 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777218 08:12:37.913 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777218 08:12:38.115 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777218 08:12:38.115 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777218 08:12:38.316 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777218 08:12:38.518 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777218 08:12:38.518 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777218 08:12:38.718 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777218 08:12:38.921 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 08:12:38.921 INFO [WorkbenchTestable][Keyboard] As char:, as int:262144 08:12:39.121 INFO [WorkbenchTestable][Keyboard] As char:-, as int:16777261 08:12:40.123 INFO [WorkbenchTestable][TextEditor] Select line 17 in editor 08:12:40.131 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:12:40.132 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:12:40.132 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 08:12:40.132 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:12:40.133 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:12:40.133 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 08:12:40.134 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:12:40.134 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:12:40.134 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:12:40.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:12:40.134 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:12:40.134 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:12:40.135 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:12:40.135 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:12:40.135 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:12:40.135 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:12:40.135 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:12:40.167 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:12:40.167 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:12:40.167 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:12:40.167 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:12:40.167 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:12:40.167 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:12:40.168 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:12:40.168 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:12:40.168 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:12:40.168 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:12:40.168 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:12:40.168 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:12:40.168 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:12:40.668 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:12:40.669 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:12:41.169 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:12:41.169 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:12:41.169 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:12:41.169 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:12:41.169 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:12:41.170 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:12:41.170 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:12:41.170 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with 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:12:41.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:12:41.170 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:12:41.170 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:12:41.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:12:41.170 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:12:41.171 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:12:41.171 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 08:12:41.171 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 08:12:41.171 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 08:12:41.171 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 08:12:41.171 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:12:41.171 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 08:12:41.171 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:12:41.171 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 08:12:41.172 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 08:12:41.172 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 08:12:41.172 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:12:41.172 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 08:12:41.172 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:12:41.172 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 08:12:41.172 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 08:12:41.172 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 08:12:41.172 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:12:41.172 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 08:12:41.172 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:12:41.172 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 08:12:41.172 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:12:41.172 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:12:41.172 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:12:41.179 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:12:41.180 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 08:12:41.180 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:12:41.180 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:12:41.180 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:12:41.184 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:12:41.184 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 08:12:41.184 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 08:12:41.212 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 08:12:41.212 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:12:41.212 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 08:12:41.212 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 08:12:41.212 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 08:12:41.212 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:12:41.212 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:12:41.212 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:12:41.212 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:12:41.213 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@5b306313 is found... 08:12:41.214 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@5b306313 is found finished successfully 08:12:41.214 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 08:12:41.214 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:12:41.214 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:12:41.216 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:12:41.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:12:41.216 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:12:41.216 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:12:41.216 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 08:12:41.216 INFO [WorkbenchTestable][TextEditor] Set text to editor 08:12:41.231 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:12:41.231 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-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:12:41.232 INFO [WorkbenchTestable][AbstractEditor] Save editor 08:12:41.232 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 08:12:41.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:12:41.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:12:41.232 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:12:41.232 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:12:41.232 DEBUG [main][MenuItemLookup] Found menu:'File' 08:12:41.232 DEBUG [main][MenuItemLookup] Item match:File 08:12:41.233 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 08:12:41.233 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 08:12:41.233 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 08:12:41.233 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 08:12:41.233 DEBUG [main][MenuItemLookup] Found menu:'' 08:12:41.233 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 08:12:41.233 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 08:12:41.233 DEBUG [main][MenuItemLookup] Found menu:'' 08:12:41.233 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 08:12:41.233 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 08:12:41.233 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 08:12:41.233 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 08:12:41.233 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 08:12:41.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 08:12:41.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 08:12:41.263 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:12:41.263 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-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:12:41.263 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 08:12:41.263 DEBUG [main][EditorHandler] 1 editor(s) found 08:12:41.263 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 08:12:41.354 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 08:12:41.355 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 08:12:41.355 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:12:41.355 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:12:41.355 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:12:41.355 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:12:41.355 INFO [WorkbenchTestable][RequirementsRunner] Finished test: selectLineTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 08:12:41.355 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 08:12:41.355 DEBUG [main][EditorHandler] 0 editor(s) found 08:12:41.355 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:12:41.356 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:12:41.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:12:41.356 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:12:41.357 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:12:41.357 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:12:41.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:12:41.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:12:41.357 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:12:41.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:12:41.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:12:41.358 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:12:41.358 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:12:41.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:12:41.358 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:12:41.359 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:12:41.359 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:12:41.359 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:12:41.359 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:12:41.359 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:12:41.359 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:12:41.360 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:12:41.361 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:12:41.361 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:12:41.361 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:12:41.361 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:12:41.361 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:12:41.362 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:12:41.362 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:12:41.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:12:41.362 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:12:41.362 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:12:41.862 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:12:41.862 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:12:42.362 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:12:42.363 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:12:42.363 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:12:42.363 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:12:42.363 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:12:42.364 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:12:42.364 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:12:42.364 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 08:12:42.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:12:42.364 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:12:42.364 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:12:42.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:12:42.364 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:12:42.364 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:12:42.364 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 08:12:42.365 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:12:42.365 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:12:42.365 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:12:42.365 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:12:42.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:12:42.365 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:12:42.365 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:12:42.866 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:12:42.866 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:12:43.366 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:12:43.366 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:12:43.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:12:43.366 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:12:43.366 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:12:43.367 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:12:43.367 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:12:43.367 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with 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:12:43.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:12:43.367 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:12:43.367 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:12:43.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:12:43.367 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:12:43.367 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:12:43.368 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 08:12:43.368 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:12:43.368 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:12:43.368 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:12:43.368 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:12:43.368 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with 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:12:43.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:12:43.368 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:12:43.368 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:12:43.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:12:43.368 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:12:43.368 INFO [WorkbenchTestable][AbstractTree] Select specified tree items 08:12:43.368 INFO [WorkbenchTestable][TreeItemHandler] Select tree items: 08:12:43.368 DEBUG [main][TreeItemHandler] Set Tree selection 08:12:43.369 DEBUG [main][TreeHandler] Notify Tree about selection event 08:12:43.373 DEBUG [WorkbenchTestable][TreeItemHandler] Selected Tree Items: 08:12:43.374 DEBUG [WorkbenchTestable][TreeItemHandler] testProject 08:12:43.374 DEBUG [WorkbenchTestable][TreeItemHandler] TextEditorTestProject 08:12:43.374 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 08:12:43.374 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:12:43.409 DEBUG [main][MenuItemLookup] Found menu:'New' 08:12:43.409 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 08:12:43.409 DEBUG [main][MenuItemLookup] Found menu:'' 08:12:43.409 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 08:12:43.409 DEBUG [main][MenuItemLookup] Found menu:'' 08:12:43.409 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 08:12:43.409 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 08:12:43.409 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 08:12:43.409 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 08:12:43.409 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 08:12:43.409 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 08:12:43.409 DEBUG [main][MenuItemLookup] Found menu:'Move...' 08:12:43.409 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 08:12:43.409 DEBUG [main][MenuItemLookup] Found menu:'' 08:12:43.409 DEBUG [main][MenuItemLookup] Found menu:'Import...' 08:12:43.409 DEBUG [main][MenuItemLookup] Found menu:'Export...' 08:12:43.409 DEBUG [main][MenuItemLookup] Found menu:'' 08:12:43.409 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 08:12:43.409 DEBUG [main][MenuItemLookup] Item match:Refresh F5 08:12:43.410 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 08:12:43.410 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 08:12:43.410 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 08:12:43.410 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:12:43.410 DEBUG [WorkbenchTestable][JobIsRunning] job 'refresh' has no excuses, wait for it 08:12:43.910 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java problems decoration calculation...' is a system job, skipped 08:12:43.910 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:12:43.910 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:12:43.910 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:12:43.910 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:12:43.910 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 08:12:43.910 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:12:43.929 DEBUG [main][MenuItemLookup] Found menu:'New' 08:12:43.929 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 08:12:43.929 DEBUG [main][MenuItemLookup] Found menu:'' 08:12:43.929 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 08:12:43.929 DEBUG [main][MenuItemLookup] Found menu:'' 08:12:43.929 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 08:12:43.929 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 08:12:43.929 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 08:12:43.929 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 08:12:43.929 DEBUG [main][MenuItemLookup] Item match:Delete Delete 08:12:43.929 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 08:12:43.929 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 08:12:43.929 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 08:12:43.966 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Resources"] is available.... (Eclipse:1103): Gtk-CRITICAL **: 08:12:43.989: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1103): Gtk-CRITICAL **: 08:12:43.992: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1103): Gtk-CRITICAL **: 08:12:44.011: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1103): Gtk-CRITICAL **: 08:12:44.026: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 08:12:44.530 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:12:44.530 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 08:12:44.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:12:44.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:12:44.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: 32) 08:12:44.533 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:12:44.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:12:44.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:12:44.533 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 08:12:44.533 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:12:44.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:12:44.533 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:12:44.533 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:12:44.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:12:44.533 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:12:44.534 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 08:12:44.534 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 08:12:44.534 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 08:12:44.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:12:44.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:12:44.534 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:12:44.534 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:12:44.534 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK") 08:12:44.534 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:12:44.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:12:44.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:12:44.534 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 08:12:44.534 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:12:44.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:12:44.534 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:12:44.535 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:12:44.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:12:44.535 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:12:44.535 INFO [WorkbenchTestable][AbstractButton] Click button OK 08:12:44.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:12:44.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:12:44.535 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:12:44.535 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:12:44.539 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 08:12:44.539 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 08:12:45.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 08:12:45.039 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 08:12:45.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:12:45.039 DEBUG [WorkbenchTestable][JobIsRunning] job 'Reporting encoding changes.' is not running, skipped 08:12:45.039 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 08:12:45.039 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:12:45.039 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:12:45.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:12:45.039 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:12:45.039 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:12:45.040 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:12:45.040 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=null 08:12:45.040 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:12:45.040 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:12:45.041 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 08:12:45.041 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:12:45.041 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:12:45.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:12:45.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 31, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 141.545 s - in org.eclipse.reddeer.workbench.test.editor.TextEditorTest setCursorPosition no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 7.462 s getAvailableContextAssistantTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 3.421 s notTextEditorTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 2.103 s insertLineTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 2.905 s selectTextTest1 no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 5.229 s selectTextTest2 no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 5.288 s getAYTMarkers no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 4.463 s getCursorPosition no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 2.464 s insertLineIntoLastEditorLineTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 2.39 s contentAssist no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 3.738 s openFileWithRegexInName no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 2.518 s getFoldedTextTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 5.184 s getLineOfText no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 2.407 s getContextMenuTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 2.985 s closeContentAssistUsingCloseAllShells no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 4.948 s quickFixAssist no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 5.653 s getTextAtLineTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 5.209 s selectTextTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 5.224 s testGetPositionOfText no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 2.385 s openSpecificContextAssistantTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 3.46 s insertTextTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 2.574 s getTextTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 2.004 s insertTextAfter no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 2.362 s closeContentAssist no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 3.9 s setCursorPositionByOffset no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 7.222 s getSelectedTextTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 11.778 s insertTextBehind no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 2.391 s getMarkers no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 3.944 s closeOpenOnAssistUsingCloseAllShells no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 4.91 s getLineOfTextIndex no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 2.371 s selectLineTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 5.192 s Running org.eclipse.reddeer.workbench.test.editor.CustomContentAssistTest 08:12:45.049 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.workbench.test.editor.CustomContentAssistTest 08:12:45.050 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 08:12:45.050 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:12:45.050 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.workbench.test.editor.CustomContentAssistTest 08:12:45.050 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:12:45.050 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 08:12:45.051 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:12:45.051 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 08:12:45.051 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:12:45.051 DEBUG [WorkbenchTestable][DoNotDownloadMavenIndexesExt] Trying to disable downloading maven repo indexes on startup via Windows > Preferences > Maven 08:12:45.051 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:12:45.051 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:12:45.051 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:12:45.051 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:12:45.051 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:12:45.051 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:12:45.051 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:12:45.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:12:45.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:12:45.062 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:12:45.062 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 08:12:45.063 DEBUG [main][MenuItemLookup] Found menu:'File' 08:12:45.063 DEBUG [main][MenuItemLookup] Found menu:'Edit' 08:12:45.063 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 08:12:45.063 DEBUG [main][MenuItemLookup] Found menu:'Search' 08:12:45.063 DEBUG [main][MenuItemLookup] Found menu:'Project' 08:12:45.063 DEBUG [main][MenuItemLookup] Found menu:'Window' 08:12:45.063 DEBUG [main][MenuItemLookup] Item match:Window 08:12:45.064 DEBUG [main][MenuItemLookup] Found menu:'New Window' 08:12:45.064 DEBUG [main][MenuItemLookup] Found menu:'Editor' 08:12:45.064 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 08:12:45.064 DEBUG [main][MenuItemLookup] Found menu:'' 08:12:45.064 DEBUG [main][MenuItemLookup] Found menu:'Show View' 08:12:45.064 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 08:12:45.064 DEBUG [main][MenuItemLookup] Found menu:'' 08:12:45.064 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 08:12:45.064 DEBUG [main][MenuItemLookup] Found menu:'' 08:12:45.064 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 08:12:45.064 DEBUG [main][MenuItemLookup] Item match:Preferences 08:12:45.064 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 08:12:45.064 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 08:12:45.064 INFO [main][MenuItemHandler] Select menu item: &Preferences 08:12:45.144 DEBUG [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:12:45.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 08:12:45.146 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 08:12:45.147 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:12:45.147 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:12:45.147 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 08:12:45.147 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:12:45.147 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:12:45.147 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:12:45.147 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:12:45.147 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:12:45.147 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:12:45.147 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:12:45.148 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:12:45.148 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:12:45.149 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:12:45.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:12:45.149 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:12:45.165 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:12:45.165 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:12:45.165 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:12:45.166 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 08:12:45.166 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:12:45.166 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:12:45.166 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:12:45.166 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:12:45.186 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 08:12:45.186 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 08:12:45.186 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:12:45.186 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:12:45.186 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:12:45.186 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 08:12:45.186 DEBUG [main][EditorHandler] 0 editor(s) found 08:12:45.187 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:12:45.187 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:12:45.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:12:45.187 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:12:45.188 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:12:45.188 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:12:45.188 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:12:45.188 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:12:45.188 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:12:45.188 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 08:12:45.188 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:12:45.188 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:12:45.189 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:12:45.189 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:12:45.189 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:12:45.189 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:12:45.189 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:12:45.189 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:12:45.189 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:12:45.189 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:12:45.189 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:12:45.190 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:12:45.190 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:12:45.190 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:12:45.190 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:12:45.190 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:12:45.190 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:12:45.191 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:12:45.191 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:12:45.191 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:12:45.191 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:12:45.191 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:12:45.191 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:12:45.191 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:12:45.191 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:12:45.191 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:12:45.191 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:12:45.192 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:12:45.192 INFO [WorkbenchTestable][RequirementsRunner] Started test: testCustomContentAssist no-configuration(org.eclipse.reddeer.workbench.test.editor.CustomContentAssistTest) 08:12:45.192 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.CustomContentAssistTest 08:12:45.192 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:12:45.192 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:12:45.192 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:12:45.192 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window 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:12:45.192 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:12:45.192 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window 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:12:45.192 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:12:45.192 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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:12:45.192 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:12:45.192 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window 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:12:45.192 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:12:45.192 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window 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:12:45.192 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:12:45.193 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window 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:12:45.193 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:12:45.193 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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:12:45.193 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:12:45.193 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window 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:12:45.193 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:12:45.193 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window 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:12:45.193 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:12:45.193 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:12:45.193 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:12:45.203 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:12:45.203 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:12:45.203 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 08:12:45.203 DEBUG [main][MenuItemLookup] Found menu:'File' 08:12:45.204 DEBUG [main][MenuItemLookup] Item match:File 08:12:45.204 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 08:12:45.204 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 08:12:45.205 DEBUG [main][MenuItemLookup] Found menu:'Project...' 08:12:45.205 DEBUG [main][MenuItemLookup] Found menu:'' 08:12:45.205 DEBUG [main][MenuItemLookup] Found menu:'Folder' 08:12:45.205 DEBUG [main][MenuItemLookup] Found menu:'File' 08:12:45.205 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 08:12:45.205 DEBUG [main][MenuItemLookup] Found menu:'' 08:12:45.205 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 08:12:45.205 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 08:12:45.206 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 08:12:45.206 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 08:12:45.206 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 08:12:45.281 DEBUG [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:12:45.284 DEBUG [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:12:45.284 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 08:12:45.285 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:12:45.286 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:12:45.286 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 08:12:45.286 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:12:45.286 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:12:45.286 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:12:45.286 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:12:45.286 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:12:45.286 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:12:45.286 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:12:45.287 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:12:45.287 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:12:45.287 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 08:12:45.287 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 08:12:45.287 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:12:45.287 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 08:12:45.287 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:12:45.287 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 08:12:45.287 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 08:12:45.287 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 08:12:45.287 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:12:45.287 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 08:12:45.287 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:12:45.287 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 08:12:45.288 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Project 08:12:45.288 DEBUG [main][TreeItemHandler] Selecting tree item: Project 08:12:45.288 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Project about selection 08:12:45.291 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Project 08:12:45.291 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 08:12:45.291 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 08:12:45.291 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:12:45.291 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:12:45.291 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:12:45.291 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:12:45.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:12:45.292 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:12:45.292 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 08:12:45.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:12:45.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:12:45.292 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:12:45.292 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:12:45.314 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 08:12:45.314 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:12:45.314 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:12:45.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Project"] is available.... 08:12:45.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Project"] is available. finished successfully 08:12:45.314 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Project 08:12:45.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:12:45.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:12:45.315 TRACE [WorkbenchTestable][BasicNewProjectResourceWizard] Shell New Project is not null and is not disposed 08:12:45.315 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:12:45.315 DEBUG [WorkbenchTestable][BasicNewProjectResourceWizardFirstPage] Set General Project name to 'project' 08:12:45.315 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.newresource.BasicNewProjectResourceWizardFirstPage, index 0 and following matchers specified (Matcher matching widget with label: is "Project name:") 08:12:45.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:12:45.315 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:12:45.316 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:12:45.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:12:45.316 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 08:12:45.316 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:12:45.317 INFO [WorkbenchTestable][AbstractText] Text set to: project 08:12:45.318 TRACE [WorkbenchTestable][BasicNewProjectResourceWizard] Shell New Project is not null and is not disposed 08:12:45.318 INFO [WorkbenchTestable][BasicNewProjectResourceWizard] Finish wizard 08:12:45.318 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:12:45.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:12:45.318 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:12:45.319 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:12:45.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:12:45.319 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:12:45.319 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 08:12:45.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:12:45.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:12:45.319 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:12:45.319 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:12:45.322 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 08:12:45.822 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 08:12:45.822 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:12:45.822 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 08:12:45.822 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java problems decoration calculation...' is a system job, skipped 08:12:45.822 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:12:45.822 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:12:45.822 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:12:45.823 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window 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:12:45.823 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:12:45.823 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window 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:12:45.823 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:12:45.823 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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:12:45.823 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:12:45.823 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window 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:12:45.823 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:12:45.823 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window 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:12:45.823 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:12:45.823 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window 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:12:45.823 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:12:45.823 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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:12:45.823 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:12:45.823 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window 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:12:45.823 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:12:45.823 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window 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:12:45.823 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:12:45.823 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:12:45.823 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:12:45.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:12:45.824 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:12:45.824 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 08:12:45.824 DEBUG [main][MenuItemLookup] Found menu:'File' 08:12:45.824 DEBUG [main][MenuItemLookup] Item match:File 08:12:45.824 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 08:12:45.825 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 08:12:45.826 DEBUG [main][MenuItemLookup] Found menu:'Project...' 08:12:45.826 DEBUG [main][MenuItemLookup] Found menu:'' 08:12:45.826 DEBUG [main][MenuItemLookup] Found menu:'Folder' 08:12:45.826 DEBUG [main][MenuItemLookup] Found menu:'File' 08:12:45.826 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 08:12:45.826 DEBUG [main][MenuItemLookup] Found menu:'' 08:12:45.826 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 08:12:45.826 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 08:12:45.826 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 08:12:45.826 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 08:12:45.826 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 08:12:45.881 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 08:12:45.884 DEBUG [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:12:45.884 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 08:12:45.885 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:12:45.885 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:12:45.885 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 08:12:45.885 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:12:45.885 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:12:45.885 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:12:45.885 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:12:45.886 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:12:45.886 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:12:45.886 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:12:45.887 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:12:45.887 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:12:45.887 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 08:12:45.887 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 08:12:45.887 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:12:45.887 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 08:12:45.887 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:12:45.887 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 08:12:45.887 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 08:12:45.887 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 08:12:45.887 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:12:45.887 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 08:12:45.887 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:12:45.887 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 08:12:45.887 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item File 08:12:45.887 DEBUG [main][TreeItemHandler] Selecting tree item: File 08:12:45.888 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item File about selection 08:12:45.891 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: File 08:12:45.891 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 08:12:45.891 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 08:12:45.891 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:12:45.891 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:12:45.891 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:12:45.891 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:12:45.891 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:12:45.891 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:12:45.892 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 08:12:45.892 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:12:45.892 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:12:45.892 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:12:45.892 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:12:45.920 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window 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:12:45.920 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:12:45.920 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:12:45.920 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:12:45.920 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:12:45.920 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Create New File 08:12:45.920 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:12:45.920 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:12:45.920 TRACE [WorkbenchTestable][BasicNewFileResourceWizard] Shell Create New File is not null and is not disposed 08:12:45.920 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:12:45.921 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:12:45.921 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:12:45.921 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:12:45.922 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:12:45.922 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:12:45.922 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 08:12:45.922 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:12:45.923 INFO [WorkbenchTestable][AbstractText] Text set to: project/ 08:12:45.929 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.WizardNewFileCreationPage, index 0 and following matchers specified (Matcher matching widget with label: is "File name:") 08:12:45.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:12:45.929 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:12:45.937 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:12:45.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:12:45.937 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 08:12:45.937 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:12:45.938 INFO [WorkbenchTestable][AbstractText] Text set to: abc.ca 08:12:45.940 TRACE [WorkbenchTestable][BasicNewFileResourceWizard] Shell Create New File is not null and is not disposed 08:12:45.940 INFO [WorkbenchTestable][BasicNewFileResourceWizard] Finish wizard 08:12:45.940 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:12:45.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:12:45.940 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:12:45.941 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:12:45.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:12:45.941 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:12:45.942 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 08:12:45.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:12:45.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:12:45.942 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:12:45.942 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:12:45.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 08:12:46.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 08:12:46.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:12:46.447 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 08:12:46.447 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 08:12:46.447 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:12:46.447 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:12:46.447 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:12:46.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:12:46.448 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.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:12:46.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:12:46.448 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:12:46.449 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:12:46.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:12:46.449 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:12:46.450 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:12:46.450 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= TooltipText=null 08:12:46.450 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:12:46.450 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:12:46.450 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - project/abc.ca - Eclipse Platform' 08:12:46.450 DEBUG [main][MenuItemLookup] Found menu:'File' 08:12:46.450 DEBUG [main][MenuItemLookup] Found menu:'Edit' 08:12:46.450 DEBUG [main][MenuItemLookup] Item match:Edit 08:12:46.451 DEBUG [main][MenuItemLookup] Found menu:'Undo Ctrl+Z' 08:12:46.451 DEBUG [main][MenuItemLookup] Found menu:'Redo Shift+Ctrl+Z' 08:12:46.451 DEBUG [main][MenuItemLookup] Found menu:'' 08:12:46.451 DEBUG [main][MenuItemLookup] Found menu:'Cut Ctrl+X' 08:12:46.451 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 08:12:46.451 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 08:12:46.451 DEBUG [main][MenuItemLookup] Found menu:'' 08:12:46.451 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 08:12:46.451 DEBUG [main][MenuItemLookup] Found menu:'Select All Ctrl+A' 08:12:46.451 DEBUG [main][MenuItemLookup] Found menu:'Toggle Block Selection Shift+Alt+A' 08:12:46.451 DEBUG [main][MenuItemLookup] Found menu:'To multi-selection' 08:12:46.451 DEBUG [main][MenuItemLookup] Found menu:'' 08:12:46.451 DEBUG [main][MenuItemLookup] Found menu:'Find/Replace... Ctrl+F' 08:12:46.451 DEBUG [main][MenuItemLookup] Found menu:'' 08:12:46.451 DEBUG [main][MenuItemLookup] Found menu:'Add Bookmark...' 08:12:46.451 DEBUG [main][MenuItemLookup] Found menu:'Add Task...' 08:12:46.451 INFO [WorkbenchTestable][AbstractEditor] Content assist menu not found, open via keyboard shortcut 08:12:46.451 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 08:12:46.451 INFO [WorkbenchTestable][Keyboard] As char:, as int:262144 08:12:46.651 INFO [WorkbenchTestable][Keyboard] As char: , as int:32 08:12:47.653 DEBUG [WorkbenchTestable][AbstractWait] Waiting until ContentAssistant shell is opened... 08:12:47.653 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 08:12:47.653 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:12:47.653 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:12:47.664 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:12:47.664 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "" as the parent 08:12:47.664 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:12:47.664 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:12:47.664 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:12:47.664 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:12:47.664 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:12:47.664 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 08:12:47.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 08:12:47.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 08:12:47.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting until ContentAssistant shell is opened finished successfully 08:12:47.665 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell 08:12:47.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:12:47.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:12:47.665 DEBUG [WorkbenchTestable][ContentAssistant] Getting content assist proposals 08:12:47.665 DEBUG [WorkbenchTestable][ContentAssistant] Content assist proposals: 08:12:47.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 08:12:47.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 08:12:47.665 DEBUG [WorkbenchTestable][ContentAssistant] a 08:12:47.666 DEBUG [WorkbenchTestable][ContentAssistant] b 08:12:47.666 DEBUG [WorkbenchTestable][ContentAssistant] c 08:12:47.666 INFO [WorkbenchTestable][AbstractShell] Close shell 08:12:47.666 INFO [WorkbenchTestable][ShellHandler] Closing shell '' 08:12:47.670 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 08:12:47.678 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 08:12:47.678 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 08:12:47.678 DEBUG [main][EditorHandler] 1 editor(s) found 08:12:47.678 DEBUG [WorkbenchTestable][EditorHandler] Closing editor abc.ca 08:12:47.701 DEBUG [WorkbenchTestable][EditorHandler] Editor abc.ca is closed 08:12:47.701 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:12:47.702 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:12:47.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:12:47.702 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:12:47.702 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:12:47.702 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:12:47.702 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:12:47.703 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:12:47.703 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:12:47.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:12:47.703 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:12:47.703 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:12:47.703 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:12:47.703 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:12:47.703 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:12:47.703 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:12:47.703 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:12:47.704 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:12:47.704 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:12:47.704 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:12:47.704 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:12:47.705 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:12:47.705 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:12:47.705 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:12:47.705 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:12:47.705 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:12:47.705 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:12:47.706 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:12:47.706 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:12:47.706 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:12:47.706 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:12:47.706 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:12:48.206 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:12:48.206 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:12:48.706 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:12:48.707 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:12:48.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:12:48.707 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:12:48.707 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:12:48.707 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:12:48.708 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:12:48.708 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with 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:12:48.708 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:12:48.708 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:12:48.708 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:12:48.708 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:12:48.708 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:12:48.708 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name project 08:12:48.708 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:12:48.708 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:12:48.708 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:12:48.709 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:12:48.709 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:12:48.709 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:12:48.709 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:12:49.209 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:12:49.209 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:12:49.709 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:12:49.710 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:12:49.710 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:12:49.710 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:12:49.710 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:12:49.710 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:12:49.710 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:12:49.710 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with 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:12:49.711 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:12:49.711 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:12:49.711 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:12:49.711 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:12:49.711 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:12:49.711 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name project 08:12:49.711 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:12:49.711 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:12:49.711 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:12:49.711 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:12:49.712 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with 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:12:49.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:12:49.712 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:12:49.712 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:12:49.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:12:49.712 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:12:49.712 INFO [WorkbenchTestable][AbstractTree] Select specified tree items 08:12:49.712 INFO [WorkbenchTestable][TreeItemHandler] Select tree items: 08:12:49.712 DEBUG [main][TreeItemHandler] Set Tree selection 08:12:49.712 DEBUG [main][TreeHandler] Notify Tree about selection event 08:12:49.716 DEBUG [WorkbenchTestable][TreeItemHandler] Selected Tree Items: 08:12:49.717 DEBUG [WorkbenchTestable][TreeItemHandler] project 08:12:49.717 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 08:12:49.717 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:12:49.736 DEBUG [main][MenuItemLookup] Found menu:'New' 08:12:49.736 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 08:12:49.736 DEBUG [main][MenuItemLookup] Found menu:'' 08:12:49.736 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 08:12:49.736 DEBUG [main][MenuItemLookup] Found menu:'' 08:12:49.736 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 08:12:49.736 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 08:12:49.736 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 08:12:49.736 DEBUG [main][MenuItemLookup] Found menu:'Move...' 08:12:49.736 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 08:12:49.736 DEBUG [main][MenuItemLookup] Found menu:'' 08:12:49.736 DEBUG [main][MenuItemLookup] Found menu:'Import...' 08:12:49.736 DEBUG [main][MenuItemLookup] Found menu:'Export...' 08:12:49.736 DEBUG [main][MenuItemLookup] Found menu:'' 08:12:49.736 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 08:12:49.736 DEBUG [main][MenuItemLookup] Item match:Refresh F5 08:12:49.736 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 08:12:49.736 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 08:12:49.736 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 08:12:49.736 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:12:49.736 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 08:12:49.736 DEBUG [WorkbenchTestable][JobIsRunning] job 'refresh' has no excuses, wait for it 08:12:50.237 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java problems decoration calculation...' is a system job, skipped 08:12:50.237 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:12:50.237 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:12:50.237 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:12:50.237 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:12:50.237 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 08:12:50.237 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:12:50.252 DEBUG [main][MenuItemLookup] Found menu:'New' 08:12:50.252 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 08:12:50.252 DEBUG [main][MenuItemLookup] Found menu:'' 08:12:50.252 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 08:12:50.252 DEBUG [main][MenuItemLookup] Found menu:'' 08:12:50.252 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 08:12:50.252 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 08:12:50.252 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 08:12:50.253 DEBUG [main][MenuItemLookup] Item match:Delete Delete 08:12:50.253 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 08:12:50.253 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 08:12:50.253 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 08:12:50.277 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Resources"] is available.... 08:12:50.829 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:12:50.829 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 08:12:50.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:12:50.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:12:50.832 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with 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:12:50.832 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:12:50.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:12:50.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:12:50.832 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 08:12:50.832 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:12:50.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:12:50.832 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:12:50.833 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:12:50.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:12:50.833 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:12:50.833 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 08:12:50.833 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 08:12:50.833 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 08:12:50.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:12:50.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:12:50.833 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:12:50.833 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:12:50.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 "OK") 08:12:50.833 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:12:50.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:12:50.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:12:50.833 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 08:12:50.833 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:12:50.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:12:50.833 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:12:50.834 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:12:50.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:12:50.834 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:12:50.835 INFO [WorkbenchTestable][AbstractButton] Click button OK 08:12:50.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:12:50.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:12:50.835 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:12:50.835 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:12:50.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 08:12:50.838 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 08:12:51.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 08:12:51.338 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 08:12:51.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:12:51.338 DEBUG [WorkbenchTestable][JobIsRunning] job 'Reporting encoding changes.' is not running, skipped 08:12:51.338 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 08:12:51.338 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:12:51.338 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:12:51.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:12:51.339 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:12:51.339 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:12:51.339 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:12:51.339 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=null 08:12:51.339 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:12:51.339 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:12:51.340 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.CustomContentAssistTest 08:12:51.340 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:12:51.340 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:12:51.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:12:51.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:12:51.340 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testCustomContentAssist no-configuration(org.eclipse.reddeer.workbench.test.editor.CustomContentAssistTest) 08:12:51.340 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.workbench.test.editor.CustomContentAssistTest 08:12:51.340 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:12:51.340 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:12:51.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:12:51.341 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.292 s - in org.eclipse.reddeer.workbench.test.editor.CustomContentAssistTest testCustomContentAssist no-configuration(org.eclipse.reddeer.workbench.test.editor.CustomContentAssistTest) Time elapsed: 6.148 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.v20230831-0758 [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/**/*, -Xmx1024m, -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:12:59.835 DEBUG [WorkbenchTestable][RedDeerSuite] Eclipse is running 08:12:59.837 DEBUG [WorkbenchTestable][BeforeTestInitialization] Number of found extensions for extension point org.eclipse.reddeer.junit.before.test=5 08:12:59.859 DEBUG [WorkbenchTestable][RedDeerSuite] Eclipse is running 08:12:59.861 DEBUG [WorkbenchTestable][AfterTestInitialization] Number of found extensions for extension point org.eclipse.reddeer.junit.after.test=2 08:12:59.935 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest 08:12:59.966 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 08:12:59.969 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:13:00.027 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest 08:13:00.029 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.log.collector.BeforesLogCollector 08:13:00.030 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.MaximizeAndFocusWorkbench 08:13:00.146 INFO [WorkbenchTestable][ShellHandler] Maximize shell 'data - Eclipse Platform' 08:13:00.150 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:13:00.150 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 08:13:00.153 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:13:00.153 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 08:13:00.156 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:13:00.157 DEBUG [WorkbenchTestable][DoNotDownloadMavenIndexesExt] Trying to disable downloading maven repo indexes on startup via Windows > Preferences > Maven 08:13:00.170 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:13:00.230 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:13:00.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:13:00.232 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:13:00.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:13:00.234 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:13:00.239 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:13:00.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:13:00.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:13:00.244 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:13:00.250 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 08:13:00.255 DEBUG [main][MenuItemLookup] Found menu:'File' 08:13:00.255 DEBUG [main][MenuItemLookup] Found menu:'Edit' 08:13:00.255 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 08:13:00.255 DEBUG [main][MenuItemLookup] Found menu:'Search' 08:13:00.255 DEBUG [main][MenuItemLookup] Found menu:'Project' 08:13:00.255 DEBUG [main][MenuItemLookup] Found menu:'Window' 08:13:00.255 DEBUG [main][MenuItemLookup] Item match:Window 08:13:00.267 DEBUG [main][MenuItemLookup] Found menu:'New Window' 08:13:00.267 DEBUG [main][MenuItemLookup] Found menu:'Editor' 08:13:00.267 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 08:13:00.268 DEBUG [main][MenuItemLookup] Found menu:'' 08:13:00.268 DEBUG [main][MenuItemLookup] Found menu:'Show View' 08:13:00.268 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 08:13:00.268 DEBUG [main][MenuItemLookup] Found menu:'' 08:13:00.268 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 08:13:00.268 DEBUG [main][MenuItemLookup] Found menu:'' 08:13:00.268 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 08:13:00.268 DEBUG [main][MenuItemLookup] Item match:Preferences 08:13:00.271 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 08:13:00.271 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 08:13:00.273 INFO [main][MenuItemHandler] Select menu item: &Preferences 08:13:00.465 DEBUG [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:13:00.469 DEBUG [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:13:00.469 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 08:13:00.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:13:00.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:13:00.472 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 08:13:00.472 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:13:00.479 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:13:00.490 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:13:00.491 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:00.529 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:13:00.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:13:00.530 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:13:00.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:13:00.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:13:00.542 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:13:00.542 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:13:00.542 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:00.558 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:13:00.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:13:00.558 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:13:00.565 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 08:13:00.566 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:13:00.566 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:13:00.567 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:13:00.567 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:13:00.641 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 08:13:00.641 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 08:13:00.641 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:13:00.641 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:13:00.641 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:13:00.649 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:13:00.651 INFO [WorkbenchTestable][RequirementsRunner] Started test: activate no-configuration(org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest) 08:13:00.651 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest 08:13:00.651 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:13:00.652 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:13:00.652 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:13:00.652 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:00.659 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:13:00.659 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' view via menu. 08:13:00.660 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:13:00.660 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:13:00.660 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:13:00.660 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:13:00.661 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 08:13:00.661 DEBUG [main][MenuItemLookup] Found menu:'File' 08:13:00.661 DEBUG [main][MenuItemLookup] Found menu:'Edit' 08:13:00.661 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 08:13:00.661 DEBUG [main][MenuItemLookup] Found menu:'Search' 08:13:00.661 DEBUG [main][MenuItemLookup] Found menu:'Project' 08:13:00.661 DEBUG [main][MenuItemLookup] Found menu:'Window' 08:13:00.661 DEBUG [main][MenuItemLookup] Item match:Window 08:13:00.662 DEBUG [main][MenuItemLookup] Found menu:'New Window' 08:13:00.662 DEBUG [main][MenuItemLookup] Found menu:'Editor' 08:13:00.662 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 08:13:00.662 DEBUG [main][MenuItemLookup] Found menu:'' 08:13:00.662 DEBUG [main][MenuItemLookup] Found menu:'Show View' 08:13:00.662 DEBUG [main][MenuItemLookup] Item match:Show View 08:13:00.673 DEBUG [main][MenuItemLookup] Found menu:'Bookmarks' 08:13:00.673 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 08:13:00.673 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 08:13:00.673 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 08:13:00.673 DEBUG [main][MenuItemLookup] Found menu:'Progress' 08:13:00.674 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 08:13:00.674 DEBUG [main][MenuItemLookup] Found menu:'Properties' 08:13:00.674 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 08:13:00.674 DEBUG [main][MenuItemLookup] Found menu:'' 08:13:00.674 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 08:13:00.674 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 08:13:00.675 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 08:13:00.675 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 08:13:00.675 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 08:13:00.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 08:13:00.759 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:13:00.759 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 08:13:00.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:13:00.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:13:00.761 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 08:13:00.761 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:13:00.762 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:00.762 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:00.762 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 08:13:00.762 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:13:00.762 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:13:00.762 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:00.763 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:13:00.763 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:13:00.763 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:13:00.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:13:00.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:13:00.765 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test UI Forms has children... 08:13:00.765 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test UI Forms 08:13:00.767 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:13:01.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:13:01.270 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test UI Forms 08:13:01.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test UI Forms has children finished successfully 08:13:01.271 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test UI Forms 08:13:01.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:13:01.271 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test UI Forms is already expanded. No action performed 08:13:01.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:13:01.272 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test UI Forms 08:13:01.272 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item UI Form Test 08:13:01.272 DEBUG [main][TreeItemHandler] Selecting tree item: UI Form Test 08:13:01.273 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item UI Form Test about selection 08:13:01.273 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: UI Form Test 08:13:01.274 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:13:01.274 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:01.274 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:01.274 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 08:13:01.274 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:13:01.274 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:01.275 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:13:01.275 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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:13:01.276 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:13:01.276 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:01.276 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:01.276 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 08:13:01.276 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:13:01.276 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:13:01.276 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:01.277 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:13:01.277 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:13:01.277 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:13:01.277 INFO [WorkbenchTestable][AbstractButton] Click button &Open 08:13:01.278 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:13:01.278 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:13:01.278 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:13:01.278 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:13:01.555 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 08:13:01.555 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 08:13:01.555 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.uiforms.test.ui.views.UIFormView' view is open... 08:13:01.555 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:01.567 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:13:01.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.uiforms.test.ui.views.UIFormView' view is open finished successfully 08:13:01.568 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:01.575 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:13:01.581 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:13:01.583 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:13:01.583 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:13:01.583 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:13:01.583 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E') 08:13:01.583 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:13:01.584 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:01.590 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:13:01.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:13:01.590 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:13:01.592 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 08:13:01.638 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 08:13:01.646 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:13:01.646 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:13:01.647 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:13:01.647 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:13:01.652 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:13:01.652 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:13:01.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:01.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:01.672 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 08:13:01.672 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:13:01.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:13:01.672 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:01.673 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:13:01.673 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:13:01.673 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Hyperlink and index 0 was found 08:13:01.677 TRACE [main][WidgetHandler] Notify Hyperlink with event 6 08:13:01.677 TRACE [main][WidgetHandler] Wait for synchronization 08:13:01.677 TRACE [main][WidgetHandler] Notify Hyperlink with event 3 08:13:01.677 TRACE [main][WidgetHandler] Wait for synchronization 08:13:01.677 TRACE [main][WidgetHandler] Notify Hyperlink with event 4 08:13:01.677 TRACE [main][WidgetHandler] Wait for synchronization 08:13:01.678 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:13:01.678 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:13:01.680 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:01.680 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:01.680 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 08:13:01.680 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:13:01.680 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:13:01.680 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:01.681 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:13:01.681 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:13:01.681 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Label and index 0 was found 08:13:01.682 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest 08:13:01.682 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:13:01.685 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:13:01.688 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:01.688 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:01.690 INFO [WorkbenchTestable][RequirementsRunner] Finished test: activate no-configuration(org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest) 08:13:01.690 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:13:01.691 INFO [WorkbenchTestable][RequirementsRunner] Started test: testInvalidInstance no-configuration(org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest) 08:13:01.691 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest 08:13:01.691 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:13:01.691 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:13:01.691 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:13:01.691 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:01.698 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:13:01.698 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:13:01.698 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:01.725 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:13:01.726 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:13:01.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:13:01.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:13:01.726 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:13:01.727 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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:13:01.727 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:13:01.727 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:01.733 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:13:01.733 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:13:01.733 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:13:01.733 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 08:13:01.733 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 08:13:01.752 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:13:01.752 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:13:01.753 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:13:01.753 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:13:01.756 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:13:01.756 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:13:01.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:01.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:01.756 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 08:13:01.756 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:13:01.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:13:01.756 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:01.760 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:13:02.260 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:02.264 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:13:02.764 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:02.767 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:13:02.767 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:13:02.798 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Hyperlink and index 0 was not found 08:13:02.800 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest 08:13:02.800 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:13:02.800 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:13:02.801 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:02.801 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:02.801 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testInvalidInstance no-configuration(org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest) 08:13:02.801 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:13:02.802 INFO [WorkbenchTestable][RequirementsRunner] Started test: indexedConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest) 08:13:02.802 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest 08:13:02.802 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:13:02.802 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:13:02.802 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:13:02.802 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:02.806 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:13:02.806 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:13:02.806 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:02.813 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:13:02.813 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:13:02.814 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:13:02.814 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:13:02.814 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:13:02.815 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E') 08:13:02.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:13:02.815 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:02.844 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:13:02.844 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:13:02.844 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:13:02.844 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 08:13:02.844 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 08:13:02.846 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:13:02.846 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:13:02.846 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:13:02.846 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:13:02.849 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:13:02.849 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:13:02.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:02.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:02.850 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 08:13:02.850 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:13:02.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:13:02.850 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 08:13:02.865 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 08:13:02.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:13:02.865 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Hyperlink and index 1 was found 08:13:02.872 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest 08:13:02.872 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:13:02.872 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:13:02.872 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:02.872 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:02.882 INFO [WorkbenchTestable][RequirementsRunner] Finished test: indexedConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest) 08:13:02.883 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:13:02.883 INFO [WorkbenchTestable][RequirementsRunner] Started test: titleConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest) 08:13:02.883 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest 08:13:02.883 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:13:02.883 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:13:02.883 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:13:02.886 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:02.889 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:13:02.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:13:02.890 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:02.893 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:13:02.893 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:13:02.894 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:13:02.894 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:13:02.894 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:13:02.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:13:02.894 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:13:02.894 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:02.898 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:13:02.898 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:13:02.898 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:13:02.898 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 08:13:02.898 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 08:13:02.927 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:13:02.927 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:13:02.927 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:13:02.927 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:13:02.931 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:13:02.931 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:13:02.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:02.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:02.932 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 08:13:02.932 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:13:02.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:13:02.932 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:02.947 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:13:02.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:13:02.947 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Form and index 0 was found 08:13:02.949 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:13:02.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:13:02.949 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:02.951 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:13:02.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:13:02.951 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Hyperlink and index 0 was found 08:13:02.952 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest 08:13:02.952 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:13:02.952 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:13:02.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:02.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:02.952 INFO [WorkbenchTestable][RequirementsRunner] Finished test: titleConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest) 08:13:02.953 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:13:02.953 INFO [WorkbenchTestable][RequirementsRunner] Started test: defaultConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest) 08:13:02.953 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest 08:13:02.953 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:13:02.953 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:13:02.953 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:13:02.953 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:02.957 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:13:02.957 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:13:02.957 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:02.961 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:13:02.961 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:13:02.961 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:13:02.962 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:13:02.962 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:13:02.962 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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:13:02.962 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:13:02.962 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:02.965 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:13:02.965 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:13:02.965 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:13:02.965 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 08:13:02.965 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 08:13:02.986 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:13:02.986 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:13:02.986 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:13:02.986 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:13:02.989 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:13:02.989 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:13:02.989 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:02.989 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:02.989 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 08:13:02.989 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:13:02.989 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:13:02.989 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:02.990 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:13:02.990 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:13:02.990 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Hyperlink and index 0 was found 08:13:02.991 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest 08:13:02.991 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:13:02.991 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:13:02.991 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:02.991 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:02.991 INFO [WorkbenchTestable][RequirementsRunner] Finished test: defaultConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest) 08:13:02.992 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:13:02.992 INFO [WorkbenchTestable][RequirementsRunner] Started test: titleConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest) 08:13:02.992 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest 08:13:02.992 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:13:02.992 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:13:02.992 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:13:02.992 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:02.995 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:13:02.995 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:13:02.996 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:02.999 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:13:02.999 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:13:02.999 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:13:02.999 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:13:02.999 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:13:02.999 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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:13:02.999 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:13:02.999 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:03.032 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:13:03.032 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:13:03.032 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:13:03.032 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 08:13:03.032 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 08:13:03.036 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:13:03.036 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:13:03.036 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:13:03.036 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:13:03.038 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:13:03.038 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:13:03.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:03.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:03.039 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 08:13:03.039 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:13:03.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:13:03.039 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:03.039 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:13:03.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:13:03.039 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Hyperlink and index 0 was found 08:13:03.041 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest 08:13:03.041 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:13:03.041 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:13:03.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:03.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:03.041 INFO [WorkbenchTestable][RequirementsRunner] Finished test: titleConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest) 08:13:03.041 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:13:03.042 INFO [WorkbenchTestable][RequirementsRunner] Started test: defaultConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest) 08:13:03.042 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest 08:13:03.042 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:13:03.042 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:13:03.042 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:13:03.042 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:03.046 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:13:03.046 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 08:13:03.046 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:03.049 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:13:03.049 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:13:03.070 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:13:03.071 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:13:03.071 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:13:03.071 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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:13:03.071 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:13:03.071 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:03.075 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:13:03.075 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:13:03.075 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:13:03.075 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 08:13:03.075 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 08:13:03.077 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:13:03.077 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:13:03.077 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:13:03.077 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:13:03.080 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:13:03.080 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:13:03.080 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:03.080 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:03.080 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 08:13:03.081 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:13:03.081 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:13:03.081 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:03.081 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:13:03.081 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:13:03.081 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Form and index 0 was found 08:13:03.083 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:13:03.083 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:13:03.083 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:03.098 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:13:03.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:13:03.098 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Hyperlink and index 0 was found 08:13:03.099 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest 08:13:03.099 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:13:03.099 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:13:03.099 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:03.099 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:03.099 INFO [WorkbenchTestable][RequirementsRunner] Finished test: defaultConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest) 08:13:03.100 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:13:03.100 INFO [WorkbenchTestable][RequirementsRunner] Started test: indexedConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest) 08:13:03.100 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest 08:13:03.100 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:13:03.100 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:13:03.100 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:13:03.103 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:03.106 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:13:03.106 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:13:03.106 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:03.109 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:13:03.110 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:13:03.110 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:13:03.110 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:13:03.110 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:13:03.110 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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:13:03.110 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:13:03.110 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:03.114 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:13:03.114 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:13:03.114 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:13:03.114 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 08:13:03.114 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 08:13:03.115 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:13:03.115 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:13:03.115 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:13:03.115 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:13:03.118 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:13:03.118 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:13:03.139 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:03.139 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:03.139 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 08:13:03.139 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:13:03.139 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:13:03.139 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:03.141 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:13:03.141 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:13:03.141 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Form and index 0 was found 08:13:03.142 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:13:03.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:13:03.142 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 08:13:03.143 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 08:13:03.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:13:03.143 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Hyperlink and index 1 was found 08:13:03.144 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest 08:13:03.144 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:13:03.144 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:13:03.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:03.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:03.144 INFO [WorkbenchTestable][RequirementsRunner] Finished test: indexedConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest) 08:13:03.145 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest 08:13:03.146 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:13:03.146 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:13:03.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:03.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.384 s - in org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest activate no-configuration(org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest) Time elapsed: 1.038 s testInvalidInstance no-configuration(org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest) Time elapsed: 1.11 s indexedConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest) Time elapsed: 0.08 s titleConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest) Time elapsed: 0.069 s defaultConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest) Time elapsed: 0.038 s titleConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest) Time elapsed: 0.049 s defaultConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest) Time elapsed: 0.057 s indexedConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest) Time elapsed: 0.044 s Running org.eclipse.reddeer.uiforms.test.DefaultFormTest 08:13:03.182 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.uiforms.test.DefaultFormTest 08:13:03.183 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 08:13:03.184 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:13:03.184 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.uiforms.test.DefaultFormTest 08:13:03.184 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:13:03.184 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 08:13:03.186 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:13:03.186 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 08:13:03.186 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:13:03.186 DEBUG [WorkbenchTestable][DoNotDownloadMavenIndexesExt] Trying to disable downloading maven repo indexes on startup via Windows > Preferences > Maven 08:13:03.187 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:13:03.187 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:13:03.187 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:13:03.187 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:13:03.187 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:13:03.187 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:13:03.187 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:13:03.188 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:13:03.188 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:13:03.188 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:13:03.188 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 08:13:03.188 DEBUG [main][MenuItemLookup] Found menu:'File' 08:13:03.188 DEBUG [main][MenuItemLookup] Found menu:'Edit' 08:13:03.188 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 08:13:03.188 DEBUG [main][MenuItemLookup] Found menu:'Search' 08:13:03.188 DEBUG [main][MenuItemLookup] Found menu:'Project' 08:13:03.188 DEBUG [main][MenuItemLookup] Found menu:'Window' 08:13:03.188 DEBUG [main][MenuItemLookup] Item match:Window 08:13:03.189 DEBUG [main][MenuItemLookup] Found menu:'New Window' 08:13:03.189 DEBUG [main][MenuItemLookup] Found menu:'Editor' 08:13:03.189 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 08:13:03.189 DEBUG [main][MenuItemLookup] Found menu:'' 08:13:03.189 DEBUG [main][MenuItemLookup] Found menu:'Show View' 08:13:03.189 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 08:13:03.189 DEBUG [main][MenuItemLookup] Found menu:'' 08:13:03.189 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 08:13:03.189 DEBUG [main][MenuItemLookup] Found menu:'' 08:13:03.189 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 08:13:03.189 DEBUG [main][MenuItemLookup] Item match:Preferences 08:13:03.190 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 08:13:03.190 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 08:13:03.190 INFO [main][MenuItemHandler] Select menu item: &Preferences 08:13:03.288 DEBUG [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:13:03.290 DEBUG [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:13:03.291 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 08:13:03.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:13:03.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:13:03.292 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 08:13:03.292 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:13:03.293 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:13:03.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:13:03.293 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:03.293 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:13:03.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:13:03.293 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:13:03.294 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:13:03.294 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:13:03.294 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:13:03.294 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:13:03.294 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:03.309 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:13:03.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:13:03.309 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:13:03.310 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 08:13:03.310 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:13:03.310 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:13:03.310 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:13:03.310 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:13:03.349 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 08:13:03.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 08:13:03.350 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:13:03.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:13:03.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:13:03.352 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:13:03.352 INFO [WorkbenchTestable][RequirementsRunner] Started test: testInvalidInstance no-configuration(org.eclipse.reddeer.uiforms.test.DefaultFormTest) 08:13:03.353 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.DefaultFormTest 08:13:03.353 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:13:03.353 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:13:03.353 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:13:03.353 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:03.357 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:13:03.357 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:13:03.357 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:03.361 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:13:03.361 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:13:03.361 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:13:03.361 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:13:03.361 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:13:03.361 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E') 08:13:03.361 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:13:03.361 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:03.383 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:13:03.383 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:13:03.383 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:13:03.383 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 08:13:03.384 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 08:13:03.385 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:13:03.385 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:13:03.385 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:13:03.385 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:13:03.388 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:03.394 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:13:03.394 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QError Log\E'' view via menu. 08:13:03.394 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:13:03.395 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:13:03.395 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:13:03.395 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:13:03.395 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 08:13:03.395 DEBUG [main][MenuItemLookup] Found menu:'File' 08:13:03.395 DEBUG [main][MenuItemLookup] Found menu:'Edit' 08:13:03.395 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 08:13:03.395 DEBUG [main][MenuItemLookup] Found menu:'Search' 08:13:03.396 DEBUG [main][MenuItemLookup] Found menu:'Project' 08:13:03.396 DEBUG [main][MenuItemLookup] Found menu:'Window' 08:13:03.396 DEBUG [main][MenuItemLookup] Item match:Window 08:13:03.396 DEBUG [main][MenuItemLookup] Found menu:'New Window' 08:13:03.396 DEBUG [main][MenuItemLookup] Found menu:'Editor' 08:13:03.396 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 08:13:03.396 DEBUG [main][MenuItemLookup] Found menu:'' 08:13:03.396 DEBUG [main][MenuItemLookup] Found menu:'Show View' 08:13:03.396 DEBUG [main][MenuItemLookup] Item match:Show View 08:13:03.400 DEBUG [main][MenuItemLookup] Found menu:'Bookmarks' 08:13:03.400 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 08:13:03.400 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 08:13:03.400 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 08:13:03.400 DEBUG [main][MenuItemLookup] Found menu:'Progress' 08:13:03.400 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 08:13:03.400 DEBUG [main][MenuItemLookup] Found menu:'Properties' 08:13:03.400 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 08:13:03.400 DEBUG [main][MenuItemLookup] Found menu:'' 08:13:03.400 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 08:13:03.400 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 08:13:03.432 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 08:13:03.432 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 08:13:03.432 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 08:13:03.486 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 08:13:03.488 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:13:03.489 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 08:13:03.490 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:13:03.490 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:13:03.490 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 08:13:03.490 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:13:03.490 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:03.490 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:03.490 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 08:13:03.490 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:13:03.490 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:13:03.490 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:03.491 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:13:03.491 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:13:03.491 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:13:03.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:13:03.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:13:03.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 08:13:03.492 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 08:13:03.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:13:03.992 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:13:03.996 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 08:13:03.998 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 08:13:03.998 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 08:13:03.998 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:13:03.998 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 08:13:03.998 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:13:03.998 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 08:13:03.998 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Error Log 08:13:03.998 DEBUG [main][TreeItemHandler] Selecting tree item: Error Log 08:13:03.998 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Error Log about selection 08:13:03.999 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Error Log 08:13:03.999 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:13:03.999 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:03.999 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:03.999 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 08:13:03.999 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:13:03.999 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:03.999 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:13:03.999 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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:13:03.999 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:13:03.999 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:03.999 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:03.999 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 08:13:03.999 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:13:03.999 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:13:03.999 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:04.000 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:13:04.000 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:13:04.000 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:13:04.000 INFO [WorkbenchTestable][AbstractButton] Click button &Open 08:13:04.000 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:13:04.000 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:13:04.000 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:13:04.000 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:13:04.147 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 08:13:04.148 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 08:13:04.148 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.uiforms.test.DefaultFormTest$LogView' view is open... 08:13:04.148 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:04.152 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:13:04.152 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.uiforms.test.DefaultFormTest$LogView' view is open finished successfully 08:13:04.152 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:04.155 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:13:04.156 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:13:04.156 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:13:04.156 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:13:04.156 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:13:04.156 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QError Log\E') 08:13:04.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:13:04.157 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:04.160 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:13:04.160 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:13:04.160 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:13:04.160 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 08:13:04.160 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 08:13:04.172 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:13:04.172 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:13:04.172 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:13:04.172 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:13:04.172 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:13:04.172 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:13:04.172 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:04.172 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:04.172 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Error Log (Workspace Log)"as the parent 08:13:04.172 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:13:04.172 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:13:04.172 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:04.173 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:13:04.673 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:04.673 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:13:05.173 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:05.174 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:13:05.174 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:13:05.175 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Form and index 0 was not found 08:13:05.175 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 08:13:05.176 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 08:13:05.176 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:13:05.177 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:13:05.177 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:13:05.177 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:13:05.177 INFO [WorkbenchTestable][AbstractView] Close view 'Error Log' 08:13:05.177 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Error Log 08:13:05.178 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 08:13:05.179 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 08:13:05.214 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.DefaultFormTest 08:13:05.214 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:13:05.214 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:13:05.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:05.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:05.248 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testInvalidInstance no-configuration(org.eclipse.reddeer.uiforms.test.DefaultFormTest) 08:13:05.249 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:13:05.249 INFO [WorkbenchTestable][RequirementsRunner] Started test: indexedConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.DefaultFormTest) 08:13:05.249 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.DefaultFormTest 08:13:05.249 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:13:05.249 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:13:05.249 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:13:05.249 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:05.252 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:13:05.252 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 08:13:05.252 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:05.260 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:13:05.260 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:13:05.261 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:13:05.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:13:05.262 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:13:05.262 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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:13:05.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:13:05.262 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:05.266 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:13:05.266 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:13:05.266 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:13:05.266 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 08:13:05.266 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 08:13:05.268 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:13:05.268 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:13:05.268 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:13:05.268 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:13:05.271 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:13:05.271 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:13:05.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:05.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:05.289 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 08:13:05.289 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:13:05.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:13:05.289 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 08:13:05.290 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 08:13:05.290 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:13:05.290 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Form and index 1 was found 08:13:05.292 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:05.298 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:13:05.298 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.DefaultFormTest 08:13:05.298 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:13:05.298 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:13:05.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:05.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:05.298 INFO [WorkbenchTestable][RequirementsRunner] Finished test: indexedConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.DefaultFormTest) 08:13:05.298 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:13:05.299 INFO [WorkbenchTestable][RequirementsRunner] Started test: titleConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.DefaultFormTest) 08:13:05.299 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.DefaultFormTest 08:13:05.299 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:13:05.299 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:13:05.299 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:13:05.299 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:05.302 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:13:05.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:13:05.302 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:05.307 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:13:05.307 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:13:05.308 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:13:05.308 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:13:05.308 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:13:05.308 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E') 08:13:05.308 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:13:05.308 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:05.311 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:13:05.311 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:13:05.311 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:13:05.311 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 08:13:05.311 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 08:13:05.313 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:13:05.313 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:13:05.313 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:13:05.313 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:13:05.315 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:13:05.315 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:13:05.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:05.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:05.316 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 08:13:05.316 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:13:05.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:13:05.316 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:05.316 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:13:05.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:13:05.316 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Form and index 0 was found 08:13:05.317 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:13:05.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:13:05.317 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:05.318 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:13:05.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:13:05.318 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Form and index 0 was found 08:13:05.318 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:05.346 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:13:05.346 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.DefaultFormTest 08:13:05.346 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:13:05.346 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:13:05.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:05.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:05.347 INFO [WorkbenchTestable][RequirementsRunner] Finished test: titleConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.DefaultFormTest) 08:13:05.347 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:13:05.347 INFO [WorkbenchTestable][RequirementsRunner] Started test: defaultConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.DefaultFormTest) 08:13:05.347 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.DefaultFormTest 08:13:05.347 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:13:05.347 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:13:05.347 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:13:05.347 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:05.351 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:13:05.351 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 08:13:05.351 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:05.357 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:13:05.357 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:13:05.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:13:05.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:13:05.357 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:13:05.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 '\*?\QUI Form Test\E') 08:13:05.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:13:05.358 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:05.361 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:13:05.361 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:13:05.361 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:13:05.361 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 08:13:05.361 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 08:13:05.363 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:13:05.363 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:13:05.363 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:13:05.363 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:13:05.365 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:13:05.365 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:13:05.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:05.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:05.366 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 08:13:05.366 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:13:05.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:13:05.366 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:05.366 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:13:05.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:13:05.366 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Form and index 0 was found 08:13:05.366 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:05.390 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:13:05.390 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.DefaultFormTest 08:13:05.390 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:13:05.390 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:13:05.390 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:05.390 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:05.390 INFO [WorkbenchTestable][RequirementsRunner] Finished test: defaultConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.DefaultFormTest) 08:13:05.391 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:13:05.391 INFO [WorkbenchTestable][RequirementsRunner] Started test: titleConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.DefaultFormTest) 08:13:05.391 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.DefaultFormTest 08:13:05.391 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:13:05.391 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:13:05.391 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:13:05.391 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:05.394 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:13:05.394 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:13:05.394 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:05.397 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:13:05.397 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:13:05.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:13:05.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:13:05.399 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:13:05.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.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:13:05.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:13:05.399 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:05.402 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:13:05.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:13:05.402 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:13:05.402 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 08:13:05.402 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 08:13:05.437 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:13:05.438 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:13:05.438 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:13:05.438 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:13:05.440 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:13:05.440 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:13:05.440 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:05.440 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:05.441 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 08:13:05.441 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:13:05.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:13:05.441 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:05.442 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:13:05.442 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:13:05.442 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Form and index 0 was found 08:13:05.443 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:05.449 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:13:05.449 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.DefaultFormTest 08:13:05.449 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:13:05.449 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:13:05.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:05.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:05.449 INFO [WorkbenchTestable][RequirementsRunner] Finished test: titleConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.DefaultFormTest) 08:13:05.450 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:13:05.450 INFO [WorkbenchTestable][RequirementsRunner] Started test: defaultConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.DefaultFormTest) 08:13:05.450 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.DefaultFormTest 08:13:05.450 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:13:05.450 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:13:05.450 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:13:05.450 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:05.469 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:13:05.469 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:13:05.469 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:05.474 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:13:05.474 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:13:05.475 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:13:05.475 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:13:05.475 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:13:05.475 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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:13:05.475 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:13:05.475 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:05.479 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:13:05.479 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:13:05.479 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:13:05.479 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 08:13:05.479 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 08:13:05.480 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:13:05.480 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:13:05.480 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:13:05.480 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:13:05.483 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:13:05.483 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:13:05.483 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:05.483 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:05.483 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 08:13:05.483 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:13:05.483 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:13:05.483 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:05.484 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:13:05.484 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:13:05.484 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Form and index 0 was found 08:13:05.485 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:13:05.485 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:13:05.485 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:05.485 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:13:05.485 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:13:05.485 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Form and index 0 was found 08:13:05.485 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:05.527 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:13:05.527 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.DefaultFormTest 08:13:05.527 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:13:05.527 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:13:05.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:05.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:05.527 INFO [WorkbenchTestable][RequirementsRunner] Finished test: defaultConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.DefaultFormTest) 08:13:05.528 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:13:05.528 INFO [WorkbenchTestable][RequirementsRunner] Started test: indexedConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.DefaultFormTest) 08:13:05.528 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.DefaultFormTest 08:13:05.528 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:13:05.528 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:13:05.528 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:13:05.528 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:05.531 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:13:05.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:13:05.531 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:05.535 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:13:05.535 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:13:05.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:13:05.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:13:05.535 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:13:05.535 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E') 08:13:05.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:13:05.535 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:05.556 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:13:05.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:13:05.557 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:13:05.557 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 08:13:05.557 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 08:13:05.558 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:13:05.558 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:13:05.558 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:13:05.558 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:13:05.560 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:13:05.561 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:13:05.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:05.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:05.561 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 08:13:05.561 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:13:05.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:13:05.561 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:05.562 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:13:05.562 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:13:05.562 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Form and index 0 was found 08:13:05.563 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:13:05.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:13:05.563 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 08:13:05.563 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 08:13:05.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:13:05.563 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Form and index 1 was found 08:13:05.564 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:05.585 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:13:05.585 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.DefaultFormTest 08:13:05.585 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:13:05.585 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:13:05.585 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:05.585 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:05.586 INFO [WorkbenchTestable][RequirementsRunner] Finished test: indexedConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.DefaultFormTest) 08:13:05.586 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.uiforms.test.DefaultFormTest 08:13:05.586 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:13:05.586 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:13:05.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:05.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.405 s - in org.eclipse.reddeer.uiforms.test.DefaultFormTest testInvalidInstance no-configuration(org.eclipse.reddeer.uiforms.test.DefaultFormTest) Time elapsed: 1.896 s indexedConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.DefaultFormTest) Time elapsed: 0.049 s titleConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.DefaultFormTest) Time elapsed: 0.048 s defaultConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.DefaultFormTest) Time elapsed: 0.043 s titleConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.DefaultFormTest) Time elapsed: 0.058 s defaultConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.DefaultFormTest) Time elapsed: 0.077 s indexedConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.DefaultFormTest) Time elapsed: 0.058 s Running org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest 08:13:05.595 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest 08:13:05.596 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 08:13:05.596 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:13:05.596 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest 08:13:05.597 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:13:05.597 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 08:13:05.597 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:13:05.597 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 08:13:05.597 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:13:05.597 DEBUG [WorkbenchTestable][DoNotDownloadMavenIndexesExt] Trying to disable downloading maven repo indexes on startup via Windows > Preferences > Maven 08:13:05.597 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:13:05.597 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:13:05.597 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:13:05.597 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:13:05.598 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:13:05.598 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:13:05.598 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:13:05.598 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:13:05.598 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:13:05.598 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:13:05.598 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 08:13:05.598 DEBUG [main][MenuItemLookup] Found menu:'File' 08:13:05.598 DEBUG [main][MenuItemLookup] Found menu:'Edit' 08:13:05.598 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 08:13:05.598 DEBUG [main][MenuItemLookup] Found menu:'Search' 08:13:05.598 DEBUG [main][MenuItemLookup] Found menu:'Project' 08:13:05.598 DEBUG [main][MenuItemLookup] Found menu:'Window' 08:13:05.598 DEBUG [main][MenuItemLookup] Item match:Window 08:13:05.599 DEBUG [main][MenuItemLookup] Found menu:'New Window' 08:13:05.599 DEBUG [main][MenuItemLookup] Found menu:'Editor' 08:13:05.599 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 08:13:05.599 DEBUG [main][MenuItemLookup] Found menu:'' 08:13:05.599 DEBUG [main][MenuItemLookup] Found menu:'Show View' 08:13:05.599 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 08:13:05.599 DEBUG [main][MenuItemLookup] Found menu:'' 08:13:05.599 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 08:13:05.599 DEBUG [main][MenuItemLookup] Found menu:'' 08:13:05.599 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 08:13:05.599 DEBUG [main][MenuItemLookup] Item match:Preferences 08:13:05.599 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 08:13:05.600 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 08:13:05.600 INFO [main][MenuItemHandler] Select menu item: &Preferences 08:13:05.713 DEBUG [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:13:05.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. finished successfully 08:13:05.715 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 08:13:05.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:13:05.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:13:05.716 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 08:13:05.716 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:13:05.716 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:13:05.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:13:05.716 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:05.717 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:13:05.717 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:13:05.717 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:13:05.717 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:13:05.717 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:13:05.718 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:13:05.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:13:05.718 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:05.720 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:13:05.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:13:05.720 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:13:05.720 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 08:13:05.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:13:05.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:13:05.720 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:13:05.720 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:13:05.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 08:13:05.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 08:13:05.753 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:13:05.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:13:05.769 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:13:05.770 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:13:05.770 INFO [WorkbenchTestable][RequirementsRunner] Started test: testExpanded_false no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest) 08:13:05.770 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest 08:13:05.770 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:13:05.770 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:13:05.770 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:13:05.770 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:05.773 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:13:05.773 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:13:05.774 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:05.777 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:13:05.777 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:13:05.777 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:13:05.777 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:13:05.777 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:13:05.777 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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:13:05.777 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:13:05.777 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:05.780 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:13:05.780 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:13:05.780 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:13:05.780 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 08:13:05.781 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 08:13:05.782 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:13:05.782 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:13:05.782 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:13:05.782 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:13:05.786 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:13:05.786 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:13:05.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:05.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:05.802 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 08:13:05.802 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:13:05.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:13:05.802 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:05.803 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:13:05.804 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:13:05.804 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.ExpandableComposite and index 0 was found 08:13:05.813 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:13:05.813 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:13:05.813 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:05.813 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:13:06.313 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:06.313 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:13:06.813 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:06.814 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:13:06.814 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:13:06.821 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was not found 08:13:06.822 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest 08:13:06.822 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:13:06.822 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:13:06.823 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:06.823 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:06.823 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testExpanded_false no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest) 08:13:06.824 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:13:06.824 INFO [WorkbenchTestable][RequirementsRunner] Started test: testExpanded_true no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest) 08:13:06.824 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest 08:13:06.824 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:13:06.824 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:13:06.824 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:13:06.824 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:06.829 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:13:06.829 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:13:06.829 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:06.834 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:13:06.834 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:13:06.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:13:06.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:13:06.835 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:13:06.835 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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:13:06.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:13:06.835 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:06.856 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:13:06.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:13:06.856 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:13:06.856 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 08:13:06.856 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 08:13:06.857 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:13:06.857 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:13:06.857 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:13:06.857 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:13:06.860 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:13:06.860 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:13:06.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:06.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:06.860 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 08:13:06.860 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:13:06.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:13:06.860 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:06.860 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:13:06.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:13:06.860 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.ExpandableComposite and index 0 was found 08:13:06.867 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:13:06.867 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:13:06.868 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:06.868 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:13:06.868 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:13:06.868 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 08:13:06.868 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:13:06.869 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest 08:13:06.869 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:13:06.869 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:13:06.869 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:06.869 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:06.869 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testExpanded_true no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest) 08:13:06.870 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:13:06.870 INFO [WorkbenchTestable][RequirementsRunner] Started test: testInvalidInstance no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest) 08:13:06.870 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest 08:13:06.870 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:13:06.870 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:13:06.870 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:13:06.870 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:06.930 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:13:06.930 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:13:06.930 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:06.933 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:13:06.933 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:13:06.934 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:13:06.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:13:06.935 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:13:06.935 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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:13:06.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:13:06.935 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:06.979 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:13:06.979 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:13:06.979 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:13:06.979 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 08:13:06.979 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 08:13:06.981 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:13:06.981 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:13:06.981 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:13:06.981 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:13:06.983 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:13:06.983 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:13:06.983 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:06.983 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:06.984 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 08:13:06.984 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:13:06.984 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:13:06.984 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:07.048 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:13:07.548 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:07.551 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:13:08.051 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:08.053 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:13:08.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:13:08.067 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.ExpandableComposite and index 0 was not found 08:13:08.067 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest 08:13:08.067 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:13:08.068 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:13:08.068 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:08.068 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:08.068 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testInvalidInstance no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest) 08:13:08.068 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:13:08.068 INFO [WorkbenchTestable][RequirementsRunner] Started test: indexedConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest) 08:13:08.068 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest 08:13:08.068 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:13:08.068 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:13:08.068 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:13:08.068 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:08.072 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:13:08.072 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:13:08.072 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:08.075 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:13:08.075 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:13:08.076 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:13:08.076 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:13:08.076 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:13:08.093 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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:13:08.093 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:13:08.093 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:08.097 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:13:08.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:13:08.097 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:13:08.097 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 08:13:08.097 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 08:13:08.098 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:13:08.098 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:13:08.098 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:13:08.098 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:13:08.101 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:13:08.101 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:13:08.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:08.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:08.101 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 08:13:08.101 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:13:08.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:13:08.101 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 08:13:08.102 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 08:13:08.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:13:08.102 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.ExpandableComposite and index 1 was found 08:13:08.104 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest 08:13:08.104 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:13:08.104 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:13:08.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:08.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:08.104 INFO [WorkbenchTestable][RequirementsRunner] Finished test: indexedConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest) 08:13:08.105 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:13:08.105 INFO [WorkbenchTestable][RequirementsRunner] Started test: titleConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest) 08:13:08.105 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest 08:13:08.105 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:13:08.105 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:13:08.105 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:13:08.105 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:08.126 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:13:08.126 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:13:08.126 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:08.132 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:13:08.132 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:13:08.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:13:08.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:13:08.132 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:13:08.132 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E') 08:13:08.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:13:08.132 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:08.136 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:13:08.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:13:08.136 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:13:08.136 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 08:13:08.136 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 08:13:08.137 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:13:08.137 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:13:08.137 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:13:08.137 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:13:08.140 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:13:08.140 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:13:08.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:08.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:08.140 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 08:13:08.140 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:13:08.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:13:08.140 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:08.141 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:13:08.141 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:13:08.141 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Form and index 0 was found 08:13:08.142 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:13:08.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:13:08.142 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:08.142 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:13:08.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:13:08.142 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.ExpandableComposite and index 0 was found 08:13:08.143 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest 08:13:08.143 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:13:08.143 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:13:08.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:08.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:08.143 INFO [WorkbenchTestable][RequirementsRunner] Finished test: titleConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest) 08:13:08.144 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:13:08.144 INFO [WorkbenchTestable][RequirementsRunner] Started test: defaultConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest) 08:13:08.144 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest 08:13:08.144 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:13:08.144 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:13:08.144 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:13:08.164 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:08.168 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:13:08.169 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:13:08.169 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:08.172 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:13:08.172 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:13:08.173 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:13:08.173 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:13:08.173 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:13:08.173 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E') 08:13:08.173 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:13:08.173 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:08.195 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:13:08.195 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:13:08.195 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:13:08.195 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 08:13:08.195 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 08:13:08.197 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:13:08.197 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:13:08.197 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:13:08.197 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:13:08.199 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:13:08.199 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:13:08.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:08.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:08.199 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 08:13:08.200 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:13:08.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:13:08.200 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:08.200 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:13:08.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:13:08.200 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.ExpandableComposite and index 0 was found 08:13:08.201 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest 08:13:08.201 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:13:08.201 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:13:08.201 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:08.201 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:08.201 INFO [WorkbenchTestable][RequirementsRunner] Finished test: defaultConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest) 08:13:08.202 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:13:08.202 INFO [WorkbenchTestable][RequirementsRunner] Started test: titleConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest) 08:13:08.202 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest 08:13:08.202 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:13:08.202 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:13:08.202 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:13:08.202 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:08.205 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:13:08.205 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:13:08.205 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:08.208 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:13:08.209 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:13:08.209 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:13:08.209 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:13:08.209 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:13:08.209 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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:13:08.209 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:13:08.209 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:08.230 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:13:08.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:13:08.230 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:13:08.230 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 08:13:08.230 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 08:13:08.231 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:13:08.232 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:13:08.232 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:13:08.232 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:13:08.234 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:13:08.234 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:13:08.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:08.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:08.234 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 08:13:08.234 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:13:08.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:13:08.234 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:08.236 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:13:08.236 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:13:08.236 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.ExpandableComposite and index 0 was found 08:13:08.237 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest 08:13:08.237 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:13:08.237 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:13:08.237 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:08.237 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:08.237 INFO [WorkbenchTestable][RequirementsRunner] Finished test: titleConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest) 08:13:08.237 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:13:08.237 INFO [WorkbenchTestable][RequirementsRunner] Started test: defaultConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest) 08:13:08.237 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest 08:13:08.238 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:13:08.238 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:13:08.238 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:13:08.238 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:08.241 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:13:08.241 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 08:13:08.241 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:08.262 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:13:08.262 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:13:08.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:13:08.263 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:13:08.263 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:13:08.263 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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:13:08.263 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:13:08.263 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:08.266 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:13:08.266 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:13:08.266 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:13:08.266 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 08:13:08.266 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 08:13:08.267 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:13:08.267 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:13:08.267 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:13:08.267 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:13:08.269 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:13:08.269 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:13:08.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:08.270 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:08.270 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 08:13:08.270 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:13:08.270 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:13:08.270 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:08.270 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:13:08.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:13:08.271 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Form and index 0 was found 08:13:08.272 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:13:08.272 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:13:08.272 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:08.272 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:13:08.272 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:13:08.272 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.ExpandableComposite and index 0 was found 08:13:08.273 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest 08:13:08.273 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:13:08.273 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:13:08.273 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:08.273 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:08.273 INFO [WorkbenchTestable][RequirementsRunner] Finished test: defaultConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest) 08:13:08.273 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:13:08.273 INFO [WorkbenchTestable][RequirementsRunner] Started test: indexedConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest) 08:13:08.273 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest 08:13:08.273 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:13:08.273 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:13:08.273 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:13:08.273 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:08.295 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:13:08.295 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:13:08.296 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:08.299 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:13:08.299 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:13:08.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:13:08.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:13:08.300 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:13:08.300 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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:13:08.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:13:08.300 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:08.303 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:13:08.304 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:13:08.304 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:13:08.304 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 08:13:08.304 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 08:13:08.305 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:13:08.305 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:13:08.305 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:13:08.305 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:13:08.307 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:13:08.307 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:13:08.307 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:08.307 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:08.307 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 08:13:08.307 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:13:08.307 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:13:08.307 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:08.308 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:13:08.308 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:13:08.308 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Form and index 0 was found 08:13:08.309 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:13:08.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:13:08.309 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 08:13:08.310 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 08:13:08.310 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:13:08.310 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.ExpandableComposite and index 1 was found 08:13:08.339 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest 08:13:08.339 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:13:08.339 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:13:08.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:08.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:08.339 INFO [WorkbenchTestable][RequirementsRunner] Finished test: indexedConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest) 08:13:08.339 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest 08:13:08.339 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:13:08.339 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:13:08.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:08.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.746 s - in org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest testExpanded_false no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest) Time elapsed: 1.053 s testExpanded_true no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest) Time elapsed: 0.045 s testInvalidInstance no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest) Time elapsed: 1.198 s indexedConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest) Time elapsed: 0.036 s titleConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest) Time elapsed: 0.038 s defaultConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest) Time elapsed: 0.057 s titleConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest) Time elapsed: 0.035 s defaultConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest) Time elapsed: 0.036 s indexedConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest) Time elapsed: 0.066 s Running org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest 08:13:08.347 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest 08:13:08.347 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 08:13:08.348 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:13:08.348 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest 08:13:08.348 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:13:08.348 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 08:13:08.348 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:13:08.348 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 08:13:08.348 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:13:08.349 DEBUG [WorkbenchTestable][DoNotDownloadMavenIndexesExt] Trying to disable downloading maven repo indexes on startup via Windows > Preferences > Maven 08:13:08.349 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:13:08.349 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:13:08.349 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:13:08.349 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:13:08.349 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:13:08.349 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:13:08.349 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:13:08.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:13:08.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:13:08.350 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:13:08.350 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 08:13:08.350 DEBUG [main][MenuItemLookup] Found menu:'File' 08:13:08.350 DEBUG [main][MenuItemLookup] Found menu:'Edit' 08:13:08.350 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 08:13:08.350 DEBUG [main][MenuItemLookup] Found menu:'Search' 08:13:08.350 DEBUG [main][MenuItemLookup] Found menu:'Project' 08:13:08.350 DEBUG [main][MenuItemLookup] Found menu:'Window' 08:13:08.350 DEBUG [main][MenuItemLookup] Item match:Window 08:13:08.351 DEBUG [main][MenuItemLookup] Found menu:'New Window' 08:13:08.351 DEBUG [main][MenuItemLookup] Found menu:'Editor' 08:13:08.351 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 08:13:08.351 DEBUG [main][MenuItemLookup] Found menu:'' 08:13:08.351 DEBUG [main][MenuItemLookup] Found menu:'Show View' 08:13:08.351 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 08:13:08.351 DEBUG [main][MenuItemLookup] Found menu:'' 08:13:08.351 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 08:13:08.351 DEBUG [main][MenuItemLookup] Found menu:'' 08:13:08.351 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 08:13:08.351 DEBUG [main][MenuItemLookup] Item match:Preferences 08:13:08.351 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 08:13:08.351 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 08:13:08.352 INFO [main][MenuItemHandler] Select menu item: &Preferences 08:13:08.445 DEBUG [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:13:08.447 DEBUG [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:13:08.447 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 08:13:08.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:13:08.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:13:08.449 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 08:13:08.449 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:13:08.449 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:13:08.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:13:08.449 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:08.449 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:13:08.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:13:08.449 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:13:08.450 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:13:08.450 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:13:08.450 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:13:08.450 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:13:08.450 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:08.452 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:13:08.452 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:13:08.452 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:13:08.452 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 08:13:08.452 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:13:08.453 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:13:08.453 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:13:08.453 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:13:08.479 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 08:13:08.479 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 08:13:08.479 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:13:08.480 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:13:08.480 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:13:08.480 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:13:08.480 INFO [WorkbenchTestable][RequirementsRunner] Started test: clickTest no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) 08:13:08.480 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest 08:13:08.481 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:13:08.481 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:13:08.481 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:13:08.481 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:08.484 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:13:08.484 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:13:08.484 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:08.507 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:13:08.507 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:13:08.507 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:13:08.507 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:13:08.507 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:13:08.507 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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:13:08.507 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:13:08.507 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:08.511 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:13:08.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:13:08.511 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:13:08.511 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 08:13:08.511 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 08:13:08.512 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:13:08.512 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:13:08.512 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:13:08.512 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:13:08.516 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:13:08.516 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:13:08.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:08.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:08.517 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 08:13:08.517 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:13:08.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:13:08.517 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:08.517 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:13:08.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:13:08.517 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.FormText and index 0 was found 08:13:08.520 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:13:08.520 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:13:08.520 TRACE [main][WidgetHandler] Notify FormText with event 1 08:13:08.520 TRACE [main][WidgetHandler] Wait for synchronization 08:13:08.523 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:08.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:08.541 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 08:13:08.541 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:13:08.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:13:08.541 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:08.542 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:13:08.542 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:13:08.542 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Label and index 0 was found 08:13:08.542 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest 08:13:08.542 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:13:08.542 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:13:08.542 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:08.542 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:08.543 INFO [WorkbenchTestable][RequirementsRunner] Finished test: clickTest no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) 08:13:08.543 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:13:08.543 INFO [WorkbenchTestable][RequirementsRunner] Started test: hasFocusFalseTest no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) 08:13:08.543 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest 08:13:08.543 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:13:08.543 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:13:08.543 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:13:08.543 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:08.547 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:13:08.547 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:13:08.547 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:08.551 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:13:08.551 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:13:08.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:13:08.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:13:08.552 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:13:08.552 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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:13:08.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:13:08.552 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:08.575 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:13:08.575 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:13:08.575 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:13:08.575 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 08:13:08.575 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 08:13:08.576 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:13:08.576 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:13:08.576 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:13:08.576 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:13:08.579 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:13:08.579 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:13:08.579 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:08.579 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:08.579 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 08:13:08.579 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:13:08.579 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:13:08.579 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:08.579 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:13:08.579 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:13:08.579 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.FormText and index 0 was found 08:13:08.581 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:13:08.581 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:13:08.581 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:08.581 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:08.581 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 08:13:08.581 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:13:08.581 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:13:08.581 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 08:13:08.582 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 08:13:08.582 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:13:08.582 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.FormText and index 1 was found 08:13:08.583 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest 08:13:08.583 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:13:08.583 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:13:08.583 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:08.583 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:08.583 INFO [WorkbenchTestable][RequirementsRunner] Finished test: hasFocusFalseTest no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) 08:13:08.584 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:13:08.584 INFO [WorkbenchTestable][RequirementsRunner] Started test: testInvalidInstance no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) 08:13:08.584 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest 08:13:08.584 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:13:08.584 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:13:08.584 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:13:08.584 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:08.588 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:13:08.588 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:13:08.588 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:08.625 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:13:08.625 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:13:08.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:13:08.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:13:08.626 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:13:08.626 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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:13:08.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:13:08.626 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:08.630 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:13:08.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:13:08.630 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:13:08.630 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 08:13:08.630 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 08:13:08.631 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:13:08.631 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:13:08.631 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:13:08.631 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:13:08.637 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:13:08.637 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:13:08.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:08.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:08.637 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 08:13:08.637 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:13:08.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:13:08.637 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:08.658 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:13:09.159 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:09.160 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:13:09.661 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:09.662 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:13:09.662 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:13:09.672 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.FormText and index 0 was not found 08:13:09.673 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest 08:13:09.673 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:13:09.673 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:13:09.673 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:09.673 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:09.673 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testInvalidInstance no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) 08:13:09.673 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:13:09.673 INFO [WorkbenchTestable][RequirementsRunner] Started test: indexedConstructor no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) 08:13:09.673 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest 08:13:09.673 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:13:09.673 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:13:09.673 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:13:09.674 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:09.677 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:13:09.677 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 08:13:09.677 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:09.680 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:13:09.680 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:13:09.681 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:13:09.682 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:13:09.682 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:13:09.682 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E') 08:13:09.682 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:13:09.682 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:09.685 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:13:09.685 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:13:09.685 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:13:09.685 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 08:13:09.685 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 08:13:09.687 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:13:09.704 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:13:09.704 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:13:09.704 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:13:09.706 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:13:09.706 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:13:09.706 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:09.706 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:09.707 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 08:13:09.707 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:13:09.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:13:09.707 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 08:13:09.707 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 08:13:09.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:13:09.707 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.FormText and index 1 was found 08:13:09.708 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest 08:13:09.708 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:13:09.708 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:13:09.708 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:09.708 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:09.708 INFO [WorkbenchTestable][RequirementsRunner] Finished test: indexedConstructor no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) 08:13:09.709 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:13:09.709 INFO [WorkbenchTestable][RequirementsRunner] Started test: defaultConstructor no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) 08:13:09.709 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest 08:13:09.709 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:13:09.709 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:13:09.709 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:13:09.709 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:09.712 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:13:09.712 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:13:09.712 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:09.716 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:13:09.716 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:13:09.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:13:09.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:13:09.716 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:13:09.716 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E') 08:13:09.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:13:09.716 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:09.720 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:13:09.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:13:09.720 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:13:09.720 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 08:13:09.720 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 08:13:09.739 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:13:09.739 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:13:09.739 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:13:09.739 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:13:09.741 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:13:09.741 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:13:09.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:09.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:09.741 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 08:13:09.741 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:13:09.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:13:09.741 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:09.742 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:13:09.742 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:13:09.742 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.FormText and index 0 was found 08:13:09.742 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest 08:13:09.742 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:13:09.742 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:13:09.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:09.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:09.743 INFO [WorkbenchTestable][RequirementsRunner] Finished test: defaultConstructor no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) 08:13:09.743 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:13:09.743 INFO [WorkbenchTestable][RequirementsRunner] Started test: titleConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) 08:13:09.743 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest 08:13:09.743 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:13:09.743 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:13:09.743 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:13:09.743 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:09.746 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:13:09.746 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:13:09.746 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:09.749 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:13:09.749 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:13:09.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:13:09.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:13:09.750 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:13:09.750 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E') 08:13:09.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:13:09.750 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:09.753 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:13:09.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:13:09.753 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:13:09.753 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 08:13:09.753 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 08:13:09.774 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:13:09.775 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:13:09.775 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:13:09.775 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:13:09.777 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:13:09.777 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:13:09.777 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:09.777 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:09.777 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 08:13:09.777 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:13:09.777 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:13:09.777 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:09.778 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:13:09.778 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:13:09.778 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Form and index 0 was found 08:13:09.779 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:13:09.779 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:13:09.779 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:09.779 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:13:09.779 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:13:09.779 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.FormText and index 0 was found 08:13:09.780 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest 08:13:09.780 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:13:09.780 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:13:09.780 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:09.780 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:09.780 INFO [WorkbenchTestable][RequirementsRunner] Finished test: titleConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) 08:13:09.780 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:13:09.780 INFO [WorkbenchTestable][RequirementsRunner] Started test: hasFocusTrueTest no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) 08:13:09.780 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest 08:13:09.780 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:13:09.780 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:13:09.780 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:13:09.781 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:09.784 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:13:09.784 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:13:09.784 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:09.804 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:13:09.804 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:13:09.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:13:09.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:13:09.805 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:13:09.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 '\*?\QUI Form Test\E') 08:13:09.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:13:09.805 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:09.808 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:13:09.808 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:13:09.808 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:13:09.808 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 08:13:09.808 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 08:13:09.809 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:13:09.810 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:13:09.810 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:13:09.810 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:13:09.812 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:13:09.812 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:13:09.812 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:09.812 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:09.812 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 08:13:09.812 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:13:09.812 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:13:09.812 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:09.812 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:13:09.812 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:13:09.812 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.FormText and index 0 was found 08:13:09.813 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest 08:13:09.813 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:13:09.813 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:13:09.813 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:09.813 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:09.814 INFO [WorkbenchTestable][RequirementsRunner] Finished test: hasFocusTrueTest no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) 08:13:09.814 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:13:09.814 INFO [WorkbenchTestable][RequirementsRunner] Started test: getTooltipTest no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) 08:13:09.814 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest 08:13:09.814 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:13:09.814 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:13:09.814 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:13:09.815 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:09.820 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:13:09.820 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:13:09.820 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:09.841 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:13:09.841 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:13:09.842 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:13:09.842 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:13:09.842 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:13:09.842 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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:13:09.842 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:13:09.842 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:09.846 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:13:09.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:13:09.846 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:13:09.846 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 08:13:09.846 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 08:13:09.848 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:13:09.848 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:13:09.848 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:13:09.848 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:13:09.850 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:13:09.850 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:13:09.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:09.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:09.850 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 08:13:09.850 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:13:09.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:13:09.851 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:09.851 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:13:09.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:13:09.851 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.FormText and index 0 was found 08:13:09.852 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest 08:13:09.852 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:13:09.852 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:13:09.852 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:09.852 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:09.852 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getTooltipTest no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) 08:13:09.853 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:13:09.853 INFO [WorkbenchTestable][RequirementsRunner] Started test: titleConstructor no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) 08:13:09.853 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest 08:13:09.853 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:13:09.853 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:13:09.853 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:13:09.853 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:09.876 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:13:09.880 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:13:09.880 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:09.885 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:13:09.885 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:13:09.886 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:13:09.886 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:13:09.886 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:13:09.886 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E') 08:13:09.886 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:13:09.886 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:09.906 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:13:09.906 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:13:09.906 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:13:09.906 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 08:13:09.906 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 08:13:09.907 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:13:09.908 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:13:09.908 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:13:09.908 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:13:09.909 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:13:09.910 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:13:09.910 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:09.910 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:09.910 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 08:13:09.910 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:13:09.910 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:13:09.910 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:09.910 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:13:09.910 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:13:09.910 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.FormText and index 0 was found 08:13:09.911 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest 08:13:09.911 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:13:09.911 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:13:09.911 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:09.911 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:09.912 INFO [WorkbenchTestable][RequirementsRunner] Finished test: titleConstructor no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) 08:13:09.912 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:13:09.912 INFO [WorkbenchTestable][RequirementsRunner] Started test: defaultConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) 08:13:09.912 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest 08:13:09.912 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:13:09.912 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:13:09.912 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:13:09.912 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:09.939 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:13:09.939 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:13:09.939 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:09.942 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:13:09.942 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:13:09.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:13:09.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:13:09.943 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:13:09.943 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E') 08:13:09.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:13:09.943 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:09.946 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:13:09.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:13:09.946 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:13:09.947 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 08:13:09.947 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 08:13:09.948 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:13:09.948 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:13:09.948 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:13:09.948 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:13:09.950 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:13:09.950 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:13:09.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:09.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:09.950 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 08:13:09.950 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:13:09.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:13:09.950 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:09.951 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:13:09.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:13:09.951 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Form and index 0 was found 08:13:09.952 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:13:09.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:13:09.952 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:09.953 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:13:09.953 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:13:09.953 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.FormText and index 0 was found 08:13:09.953 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest 08:13:09.953 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:13:09.953 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:13:09.953 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:09.953 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:09.954 INFO [WorkbenchTestable][RequirementsRunner] Finished test: defaultConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) 08:13:09.954 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:13:09.954 INFO [WorkbenchTestable][RequirementsRunner] Started test: indexedConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) 08:13:09.954 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest 08:13:09.954 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:13:09.954 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:13:09.954 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:13:09.971 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:09.974 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:13:09.974 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:13:09.974 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:09.977 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:13:09.977 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:13:09.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:13:09.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:13:09.978 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:13:09.978 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.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:13:09.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:13:09.978 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:09.981 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:13:09.981 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:13:09.981 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:13:09.982 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 08:13:09.982 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 08:13:09.983 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:13:09.983 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:13:09.983 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:13:09.983 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:13:09.985 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:13:09.985 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:13:09.985 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:09.986 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:09.986 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 08:13:09.986 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:13:09.986 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:13:09.986 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:10.004 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:13:10.004 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:13:10.004 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Form and index 0 was found 08:13:10.005 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:13:10.005 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:13:10.005 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 08:13:10.006 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 08:13:10.006 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:13:10.006 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.FormText and index 1 was found 08:13:10.006 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest 08:13:10.006 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:13:10.006 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:13:10.006 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:10.006 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:10.007 INFO [WorkbenchTestable][RequirementsRunner] Finished test: indexedConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) 08:13:10.007 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest 08:13:10.007 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:13:10.007 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:13:10.007 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:10.007 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.661 s - in org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest clickTest no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) Time elapsed: 0.062 s hasFocusFalseTest no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) Time elapsed: 0.04 s testInvalidInstance no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) Time elapsed: 1.089 s indexedConstructor no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) Time elapsed: 0.035 s defaultConstructor no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) Time elapsed: 0.034 s titleConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) Time elapsed: 0.037 s hasFocusTrueTest no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) Time elapsed: 0.034 s getTooltipTest no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) Time elapsed: 0.038 s titleConstructor no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) Time elapsed: 0.058 s defaultConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) Time elapsed: 0.042 s indexedConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) Time elapsed: 0.053 s Running org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest 08:13:10.013 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest 08:13:10.023 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 08:13:10.024 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:13:10.024 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest 08:13:10.024 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:13:10.024 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 08:13:10.024 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:13:10.024 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 08:13:10.024 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:13:10.024 DEBUG [WorkbenchTestable][DoNotDownloadMavenIndexesExt] Trying to disable downloading maven repo indexes on startup via Windows > Preferences > Maven 08:13:10.024 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:13:10.024 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:13:10.024 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:13:10.024 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:13:10.025 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:13:10.025 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:13:10.025 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:13:10.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:13:10.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:13:10.025 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:13:10.025 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 08:13:10.025 DEBUG [main][MenuItemLookup] Found menu:'File' 08:13:10.026 DEBUG [main][MenuItemLookup] Found menu:'Edit' 08:13:10.026 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 08:13:10.026 DEBUG [main][MenuItemLookup] Found menu:'Search' 08:13:10.026 DEBUG [main][MenuItemLookup] Found menu:'Project' 08:13:10.026 DEBUG [main][MenuItemLookup] Found menu:'Window' 08:13:10.026 DEBUG [main][MenuItemLookup] Item match:Window 08:13:10.026 DEBUG [main][MenuItemLookup] Found menu:'New Window' 08:13:10.026 DEBUG [main][MenuItemLookup] Found menu:'Editor' 08:13:10.026 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 08:13:10.026 DEBUG [main][MenuItemLookup] Found menu:'' 08:13:10.026 DEBUG [main][MenuItemLookup] Found menu:'Show View' 08:13:10.026 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 08:13:10.026 DEBUG [main][MenuItemLookup] Found menu:'' 08:13:10.026 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 08:13:10.026 DEBUG [main][MenuItemLookup] Found menu:'' 08:13:10.026 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 08:13:10.026 DEBUG [main][MenuItemLookup] Item match:Preferences 08:13:10.026 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 08:13:10.026 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 08:13:10.026 INFO [main][MenuItemHandler] Select menu item: &Preferences 08:13:10.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 'Preferences.*'] is available.... 08:13:10.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 08:13:10.118 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 08:13:10.119 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:13:10.119 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:13:10.119 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 08:13:10.119 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:13:10.119 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:13:10.119 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:13:10.119 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:10.120 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:13:10.120 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:13:10.120 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:13:10.120 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:13:10.120 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:13:10.121 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:13:10.121 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:13:10.121 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:10.122 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:13:10.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:13:10.122 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:13:10.122 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 08:13:10.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:13:10.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:13:10.122 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:13:10.122 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:13:10.155 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 08:13:10.155 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 08:13:10.155 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:13:10.156 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:13:10.156 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:13:10.156 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:13:10.156 INFO [WorkbenchTestable][RequirementsRunner] Started test: testExpanded_false no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest) 08:13:10.156 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest 08:13:10.156 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:13:10.156 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:13:10.156 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:13:10.156 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:10.176 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:13:10.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:13:10.176 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:10.180 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:13:10.180 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:13:10.180 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:13:10.180 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:13:10.180 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:13:10.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:13:10.180 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:13:10.180 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:10.183 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:13:10.183 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:13:10.183 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:13:10.183 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 08:13:10.183 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 08:13:10.184 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:13:10.184 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:13:10.184 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:13:10.184 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:13:10.188 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:13:10.188 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:13:10.188 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:10.188 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:10.188 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 08:13:10.188 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:13:10.188 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:13:10.188 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:10.188 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:13:10.188 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:13:10.188 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Section and index 0 was found 08:13:10.227 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:13:10.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:13:10.227 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:10.227 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:13:10.727 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:10.728 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:13:11.228 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:11.228 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:13:11.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:13:11.229 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was not found 08:13:11.230 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest 08:13:11.230 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:13:11.230 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:13:11.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:11.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:11.230 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testExpanded_false no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest) 08:13:11.231 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:13:11.231 INFO [WorkbenchTestable][RequirementsRunner] Started test: testExpanded_true no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest) 08:13:11.231 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest 08:13:11.231 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:13:11.231 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:13:11.231 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:13:11.231 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:11.235 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:13:11.235 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:13:11.235 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:11.238 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:13:11.238 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:13:11.239 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:13:11.239 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:13:11.239 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:13:11.239 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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:13:11.239 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:13:11.239 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:11.262 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:13:11.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:13:11.262 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:13:11.262 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 08:13:11.262 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 08:13:11.263 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:13:11.264 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:13:11.264 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:13:11.264 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:13:11.266 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:13:11.266 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:13:11.266 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:11.266 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:11.266 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 08:13:11.266 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:13:11.266 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:13:11.266 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:11.266 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:13:11.267 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:13:11.267 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Section and index 0 was found 08:13:11.293 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:13:11.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:13:11.293 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:11.293 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:13:11.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:13:11.293 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 08:13:11.293 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:13:11.294 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest 08:13:11.294 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:13:11.294 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:13:11.294 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:11.294 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:11.294 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testExpanded_true no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest) 08:13:11.294 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:13:11.294 INFO [WorkbenchTestable][RequirementsRunner] Started test: testInvalidInstance no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest) 08:13:11.294 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest 08:13:11.294 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:13:11.294 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:13:11.294 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:13:11.295 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:11.298 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:13:11.298 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:13:11.298 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:11.301 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:13:11.301 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:13:11.302 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:13:11.302 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:13:11.302 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:13:11.302 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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:13:11.302 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:13:11.302 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:11.305 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:13:11.305 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:13:11.305 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:13:11.306 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 08:13:11.306 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 08:13:11.307 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:13:11.307 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:13:11.307 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:13:11.307 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:13:11.309 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:13:11.309 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:13:11.327 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:11.327 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:11.327 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 08:13:11.327 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:13:11.327 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:13:11.327 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:11.329 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:13:11.829 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:11.831 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:13:12.331 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:12.333 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:13:12.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:13:12.347 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Section and index 0 was not found 08:13:12.347 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest 08:13:12.347 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:13:12.347 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:13:12.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:12.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:12.347 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testInvalidInstance no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest) 08:13:12.348 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:13:12.348 INFO [WorkbenchTestable][RequirementsRunner] Started test: indexedConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest) 08:13:12.348 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest 08:13:12.348 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:13:12.348 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:13:12.348 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:13:12.348 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:12.351 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:13:12.351 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 08:13:12.351 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:12.354 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:13:12.355 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:13:12.356 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:13:12.356 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:13:12.356 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:13:12.356 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E') 08:13:12.356 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:13:12.356 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:12.378 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:13:12.378 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:13:12.378 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:13:12.378 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 08:13:12.378 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 08:13:12.379 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:13:12.379 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:13:12.379 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:13:12.379 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:13:12.382 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:13:12.382 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:13:12.382 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:12.382 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:12.382 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 08:13:12.382 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:13:12.382 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:13:12.382 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 08:13:12.382 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 08:13:12.382 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:13:12.382 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Section and index 1 was found 08:13:12.384 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest 08:13:12.384 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:13:12.384 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:13:12.384 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:12.384 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:12.384 INFO [WorkbenchTestable][RequirementsRunner] Finished test: indexedConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest) 08:13:12.384 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:13:12.384 INFO [WorkbenchTestable][RequirementsRunner] Started test: titleConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest) 08:13:12.384 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest 08:13:12.384 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:13:12.384 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:13:12.384 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:13:12.385 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:12.388 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:13:12.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:13:12.388 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:12.409 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:13:12.409 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:13:12.410 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:13:12.410 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:13:12.410 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:13:12.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 '\*?\QUI Form Test\E') 08:13:12.410 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:13:12.410 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:12.414 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:13:12.414 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:13:12.414 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:13:12.414 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 08:13:12.414 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 08:13:12.415 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:13:12.415 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:13:12.415 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:13:12.415 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:13:12.417 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:13:12.417 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:13:12.417 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:12.417 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:12.417 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 08:13:12.417 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:13:12.417 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:13:12.417 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:12.418 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:13:12.418 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:13:12.418 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Form and index 0 was found 08:13:12.419 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:13:12.419 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:13:12.419 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:12.419 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:13:12.419 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:13:12.419 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Section and index 0 was found 08:13:12.420 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest 08:13:12.420 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:13:12.420 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:13:12.421 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:12.421 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:12.421 INFO [WorkbenchTestable][RequirementsRunner] Finished test: titleConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest) 08:13:12.421 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:13:12.421 INFO [WorkbenchTestable][RequirementsRunner] Started test: defaultConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest) 08:13:12.421 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest 08:13:12.421 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:13:12.421 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:13:12.421 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:13:12.421 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:12.439 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:13:12.439 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:13:12.439 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:12.445 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:13:12.445 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:13:12.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:13:12.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:13:12.446 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:13:12.446 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E') 08:13:12.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:13:12.446 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:12.449 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:13:12.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:13:12.449 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:13:12.450 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 08:13:12.450 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 08:13:12.451 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:13:12.451 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:13:12.451 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:13:12.451 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:13:12.453 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:13:12.453 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:13:12.453 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:12.453 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:12.453 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 08:13:12.453 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:13:12.453 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:13:12.453 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:12.453 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:13:12.453 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:13:12.453 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Section and index 0 was found 08:13:12.453 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest 08:13:12.453 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:13:12.453 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:13:12.453 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:12.453 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:12.454 INFO [WorkbenchTestable][RequirementsRunner] Finished test: defaultConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest) 08:13:12.454 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:13:12.454 INFO [WorkbenchTestable][RequirementsRunner] Started test: titleConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest) 08:13:12.454 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest 08:13:12.454 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:13:12.454 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:13:12.454 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:13:12.454 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:12.473 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:13:12.473 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:13:12.473 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:12.479 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:13:12.479 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:13:12.480 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:13:12.480 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:13:12.480 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:13:12.480 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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:13:12.480 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:13:12.480 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:12.484 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:13:12.484 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:13:12.484 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:13:12.484 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 08:13:12.484 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 08:13:12.485 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:13:12.485 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:13:12.485 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:13:12.485 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:13:12.487 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:13:12.487 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:13:12.487 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:12.487 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:12.487 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 08:13:12.487 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:13:12.487 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:13:12.487 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:12.487 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:13:12.487 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:13:12.488 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Section and index 0 was found 08:13:12.488 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest 08:13:12.488 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:13:12.488 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:13:12.488 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:12.488 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:12.488 INFO [WorkbenchTestable][RequirementsRunner] Finished test: titleConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest) 08:13:12.488 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:13:12.488 INFO [WorkbenchTestable][RequirementsRunner] Started test: defaultConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest) 08:13:12.488 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest 08:13:12.488 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:13:12.488 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:13:12.488 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:13:12.488 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:12.510 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:13:12.511 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:13:12.511 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:12.514 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:13:12.514 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:13:12.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:13:12.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:13:12.515 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:13:12.515 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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:13:12.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:13:12.515 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:12.543 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:13:12.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:13:12.543 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:13:12.543 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 08:13:12.543 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 08:13:12.544 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:13:12.545 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:13:12.545 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:13:12.545 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:13:12.547 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:13:12.547 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:13:12.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:12.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:12.547 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 08:13:12.547 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:13:12.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:13:12.547 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:12.548 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:13:12.548 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:13:12.548 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Form and index 0 was found 08:13:12.549 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:13:12.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:13:12.549 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:12.549 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:13:12.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:13:12.549 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Section and index 0 was found 08:13:12.550 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest 08:13:12.550 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:13:12.550 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:13:12.550 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:12.550 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:12.550 INFO [WorkbenchTestable][RequirementsRunner] Finished test: defaultConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest) 08:13:12.551 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:13:12.551 INFO [WorkbenchTestable][RequirementsRunner] Started test: indexedConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest) 08:13:12.551 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest 08:13:12.551 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:13:12.551 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:13:12.551 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:13:12.551 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:12.554 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:13:12.554 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:13:12.554 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:12.572 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:13:12.576 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:13:12.577 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:13:12.577 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:13:12.577 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:13:12.577 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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:13:12.577 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:13:12.577 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:12.580 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:13:12.580 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:13:12.580 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:13:12.580 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 08:13:12.580 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 08:13:12.581 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:13:12.581 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:13:12.581 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:13:12.581 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:13:12.583 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:13:12.583 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:13:12.583 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:12.584 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:12.584 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 08:13:12.584 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:13:12.584 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:13:12.584 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:12.584 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:13:12.584 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:13:12.584 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Form and index 0 was found 08:13:12.585 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:13:12.585 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:13:12.585 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 08:13:12.586 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 08:13:12.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:13:12.586 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Section and index 1 was found 08:13:12.587 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest 08:13:12.587 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:13:12.587 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:13:12.587 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:12.587 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:12.588 INFO [WorkbenchTestable][RequirementsRunner] Finished test: indexedConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest) 08:13:12.588 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest 08:13:12.588 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:13:12.588 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:13:12.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:12.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.576 s - in org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest testExpanded_false no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest) Time elapsed: 1.074 s testExpanded_true no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest) Time elapsed: 0.063 s testInvalidInstance no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest) Time elapsed: 1.053 s indexedConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest) Time elapsed: 0.036 s titleConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest) Time elapsed: 0.037 s defaultConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest) Time elapsed: 0.033 s titleConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest) Time elapsed: 0.034 s defaultConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest) Time elapsed: 0.062 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.v20230831-0758 [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/**/*, -Xmx1024m, -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:13:22.858 DEBUG [WorkbenchTestable][RedDeerSuite] Eclipse is running 08:13:22.923 DEBUG [WorkbenchTestable][BeforeTestInitialization] Number of found extensions for extension point org.eclipse.reddeer.junit.before.test=5 08:13:22.943 DEBUG [WorkbenchTestable][RedDeerSuite] Eclipse is running 08:13:22.944 DEBUG [WorkbenchTestable][AfterTestInitialization] Number of found extensions for extension point org.eclipse.reddeer.junit.after.test=2 08:13:23.032 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest 08:13:23.070 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 08:13:23.073 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:13:23.127 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest 08:13:23.130 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.log.collector.BeforesLogCollector 08:13:23.130 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.MaximizeAndFocusWorkbench 08:13:23.141 INFO [WorkbenchTestable][ShellHandler] Maximize shell 'data - Eclipse Platform' 08:13:23.145 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:13:23.146 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 08:13:23.228 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:13:23.228 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 08:13:23.233 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:13:23.235 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:13:23.238 INFO [WorkbenchTestable][RequirementsRunner] Started test: testWindowIsAvailableConditionRegex no-configuration(org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest) 08:13:23.238 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest 08:13:23.238 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:13:23.238 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:13:23.238 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:13:23.247 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:13:23.256 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:13:23.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:13:23.259 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:13:23.268 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:13:23.463 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:13:23.464 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:13:23.466 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:13:23.466 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard 08:13:23.468 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:13:23.468 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:13:23.471 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:13:23.471 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:13:23.471 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:13:23.471 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:13:23.472 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:13:23.533 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:13:23.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:13:23.534 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:23.542 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:13:23.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:13:23.549 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:13:23.552 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 08:13:23.553 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:13:23.554 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:13:23.554 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:13:23.555 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:13:28.601 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:13:28.601 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:13:28.602 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:13:28.602 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:13:28.603 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest 08:13:28.603 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:13:28.606 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:13:28.607 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:28.607 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:28.608 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testWindowIsAvailableConditionRegex no-configuration(org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest) 08:13:28.608 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:13:28.609 INFO [WorkbenchTestable][RequirementsRunner] Started test: testWindowIsAvailableConditionWrongClass no-configuration(org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest) 08:13:28.609 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest 08:13:28.609 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:13:28.609 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:13:28.609 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:13:28.609 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:13:28.609 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:13:28.609 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:13:28.609 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:13:28.609 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:13:28.668 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:13:28.669 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:13:28.669 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:13:28.669 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard 08:13:28.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:13:28.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:13:28.671 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:13:28.672 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:13:28.672 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:13:28.672 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard 08:13:28.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:13:28.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:13:28.672 TRACE [WorkbenchTestable][WizardDialog] Shell Testing Wizard is not null and is not disposed 08:13:28.672 INFO [WorkbenchTestable][WizardDialog] Cancel wizard 08:13:28.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 "Cancel", Widget matcher matching widgets with style: 8) 08:13:28.674 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:13:28.674 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:28.675 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:13:28.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:13:28.675 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:13:28.676 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 08:13:28.676 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:13:28.676 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:13:28.676 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:13:28.676 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:13:28.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 08:13:28.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 08:13:28.727 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:13:28.728 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:13:28.728 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:13:28.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:13:28.728 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest 08:13:28.728 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:13:28.728 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:13:28.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:28.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:28.729 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testWindowIsAvailableConditionWrongClass no-configuration(org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest) 08:13:28.729 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:13:28.729 INFO [WorkbenchTestable][RequirementsRunner] Started test: testWindowIsAvailableConditionText no-configuration(org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest) 08:13:28.729 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest 08:13:28.729 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:13:28.729 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:13:28.729 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:13:28.729 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:13:28.729 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:13:28.729 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:13:28.729 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:13:28.729 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:13:28.792 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:13:28.792 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:13:28.792 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:13:28.793 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard 08:13:28.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:13:28.794 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:13:28.794 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:13:28.794 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:13:28.794 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:13:28.794 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:13:28.794 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:13:28.794 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:13:28.795 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:13:28.795 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:28.796 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:13:28.796 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:13:28.796 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:13:28.796 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 08:13:28.796 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:13:28.796 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:13:28.797 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:13:28.797 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:13:33.815 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:13:33.815 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:13:33.815 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:13:33.816 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:13:33.816 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest 08:13:33.816 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:13:33.816 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:13:33.816 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:33.816 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:33.816 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testWindowIsAvailableConditionText no-configuration(org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest) 08:13:33.816 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:13:33.816 INFO [WorkbenchTestable][RequirementsRunner] Started test: testWindowIsAvailableConditionOKClass no-configuration(org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest) 08:13:33.816 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest 08:13:33.816 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:13:33.817 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:13:33.817 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:13:33.817 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:13:33.817 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:13:33.817 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:13:33.817 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:13:33.817 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:13:33.869 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:13:33.871 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:13:33.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. finished successfully 08:13:33.871 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard 08:13:33.872 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:13:33.872 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:13:33.873 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:13:33.873 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:13:33.873 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:13:33.873 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard 08:13:33.873 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:13:33.874 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:13:33.874 TRACE [WorkbenchTestable][WizardDialog] Shell Testing Wizard is not null and is not disposed 08:13:33.874 INFO [WorkbenchTestable][WizardDialog] Cancel wizard 08:13:33.874 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:13:33.874 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:13:33.874 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:33.875 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:13:33.875 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:13:33.875 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:13:33.876 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 08:13:33.876 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:13:33.876 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:13:33.876 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:13:33.876 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:13:33.906 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 08:13:33.906 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 08:13:33.906 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:13:33.906 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:13:33.906 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:13:33.906 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:13:33.907 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest 08:13:33.907 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:13:33.907 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:13:33.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:33.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:33.907 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testWindowIsAvailableConditionOKClass no-configuration(org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest) 08:13:33.907 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:13:33.907 INFO [WorkbenchTestable][RequirementsRunner] Started test: testWindowIsAvailableConditionRegexAndClass no-configuration(org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest) 08:13:33.908 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest 08:13:33.908 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:13:33.908 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:13:33.908 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:13:33.908 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:13:33.908 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:13:33.908 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:13:33.908 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:13:33.908 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:13:33.975 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:13:33.975 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:13:33.976 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:13:33.976 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard 08:13:33.977 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:13:33.977 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:13:33.977 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:13:33.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 'Testing.*'] 08:13:33.977 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:13:33.977 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:13:33.978 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:13:33.978 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:13:33.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:13:33.978 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:33.979 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:13:33.980 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:13:33.980 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:13:33.980 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 08:13:33.980 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:13:33.980 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:13:33.980 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:13:33.980 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:13:39.001 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:13:39.001 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when 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:13:39.001 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:13:39.001 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:13:39.001 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest 08:13:39.001 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:13:39.001 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:13:39.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:39.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:39.002 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testWindowIsAvailableConditionRegexAndClass no-configuration(org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest) 08:13:39.002 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:13:39.002 INFO [WorkbenchTestable][RequirementsRunner] Started test: testWindowIsAvailableCondition no-configuration(org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest) 08:13:39.002 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest 08:13:39.003 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:13:39.003 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:13:39.003 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:13:39.003 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:13:39.003 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:13:39.003 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:13:39.003 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:13:39.003 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:13:39.058 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:13:39.059 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:13:39.059 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:13:39.059 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard 08:13:39.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:13:39.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:13:39.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until window is available... 08:13:39.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until window is available finished successfully 08:13:39.061 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:13:39.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:13:39.061 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:39.062 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:13:39.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:13:39.062 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:13:39.062 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 08:13:39.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:13:39.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:13:39.062 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:13:39.063 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:13:44.080 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 08:13:44.081 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 08:13:44.081 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest 08:13:44.081 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:13:44.081 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:13:44.081 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:44.081 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:44.081 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testWindowIsAvailableCondition no-configuration(org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest) 08:13:44.082 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest 08:13:44.082 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:13:44.082 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:13:44.082 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:44.082 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 21.244 s - in org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest testWindowIsAvailableConditionRegex no-configuration(org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest) Time elapsed: 5.37 s testWindowIsAvailableConditionWrongClass no-configuration(org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest) Time elapsed: 0.119 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.091 s testWindowIsAvailableConditionRegexAndClass no-configuration(org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest) Time elapsed: 5.095 s testWindowIsAvailableCondition no-configuration(org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest) Time elapsed: 5.079 s Running org.eclipse.reddeer.jface.test.wizard.WizardDialogTest 08:13:44.115 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest 08:13:44.116 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 08:13:44.117 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:13:44.117 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest 08:13:44.117 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:13:44.117 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 08:13:44.117 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:13:44.117 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 08:13:44.117 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:13:44.118 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:13:44.118 INFO [WorkbenchTestable][RequirementsRunner] Started test: next_notEnabled no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) 08:13:44.118 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest 08:13:44.118 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:13:44.118 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:13:44.118 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:13:44.118 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:13:44.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:13:44.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:13:44.118 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:13:44.119 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:13:44.176 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:13:44.177 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:13:44.177 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:13:44.177 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard 08:13:44.178 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:13:44.178 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:13:44.178 TRACE [WorkbenchTestable][WizardDialog] Shell Testing Wizard is not null and is not disposed 08:13:44.178 INFO [WorkbenchTestable][WizardDialog] Go to next wizard page 08:13:44.179 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:13:44.179 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:13:44.179 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:44.180 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:13:44.180 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:13:44.180 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:13:44.181 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 08:13:44.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:13:44.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:13:44.181 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:13:44.181 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:13:44.184 TRACE [WorkbenchTestable][WizardDialog] Shell Testing Wizard is not null and is not disposed 08:13:44.184 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:13:44.184 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:13:44.184 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:44.185 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:13:44.185 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:13:44.185 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:13:44.185 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:13:44.186 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:44.186 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:44.186 INFO [WorkbenchTestable][WorkbenchShellHandler] Close shell Testing Wizard 08:13:44.186 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard 08:13:44.186 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:13:44.186 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:13:44.186 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:13:44.187 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:13:44.187 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:44.187 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:13:44.188 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:13:44.188 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:13:44.188 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:13:44.188 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:13:44.242 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest 08:13:44.242 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:13:44.242 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:13:44.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:44.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:44.242 INFO [WorkbenchTestable][RequirementsRunner] Finished test: next_notEnabled no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) 08:13:44.242 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:13:44.242 INFO [WorkbenchTestable][RequirementsRunner] Started test: cancel no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) 08:13:44.242 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest 08:13:44.243 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:13:44.243 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:13:44.243 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:13:44.243 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:13:44.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:13:44.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:13:44.243 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:13:44.243 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:13:44.297 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:13:44.297 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:13:44.297 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:13:44.298 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard 08:13:44.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:13:44.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:13:44.299 TRACE [WorkbenchTestable][WizardDialog] Shell Testing Wizard is not null and is not disposed 08:13:44.299 INFO [WorkbenchTestable][WizardDialog] Cancel wizard 08:13:44.299 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:13:44.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:13:44.299 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:44.300 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:13:44.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:13:44.300 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:13:44.300 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 08:13:44.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:13:44.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:13:44.301 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:13:44.301 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:13:44.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 08:13:44.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 08:13:44.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:13:44.336 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:13:44.337 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:13:44.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:13:44.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:44.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:44.337 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:13:44.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:13:44.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:13:44.337 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:13:44.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:13:44.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:13:44.338 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:13:44.338 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:13:44.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:44.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:44.338 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest 08:13:44.338 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:13:44.338 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:13:44.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:44.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:44.338 INFO [WorkbenchTestable][RequirementsRunner] Finished test: cancel no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) 08:13:44.339 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:13:44.339 INFO [WorkbenchTestable][RequirementsRunner] Started test: finish no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) 08:13:44.339 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest 08:13:44.339 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:13:44.339 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:13:44.339 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:13:44.339 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:13:44.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:13:44.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:13:44.339 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:13:44.339 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:13:44.389 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:13:44.390 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:13:44.390 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:13:44.390 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard 08:13:44.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:13:44.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:13:44.391 TRACE [WorkbenchTestable][WizardDialog] Shell Testing Wizard is not null and is not disposed 08:13:44.391 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:13:44.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:13:44.391 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:44.393 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:13:44.393 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:13:44.393 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:13:44.393 TRACE [WorkbenchTestable][WizardDialog] Shell Testing Wizard is not null and is not disposed 08:13:44.393 INFO [WorkbenchTestable][WizardDialog] Finish wizard 08:13:44.393 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:13:44.393 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:13:44.393 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:44.394 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:13:44.394 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:13:44.394 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:13:44.394 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 08:13:44.394 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:13:44.394 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:13:44.394 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:13:44.394 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:13:49.411 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 08:13:49.411 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 08:13:49.412 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:13:49.412 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:13:49.412 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:13:49.412 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:13:49.412 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:49.412 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:49.412 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:13:49.412 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:13:49.412 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:13:49.412 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:13:49.412 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:13:49.412 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:13:49.412 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:13:49.412 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:13:49.413 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:49.413 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:49.413 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest 08:13:49.413 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:13:49.413 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:13:49.413 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:49.413 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:49.413 INFO [WorkbenchTestable][RequirementsRunner] Finished test: finish no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) 08:13:49.413 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:13:49.414 INFO [WorkbenchTestable][RequirementsRunner] Started test: finish_notEnabled no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) 08:13:49.414 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest 08:13:49.414 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:13:49.414 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:13:49.414 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:13:49.414 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:13:49.414 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:13:49.414 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:13:49.414 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:13:49.414 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:13:49.467 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:13:49.468 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:13:49.468 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:13:49.468 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard 08:13:49.469 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:13:49.469 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:13:49.470 TRACE [WorkbenchTestable][WizardDialog] Shell Testing Wizard is not null and is not disposed 08:13:49.470 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:13:49.470 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:13:49.470 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:49.471 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:13:49.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:13:49.471 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:13:49.471 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:13:49.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:49.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:49.472 INFO [WorkbenchTestable][WorkbenchShellHandler] Close shell Testing Wizard 08:13:49.472 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard 08:13:49.472 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:13:49.472 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:13:49.472 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:13:49.472 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:13:49.472 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:49.473 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:13:49.473 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:13:49.473 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:13:49.473 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:13:49.473 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:13:49.500 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest 08:13:49.500 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:13:49.500 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:13:49.500 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:49.500 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:49.500 INFO [WorkbenchTestable][RequirementsRunner] Finished test: finish_notEnabled no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) 08:13:49.501 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:13:49.501 INFO [WorkbenchTestable][RequirementsRunner] Started test: getPageDescription no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) 08:13:49.501 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest 08:13:49.501 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:13:49.501 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:13:49.501 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:13:49.501 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:13:49.501 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:13:49.501 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:13:49.501 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:13:49.501 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:13:49.570 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:13:49.570 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:13:49.571 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:13:49.571 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard 08:13:49.571 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:13:49.571 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:13:49.572 TRACE [WorkbenchTestable][WizardDialog] Shell Testing Wizard is not null and is not disposed 08:13:49.574 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:13:49.576 TRACE [WorkbenchTestable][WizardDialog] Shell Testing Wizard is not null and is not disposed 08:13:49.578 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:13:49.578 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:49.578 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:49.578 INFO [WorkbenchTestable][WorkbenchShellHandler] Close shell Testing Wizard 08:13:49.578 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard 08:13:49.578 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:13:49.579 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:13:49.579 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:13:49.579 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:13:49.579 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:49.579 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:13:49.580 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:13:49.580 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:13:49.580 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:13:49.580 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:13:49.606 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest 08:13:49.606 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:13:49.606 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:13:49.606 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:49.606 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:49.606 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getPageDescription no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) 08:13:49.606 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:13:49.606 INFO [WorkbenchTestable][RequirementsRunner] Started test: back no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) 08:13:49.606 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest 08:13:49.606 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:13:49.606 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:13:49.606 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:13:49.606 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:13:49.606 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:13:49.606 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:13:49.623 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:13:49.623 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing Wizard"] is available.... 08:13:49.671 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:13:49.671 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:13:49.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing Wizard"] is available. finished successfully 08:13:49.672 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard 08:13:49.673 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:13:49.673 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:13:49.673 TRACE [WorkbenchTestable][WizardDialog] Shell Testing Wizard is not null and is not disposed 08:13:49.673 INFO [WorkbenchTestable][WizardDialog] Go to next wizard page 08:13:49.673 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:13:49.673 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:13:49.673 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:49.674 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:13:49.674 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:13:49.674 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:13:49.674 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 08:13:49.674 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:13:49.674 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:13:49.674 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:13:49.674 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:13:49.676 TRACE [WorkbenchTestable][WizardDialog] Shell Testing Wizard is not null and is not disposed 08:13:49.677 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:13:49.677 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:13:49.677 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:49.678 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:13:49.678 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:13:49.678 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:13:49.678 TRACE [WorkbenchTestable][WizardDialog] Shell Testing Wizard is not null and is not disposed 08:13:49.678 INFO [WorkbenchTestable][WizardDialog] Go to previous wizard page 08:13:49.678 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:13:49.678 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:13:49.678 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:49.679 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:13:49.679 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:13:49.679 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:13:49.679 INFO [WorkbenchTestable][AbstractButton] Click button < &Back 08:13:49.679 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:13:49.679 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:13:49.679 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:13:49.679 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:13:49.682 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CLabel with no referenced composite specified, index 0 and no matchers specified 08:13:49.682 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:13:49.682 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:49.682 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:49.682 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing Wizard" as the parent 08:13:49.682 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:13:49.682 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:13:49.682 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:49.682 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:13:49.682 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:13:49.682 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CLabel and index 0 was found 08:13:49.684 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:13:49.684 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:49.684 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:49.684 INFO [WorkbenchTestable][WorkbenchShellHandler] Close shell Testing Wizard 08:13:49.684 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard 08:13:49.684 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:13:49.684 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:13:49.684 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:13:49.684 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:13:49.684 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:49.685 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:13:49.685 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:13:49.685 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:13:49.685 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:13:49.685 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:13:49.702 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest 08:13:49.702 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:13:49.702 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:13:49.702 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:49.702 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:49.703 INFO [WorkbenchTestable][RequirementsRunner] Finished test: back no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) 08:13:49.703 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:13:49.703 INFO [WorkbenchTestable][RequirementsRunner] Started test: next no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) 08:13:49.703 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest 08:13:49.703 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:13:49.703 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:13:49.703 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:13:49.732 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:13:49.733 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:13:49.733 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:13:49.733 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:13:49.733 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:13:49.781 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:13:49.782 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:13:49.782 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:13:49.782 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard 08:13:49.783 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:13:49.783 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:13:49.783 TRACE [WorkbenchTestable][WizardDialog] Shell Testing Wizard is not null and is not disposed 08:13:49.783 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:13:49.783 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:13:49.783 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:49.784 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:13:49.784 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:13:49.784 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:13:49.784 TRACE [WorkbenchTestable][WizardDialog] Shell Testing Wizard is not null and is not disposed 08:13:49.784 INFO [WorkbenchTestable][WizardDialog] Go to next wizard page 08:13:49.785 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:13:49.785 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:13:49.785 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:49.785 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:13:49.785 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:13:49.785 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:13:49.785 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 08:13:49.785 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:13:49.785 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:13:49.785 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:13:49.785 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:13:49.787 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CLabel with no referenced composite specified, index 0 and no matchers specified 08:13:49.787 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:13:49.787 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:49.787 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:49.788 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing Wizard" as the parent 08:13:49.788 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:13:49.788 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:13:49.788 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:49.788 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:13:49.788 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:13:49.788 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CLabel and index 0 was found 08:13:49.788 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:13:49.788 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:49.788 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:49.788 INFO [WorkbenchTestable][WorkbenchShellHandler] Close shell Testing Wizard 08:13:49.788 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard 08:13:49.788 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:13:49.788 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:13:49.788 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:13:49.788 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:13:49.788 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:49.789 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:13:49.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:13:49.789 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:13:49.789 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:13:49.789 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:13:49.833 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest 08:13:49.833 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:13:49.833 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:13:49.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:49.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:49.833 INFO [WorkbenchTestable][RequirementsRunner] Finished test: next no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) 08:13:49.833 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:13:49.833 INFO [WorkbenchTestable][RequirementsRunner] Started test: back_notEnabled no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) 08:13:49.833 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest 08:13:49.833 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:13:49.833 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:13:49.833 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:13:49.833 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:13:49.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:13:49.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:13:49.833 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:13:49.834 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:13:49.884 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:13:49.885 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:13:49.885 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:13:49.885 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard 08:13:49.886 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:13:49.886 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:13:49.886 TRACE [WorkbenchTestable][WizardDialog] Shell Testing Wizard is not null and is not disposed 08:13:49.886 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:13:49.886 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:13:49.886 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:49.887 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:13:49.887 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:13:49.887 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:13:49.887 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:13:49.887 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:49.887 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:49.887 INFO [WorkbenchTestable][WorkbenchShellHandler] Close shell Testing Wizard 08:13:49.887 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard 08:13:49.887 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:13:49.887 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:13:49.887 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:13:49.887 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:13:49.887 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:49.888 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:13:49.888 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:13:49.888 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:13:49.888 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:13:49.888 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:13:49.902 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest 08:13:49.902 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:13:49.902 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:13:49.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:49.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:49.903 INFO [WorkbenchTestable][RequirementsRunner] Finished test: back_notEnabled no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) 08:13:49.903 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:13:49.903 INFO [WorkbenchTestable][RequirementsRunner] Started test: testTitleAreaDialogAsWizardDialog no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) 08:13:49.903 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest 08:13:49.903 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:13:49.903 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:13:49.903 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:13:49.903 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:13:49.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:13:49.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:13:49.903 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:13:49.904 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:13:49.967 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:13:49.967 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:13:49.967 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:13:49.967 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard 08:13:49.968 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:13:49.968 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:13:49.969 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:13:50.030 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:13:50.030 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:13:50.030 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:13:50.531 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:13:50.531 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:13:50.531 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:13:51.031 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:13:51.031 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:13:51.031 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:13:51.532 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:13:51.532 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:13:51.532 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:13:52.032 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:13:52.032 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:13:52.032 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:13:52.533 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:13:52.533 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:13:52.533 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:13:53.033 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:13:53.033 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:13:53.033 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:13:53.534 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:13:53.534 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:13:53.534 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:13:54.034 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:13:54.034 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:13:54.034 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:13:54.534 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:13:54.535 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:13:54.535 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:13:55.035 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:13:55.035 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:13:55.035 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:13:55.535 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:13:55.535 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:13:55.536 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:13:56.036 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:13:56.036 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:13:56.036 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:13:56.536 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:13:56.536 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:13:56.536 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:13:57.037 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:13:57.037 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:13:57.037 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:13:57.537 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:13:57.537 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:13:57.537 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:13:58.038 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:13:58.038 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:13:58.038 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:13:58.538 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:13:58.538 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:13:58.538 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:13:59.039 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:13:59.039 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:13:59.039 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:13:59.539 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:13:59.539 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:13:59.540 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:14:00.040 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:14:00.040 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:14:00.040 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:14:00.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing TitleAreaDialog"] is available. failed, an exception will be thrown 08:14:00.050 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:14:00.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:14:00.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:14:00.050 INFO [WorkbenchTestable][WorkbenchShellHandler] Close shell Testing TitleAreaDialog 08:14:00.050 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing TitleAreaDialog 08:14:00.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:14:00.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:14:00.053 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:14:00.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:14:00.053 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:14:00.054 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:14:00.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:14:00.054 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:14:00.054 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:14:00.054 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:14:00.071 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:14:00.071 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:14:00.071 INFO [WorkbenchTestable][WorkbenchShellHandler] Close shell Testing Wizard 08:14:00.071 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard 08:14:00.071 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:14:00.071 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:14:00.071 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:14:00.071 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:14:00.071 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:14:00.072 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:14:00.072 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:14:00.072 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:14:00.072 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:14:00.072 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:14:00.097 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest 08:14:00.097 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:14:00.097 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:14:00.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:14:00.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:14:00.098 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testTitleAreaDialogAsWizardDialog no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) 08:14:00.098 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:14:00.098 INFO [WorkbenchTestable][RequirementsRunner] Started test: getPageTitle no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) 08:14:00.098 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest 08:14:00.098 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:14:00.098 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:14:00.098 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:14:00.098 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:14:00.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:14:00.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:14:00.098 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:14:00.098 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:14:00.148 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:14:00.148 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:14:00.148 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:14:00.149 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard 08:14:00.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:14:00.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:14:00.150 TRACE [WorkbenchTestable][WizardDialog] Shell Testing Wizard is not null and is not disposed 08:14:00.151 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:14:00.151 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:14:00.151 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:14:00.151 INFO [WorkbenchTestable][WorkbenchShellHandler] Close shell Testing Wizard 08:14:00.151 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard 08:14:00.151 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:14:00.151 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:14:00.151 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:14:00.151 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:14:00.151 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:14:00.152 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:14:00.152 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:14:00.152 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:14:00.152 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:14:00.152 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:14:00.182 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest 08:14:00.182 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:14:00.182 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:14:00.183 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:14:00.183 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:14:00.183 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getPageTitle no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) 08:14:00.183 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:14:00.183 INFO [WorkbenchTestable][RequirementsRunner] Started test: getTitle no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) 08:14:00.183 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest 08:14:00.183 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:14:00.183 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:14:00.183 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:14:00.183 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:14:00.183 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:14:00.183 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:14:00.183 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:14:00.184 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:14:00.248 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:14:00.249 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:14:00.249 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:14:00.249 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard 08:14:00.250 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:14:00.250 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:14:00.251 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:14:00.251 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:14:00.251 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:14:00.251 INFO [WorkbenchTestable][WorkbenchShellHandler] Close shell Testing Wizard 08:14:00.251 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard 08:14:00.251 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:14:00.251 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:14:00.251 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:14:00.251 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:14:00.251 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:14:00.252 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:14:00.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:14:00.252 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:14:00.252 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:14:00.252 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:14:00.279 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest 08:14:00.279 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:14:00.279 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:14:00.279 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:14:00.279 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:14:00.279 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getTitle no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) 08:14:00.279 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest 08:14:00.279 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:14:00.279 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:14:00.279 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:14:00.279 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 16.165 s - in org.eclipse.reddeer.jface.test.wizard.WizardDialogTest next_notEnabled no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) Time elapsed: 0.124 s cancel no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) Time elapsed: 0.096 s finish no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) Time elapsed: 5.074 s finish_notEnabled no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) Time elapsed: 0.087 s getPageDescription no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) Time elapsed: 0.105 s back no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) Time elapsed: 0.097 s next no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) Time elapsed: 0.13 s back_notEnabled no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) Time elapsed: 0.07 s testTitleAreaDialogAsWizardDialog no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) Time elapsed: 10.195 s getPageTitle no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) Time elapsed: 0.085 s getTitle no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) Time elapsed: 0.096 s Running org.eclipse.reddeer.jface.test.dialogs.ImportWizardDialogTest 08:14:00.297 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.jface.test.dialogs.ImportWizardDialogTest 08:14:00.299 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 08:14:00.300 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:14:00.300 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.jface.test.dialogs.ImportWizardDialogTest 08:14:00.300 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:14:00.300 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 08:14:00.300 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:14:00.300 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 08:14:00.300 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:14:00.304 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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:14:00.305 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:14:00.305 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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:14:00.305 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:14:00.305 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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:14:00.305 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:14:00.305 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:14:00.305 INFO [WorkbenchTestable][RequirementsRunner] Started test: open no-configuration(org.eclipse.reddeer.jface.test.dialogs.ImportWizardDialogTest) 08:14:00.305 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.dialogs.ImportWizardDialogTest 08:14:00.305 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:14:00.305 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:14:00.305 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:14:00.305 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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:14:00.305 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:14:00.306 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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:14:00.306 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:14:00.306 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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:14:00.306 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:14:00.306 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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:14:00.306 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:14:00.306 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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:14:00.306 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:14:00.306 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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:14:00.306 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:14:00.325 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:14:00.325 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:14:00.325 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:14:00.325 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:14:00.328 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 08:14:00.332 DEBUG [main][MenuItemLookup] Found menu:'File' 08:14:00.332 DEBUG [main][MenuItemLookup] Item match:File 08:14:00.337 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 08:14:00.337 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 08:14:00.337 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 08:14:00.337 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 08:14:00.337 DEBUG [main][MenuItemLookup] Found menu:'' 08:14:00.337 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 08:14:00.337 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 08:14:00.337 DEBUG [main][MenuItemLookup] Found menu:'' 08:14:00.337 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 08:14:00.337 DEBUG [main][MenuItemLookup] Found menu:'Save As...' 08:14:00.337 DEBUG [main][MenuItemLookup] Found menu:'Save All Shift+Ctrl+S' 08:14:00.337 DEBUG [main][MenuItemLookup] Found menu:'Revert' 08:14:00.337 DEBUG [main][MenuItemLookup] Found menu:'' 08:14:00.337 DEBUG [main][MenuItemLookup] Found menu:'Move...' 08:14:00.337 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 08:14:00.337 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 08:14:00.337 DEBUG [main][MenuItemLookup] Found menu:'Convert Line Delimiters To' 08:14:00.337 DEBUG [main][MenuItemLookup] Found menu:'' 08:14:00.338 DEBUG [main][MenuItemLookup] Found menu:'Print... Ctrl+P' 08:14:00.338 DEBUG [main][MenuItemLookup] Found menu:'' 08:14:00.338 DEBUG [main][MenuItemLookup] Found menu:'Import...' 08:14:00.338 DEBUG [main][MenuItemLookup] Item match:Import... 08:14:00.340 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Import..." 08:14:00.340 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Import... 08:14:00.342 INFO [main][MenuItemHandler] Select menu item: &Import... 08:14:00.438 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available.... 08:14:00.441 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:14:00.441 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 08:14:00.442 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:14:00.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:14:00.447 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 08:14:00.447 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:14:00.452 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:14:00.452 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:14:00.452 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:14:00.453 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:14:00.453 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:14:00.453 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:14:00.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:14:00.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:14:00.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Testing import category has children... 08:14:00.466 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Testing import category 08:14:00.467 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:14:00.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:14:00.970 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Testing import category 08:14:00.971 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Testing import category has children finished successfully 08:14:00.971 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Testing import category 08:14:00.971 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:14:00.971 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Testing import category is already expanded. No action performed 08:14:00.971 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:14:00.972 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Testing import category 08:14:00.972 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Testing import wizard 08:14:00.972 DEBUG [main][TreeItemHandler] Selecting tree item: Testing import wizard 08:14:00.973 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Testing import wizard about selection 08:14:00.975 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Testing import wizard 08:14:00.975 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 08:14:00.975 INFO [WorkbenchTestable][ImportExportWizard] Go to next wizard page 08:14:00.976 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:14:00.976 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:14:00.976 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:14:00.977 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:14:00.977 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:14:00.977 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:14:00.977 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 08:14:00.977 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:14:00.977 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:14:00.977 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:14:00.977 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:14:00.982 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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:14:00.982 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:14:00.982 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:14:00.982 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:14:00.982 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:14:00.982 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing import wizard 08:14:00.983 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:14:00.983 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:14:00.983 TRACE [WorkbenchTestable][ImportWizardDialogImpl] Shell Testing import wizard is not null and is not disposed 08:14:00.983 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:14:00.983 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:14:00.983 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:14:00.983 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing import wizard 08:14:00.983 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:14:00.983 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:14:00.984 TRACE [WorkbenchTestable][ImportWizardDialogImpl] Shell Testing import wizard is not null and is not disposed 08:14:00.984 INFO [WorkbenchTestable][ImportWizardDialogImpl] Cancel wizard 08:14:00.984 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:14:00.984 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:14:00.984 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:14:00.985 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:14:00.985 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:14:00.985 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:14:00.985 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 08:14:00.985 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:14:00.985 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:14:00.985 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:14:00.985 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:14:01.000 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 08:14:01.000 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 08:14:01.000 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:14:01.000 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:14:01.000 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:14:01.000 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:14:01.000 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.dialogs.ImportWizardDialogTest 08:14:01.000 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:14:01.000 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:14:01.000 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:14:01.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:14:01.001 INFO [WorkbenchTestable][RequirementsRunner] Finished test: open no-configuration(org.eclipse.reddeer.jface.test.dialogs.ImportWizardDialogTest) 08:14:01.001 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.jface.test.dialogs.ImportWizardDialogTest 08:14:01.001 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:14:01.001 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:14:01.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:14:01.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.705 s - in org.eclipse.reddeer.jface.test.dialogs.ImportWizardDialogTest open no-configuration(org.eclipse.reddeer.jface.test.dialogs.ImportWizardDialogTest) Time elapsed: 0.696 s Running org.eclipse.reddeer.jface.test.dialogs.NewWizardDialogTest 08:14:01.009 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.jface.test.dialogs.NewWizardDialogTest 08:14:01.010 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 08:14:01.010 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:14:01.011 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.jface.test.dialogs.NewWizardDialogTest 08:14:01.011 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:14:01.011 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 08:14:01.021 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:14:01.021 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 08:14:01.021 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:14:01.022 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window 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:14:01.023 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:14:01.023 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window 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:14:01.023 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:14:01.023 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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:14:01.023 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:14:01.023 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:14:01.023 INFO [WorkbenchTestable][RequirementsRunner] Started test: activate no-configuration(org.eclipse.reddeer.jface.test.dialogs.NewWizardDialogTest) 08:14:01.023 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.dialogs.NewWizardDialogTest 08:14:01.023 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:14:01.023 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:14:01.023 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:14:01.024 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window 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:14:01.024 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:14:01.024 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window 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:14:01.024 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:14:01.024 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window 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:14:01.024 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:14:01.024 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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:14:01.024 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:14:01.024 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window 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:14:01.024 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:14:01.025 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window 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:14:01.025 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:14:01.025 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:14:01.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:14:01.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:14:01.025 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:14:01.025 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 08:14:01.025 DEBUG [main][MenuItemLookup] Found menu:'File' 08:14:01.025 DEBUG [main][MenuItemLookup] Item match:File 08:14:01.026 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 08:14:01.026 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 08:14:01.031 DEBUG [main][MenuItemLookup] Found menu:'Project...' 08:14:01.031 DEBUG [main][MenuItemLookup] Found menu:'' 08:14:01.031 DEBUG [main][MenuItemLookup] Found menu:'Folder' 08:14:01.031 DEBUG [main][MenuItemLookup] Found menu:'File' 08:14:01.031 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 08:14:01.031 DEBUG [main][MenuItemLookup] Found menu:'' 08:14:01.031 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 08:14:01.031 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 08:14:01.031 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 08:14:01.031 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 08:14:01.031 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 08:14:01.088 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 08:14:01.090 DEBUG [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:14:01.090 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 08:14:01.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:14:01.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:14:01.091 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 08:14:01.091 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:14:01.091 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:14:01.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:14:01.091 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:14:01.092 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:14:01.092 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:14:01.092 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:14:01.093 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:14:01.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:14:01.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Testing new category has children... 08:14:01.094 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Testing new category 08:14:01.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:14:01.595 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:14:01.596 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Testing new category 08:14:01.596 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Testing new category has children finished successfully 08:14:01.596 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Testing new category 08:14:01.596 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:14:01.596 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Testing new category is already expanded. No action performed 08:14:01.596 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:14:01.596 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Testing new category 08:14:01.596 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Testing new wizard 08:14:01.597 DEBUG [main][TreeItemHandler] Selecting tree item: Testing new wizard 08:14:01.597 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Testing new wizard about selection 08:14:01.598 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Testing new wizard 08:14:01.598 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 08:14:01.598 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 08:14:01.598 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:14:01.598 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:14:01.598 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:14:01.599 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:14:01.599 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:14:01.599 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:14:01.600 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 08:14:01.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:14:01.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:14:01.600 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:14:01.600 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:14:01.608 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window 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:14:01.608 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:14:01.608 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:14:01.608 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:14:01.608 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:14:01.608 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing new wizard 08:14:01.608 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:14:01.608 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:14:01.608 TRACE [WorkbenchTestable][NewWizardDialogImpl] Shell Testing new wizard is not null and is not disposed 08:14:01.608 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:14:01.609 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window 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:14:01.609 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:14:01.609 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:14:01.609 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window 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:14:01.609 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:14:01.609 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:14:01.609 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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:14:01.609 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:14:01.609 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:14:01.609 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing new wizard 08:14:01.610 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:14:01.610 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:14:01.610 TRACE [WorkbenchTestable][NewWizardDialogImpl] Shell Testing new wizard is not null and is not disposed 08:14:01.610 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:14:01.610 TRACE [WorkbenchTestable][NewWizardDialogImpl] Shell Testing new wizard is not null and is not disposed 08:14:01.610 INFO [WorkbenchTestable][NewWizardDialogImpl] Cancel wizard 08:14:01.610 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:14:01.610 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:14:01.610 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:14:01.611 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:14:01.611 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:14:01.611 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:14:01.611 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 08:14:01.611 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:14:01.611 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:14:01.611 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:14:01.611 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:14:01.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 08:14:01.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 08:14:01.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:14:01.638 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:14:01.638 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:14:01.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:14:01.639 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window 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:14:01.639 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:14:01.639 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window 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:14:01.639 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:14:01.639 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window 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:14:01.639 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:14:01.639 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:14:01.639 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:14:01.639 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:14:01.639 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:14:01.639 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 08:14:01.639 DEBUG [main][MenuItemLookup] Found menu:'File' 08:14:01.640 DEBUG [main][MenuItemLookup] Item match:File 08:14:01.641 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 08:14:01.641 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 08:14:01.642 DEBUG [main][MenuItemLookup] Found menu:'Project...' 08:14:01.642 DEBUG [main][MenuItemLookup] Found menu:'' 08:14:01.642 DEBUG [main][MenuItemLookup] Found menu:'Folder' 08:14:01.642 DEBUG [main][MenuItemLookup] Found menu:'File' 08:14:01.642 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 08:14:01.642 DEBUG [main][MenuItemLookup] Found menu:'' 08:14:01.642 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 08:14:01.642 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 08:14:01.643 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 08:14:01.643 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 08:14:01.643 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 08:14:01.724 DEBUG [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:14:01.726 DEBUG [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:14:01.726 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 08:14:01.727 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:14:01.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:14:01.731 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 08:14:01.731 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:14:01.731 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:14:01.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:14:01.731 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:14:01.732 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:14:01.732 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:14:01.732 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:14:01.733 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:14:01.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:14:01.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Testing new category has children... 08:14:01.734 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Testing new category 08:14:01.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:14:02.235 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:14:02.236 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Testing new category 08:14:02.236 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Testing new category has children finished successfully 08:14:02.236 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Testing new category 08:14:02.236 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:14:02.237 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Testing new category is already expanded. No action performed 08:14:02.237 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:14:02.237 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Testing new category 08:14:02.237 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Testing new wizard 08:14:02.237 DEBUG [main][TreeItemHandler] Selecting tree item: Testing new wizard 08:14:02.237 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Testing new wizard about selection 08:14:02.238 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Testing new wizard 08:14:02.238 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 08:14:02.238 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 08:14:02.238 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:14:02.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:14:02.238 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:14:02.240 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:14:02.240 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:14:02.240 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:14:02.240 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 08:14:02.240 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:14:02.240 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:14:02.240 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:14:02.240 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:14:02.246 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window 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:14:02.246 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:14:02.247 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:14:02.247 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:14:02.247 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:14:02.247 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing new wizard 08:14:02.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:14:02.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:14:02.247 TRACE [WorkbenchTestable][NewWizardDialogImpl] Shell Testing new wizard is not null and is not disposed 08:14:02.247 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:14:02.248 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 08:14:02.248 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:14:02.248 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:14:02.248 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 08:14:02.248 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:14:02.248 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:14:02.248 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:14:02.248 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing new wizard"] 08:14:02.248 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:14:02.249 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:14:02.249 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:14:02.249 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing new wizard 08:14:02.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:14:02.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:14:02.249 TRACE [WorkbenchTestable][NewWizardDialogImpl] Shell Testing new wizard is not null and is not disposed 08:14:02.249 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:14:02.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:14:02.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:14:02.249 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing new wizard 08:14:02.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:14:02.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:14:02.249 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing new wizard 08:14:02.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:14:02.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:14:02.249 TRACE [WorkbenchTestable][NewWizardDialogImpl] Shell Testing new wizard is not null and is not disposed 08:14:02.249 INFO [WorkbenchTestable][NewWizardDialogImpl] Cancel wizard 08:14:02.250 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.jface.test.dialogs.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:14:02.250 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:14:02.250 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:14:02.251 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:14:02.251 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:14:02.251 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:14:02.251 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 08:14:02.251 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:14:02.251 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:14:02.251 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:14:02.251 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:14:02.279 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 08:14:02.279 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 08:14:02.279 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:14:02.279 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:14:02.279 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:14:02.279 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:14:02.279 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.dialogs.NewWizardDialogTest 08:14:02.279 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:14:02.279 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:14:02.279 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:14:02.279 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:14:02.279 INFO [WorkbenchTestable][RequirementsRunner] Finished test: activate no-configuration(org.eclipse.reddeer.jface.test.dialogs.NewWizardDialogTest) 08:14:02.280 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window 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:14:02.280 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:14:02.280 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window 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:14:02.280 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:14:02.280 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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:14:02.280 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:14:02.280 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:14:02.280 INFO [WorkbenchTestable][RequirementsRunner] Started test: open no-configuration(org.eclipse.reddeer.jface.test.dialogs.NewWizardDialogTest) 08:14:02.280 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.dialogs.NewWizardDialogTest 08:14:02.280 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:14:02.280 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:14:02.280 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:14:02.281 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window 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:14:02.281 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:14:02.281 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window 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:14:02.281 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:14:02.281 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window 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:14:02.281 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:14:02.281 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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:14:02.281 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:14:02.281 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window 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:14:02.281 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:14:02.282 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window 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:14:02.282 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:14:02.282 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:14:02.282 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:14:02.282 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:14:02.282 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:14:02.282 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 08:14:02.282 DEBUG [main][MenuItemLookup] Found menu:'File' 08:14:02.282 DEBUG [main][MenuItemLookup] Item match:File 08:14:02.283 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 08:14:02.283 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 08:14:02.286 DEBUG [main][MenuItemLookup] Found menu:'Project...' 08:14:02.286 DEBUG [main][MenuItemLookup] Found menu:'' 08:14:02.286 DEBUG [main][MenuItemLookup] Found menu:'Folder' 08:14:02.296 DEBUG [main][MenuItemLookup] Found menu:'File' 08:14:02.296 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 08:14:02.296 DEBUG [main][MenuItemLookup] Found menu:'' 08:14:02.296 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 08:14:02.296 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 08:14:02.296 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 08:14:02.296 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 08:14:02.297 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 08:14:02.361 DEBUG [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:14:02.363 DEBUG [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:14:02.363 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 08:14:02.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:14:02.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:14:02.364 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 08:14:02.364 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:14:02.365 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:14:02.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:14:02.365 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:14:02.370 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:14:02.370 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:14:02.370 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:14:02.372 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:14:02.373 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:14:02.373 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Testing new category has children... 08:14:02.373 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Testing new category 08:14:02.373 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:14:02.873 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:14:02.875 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Testing new category 08:14:02.875 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Testing new category has children finished successfully 08:14:02.875 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Testing new category 08:14:02.875 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:14:02.875 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Testing new category is already expanded. No action performed 08:14:02.875 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:14:02.875 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Testing new category 08:14:02.875 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Testing new wizard 08:14:02.875 DEBUG [main][TreeItemHandler] Selecting tree item: Testing new wizard 08:14:02.876 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Testing new wizard about selection 08:14:02.876 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Testing new wizard 08:14:02.877 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 08:14:02.877 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 08:14:02.877 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:14:02.877 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:14:02.877 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:14:02.878 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:14:02.878 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:14:02.878 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:14:02.878 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 08:14:02.878 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:14:02.878 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:14:02.878 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:14:02.878 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:14:02.884 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window 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:14:02.884 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:14:02.884 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:14:02.884 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:14:02.884 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:14:02.884 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing new wizard 08:14:02.884 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:14:02.884 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:14:02.884 TRACE [WorkbenchTestable][NewWizardDialogImpl] Shell Testing new wizard is not null and is not disposed 08:14:02.884 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:14:02.884 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:14:02.885 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:14:02.885 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing new wizard 08:14:02.885 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:14:02.885 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:14:02.885 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing new wizard 08:14:02.885 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:14:02.885 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:14:02.885 TRACE [WorkbenchTestable][NewWizardDialogImpl] Shell Testing new wizard is not null and is not disposed 08:14:02.885 INFO [WorkbenchTestable][NewWizardDialogImpl] Cancel wizard 08:14:02.885 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:14:02.885 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:14:02.885 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:14:02.886 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:14:02.886 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:14:02.886 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:14:02.886 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 08:14:02.886 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:14:02.886 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:14:02.886 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:14:02.886 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:14:02.914 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 08:14:02.914 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 08:14:02.914 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:14:02.914 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:14:02.914 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:14:02.914 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:14:02.914 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.dialogs.NewWizardDialogTest 08:14:02.914 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:14:02.914 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:14:02.914 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:14:02.914 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:14:02.914 INFO [WorkbenchTestable][RequirementsRunner] Finished test: open no-configuration(org.eclipse.reddeer.jface.test.dialogs.NewWizardDialogTest) 08:14:02.915 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window 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:14:02.915 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:14:02.915 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window 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:14:02.915 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:14:02.915 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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:14:02.915 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:14:02.915 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:14:02.915 INFO [WorkbenchTestable][RequirementsRunner] Started test: useExistingWizard no-configuration(org.eclipse.reddeer.jface.test.dialogs.NewWizardDialogTest) 08:14:02.915 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.dialogs.NewWizardDialogTest 08:14:02.915 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:14:02.915 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:14:02.915 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:14:02.916 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window 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:14:02.916 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:14:02.916 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window 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:14:02.916 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:14:02.916 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window 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:14:02.916 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:14:02.916 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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:14:02.916 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:14:02.916 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window 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:14:02.916 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:14:02.916 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window 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:14:02.916 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:14:02.917 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:14:02.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:14:02.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:14:02.917 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:14:02.917 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 08:14:02.917 DEBUG [main][MenuItemLookup] Found menu:'File' 08:14:02.917 DEBUG [main][MenuItemLookup] Item match:File 08:14:02.923 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 08:14:02.923 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 08:14:02.925 DEBUG [main][MenuItemLookup] Found menu:'Project...' 08:14:02.925 DEBUG [main][MenuItemLookup] Found menu:'' 08:14:02.926 DEBUG [main][MenuItemLookup] Found menu:'Folder' 08:14:02.926 DEBUG [main][MenuItemLookup] Found menu:'File' 08:14:02.926 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 08:14:02.926 DEBUG [main][MenuItemLookup] Found menu:'' 08:14:02.926 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 08:14:02.926 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 08:14:02.926 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 08:14:02.926 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 08:14:02.926 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 08:14:02.998 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 08:14:03.000 DEBUG [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:14:03.000 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 08:14:03.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:14:03.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:14:03.001 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 08:14:03.001 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:14:03.001 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:14:03.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:14:03.001 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:14:03.002 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:14:03.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:14:03.002 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:14:03.003 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:14:03.003 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:14:03.004 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Testing new category has children... 08:14:03.004 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Testing new category 08:14:03.004 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:14:03.504 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:14:03.505 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Testing new category 08:14:03.506 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Testing new category has children finished successfully 08:14:03.506 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Testing new category 08:14:03.506 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:14:03.506 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Testing new category is already expanded. No action performed 08:14:03.506 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:14:03.506 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Testing new category 08:14:03.506 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Testing new wizard 08:14:03.506 DEBUG [main][TreeItemHandler] Selecting tree item: Testing new wizard 08:14:03.506 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Testing new wizard about selection 08:14:03.507 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Testing new wizard 08:14:03.507 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 08:14:03.507 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 08:14:03.507 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:14:03.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:14:03.508 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:14:03.508 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:14:03.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:14:03.508 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:14:03.509 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 08:14:03.509 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:14:03.509 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:14:03.509 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:14:03.509 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:14:03.515 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window 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:14:03.515 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:14:03.515 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:14:03.515 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:14:03.515 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:14:03.515 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing new wizard 08:14:03.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:14:03.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:14:03.516 TRACE [WorkbenchTestable][NewWizardDialogImpl] Shell Testing new wizard is not null and is not disposed 08:14:03.516 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:14:03.516 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window 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:14:03.516 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:14:03.516 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:14:03.516 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window 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:14:03.516 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:14:03.516 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:14:03.516 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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:14:03.516 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:14:03.516 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:14:03.516 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing new wizard 08:14:03.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:14:03.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:14:03.517 TRACE [WorkbenchTestable][NewWizardDialogImpl] Shell Testing new wizard is not null and is not disposed 08:14:03.517 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:14:03.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:14:03.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:14:03.517 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing new wizard 08:14:03.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:14:03.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:14:03.517 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing new wizard 08:14:03.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:14:03.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:14:03.517 TRACE [WorkbenchTestable][NewWizardDialogImpl] Shell Testing new wizard is not null and is not disposed 08:14:03.517 INFO [WorkbenchTestable][NewWizardDialogImpl] Cancel wizard 08:14:03.517 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:14:03.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:14:03.517 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:14:03.518 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:14:03.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:14:03.518 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:14:03.518 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 08:14:03.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:14:03.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:14:03.518 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:14:03.518 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:14:03.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 08:14:03.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 08:14:03.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:14:03.534 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:14:03.534 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:14:03.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:14:03.534 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.dialogs.NewWizardDialogTest 08:14:03.534 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:14:03.534 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:14:03.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:14:03.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:14:03.535 INFO [WorkbenchTestable][RequirementsRunner] Finished test: useExistingWizard no-configuration(org.eclipse.reddeer.jface.test.dialogs.NewWizardDialogTest) 08:14:03.535 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.jface.test.dialogs.NewWizardDialogTest 08:14:03.535 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:14:03.535 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:14:03.546 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:14:03.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.539 s - in org.eclipse.reddeer.jface.test.dialogs.NewWizardDialogTest activate no-configuration(org.eclipse.reddeer.jface.test.dialogs.NewWizardDialogTest) Time elapsed: 1.256 s open no-configuration(org.eclipse.reddeer.jface.test.dialogs.NewWizardDialogTest) Time elapsed: 0.634 s useExistingWizard no-configuration(org.eclipse.reddeer.jface.test.dialogs.NewWizardDialogTest) Time elapsed: 0.62 s Running org.eclipse.reddeer.jface.test.dialogs.ExportWizardDialogTest 08:14:03.553 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.jface.test.dialogs.ExportWizardDialogTest 08:14:03.555 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 08:14:03.555 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:14:03.555 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.jface.test.dialogs.ExportWizardDialogTest 08:14:03.556 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:14:03.556 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 08:14:03.556 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:14:03.556 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 08:14:03.556 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:14:03.557 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Export"] 08:14:03.557 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:14:03.557 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Export"] 08:14:03.557 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:14:03.557 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing export wizard"] 08:14:03.557 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:14:03.557 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:14:03.557 INFO [WorkbenchTestable][RequirementsRunner] Started test: open no-configuration(org.eclipse.reddeer.jface.test.dialogs.ExportWizardDialogTest) 08:14:03.557 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.dialogs.ExportWizardDialogTest 08:14:03.557 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:14:03.557 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:14:03.557 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:14:03.558 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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:14:03.558 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:14:03.558 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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:14:03.558 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:14:03.558 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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:14:03.558 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:14:03.558 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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:14:03.558 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:14:03.558 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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:14:03.558 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:14:03.558 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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:14:03.558 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:14:03.559 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:14:03.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:14:03.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:14:03.559 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:14:03.559 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 08:14:03.559 DEBUG [main][MenuItemLookup] Found menu:'File' 08:14:03.559 DEBUG [main][MenuItemLookup] Item match:File 08:14:03.560 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 08:14:03.560 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 08:14:03.560 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 08:14:03.560 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 08:14:03.560 DEBUG [main][MenuItemLookup] Found menu:'' 08:14:03.560 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 08:14:03.560 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 08:14:03.560 DEBUG [main][MenuItemLookup] Found menu:'' 08:14:03.560 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 08:14:03.560 DEBUG [main][MenuItemLookup] Found menu:'Save As...' 08:14:03.560 DEBUG [main][MenuItemLookup] Found menu:'Save All Shift+Ctrl+S' 08:14:03.560 DEBUG [main][MenuItemLookup] Found menu:'Revert' 08:14:03.560 DEBUG [main][MenuItemLookup] Found menu:'' 08:14:03.560 DEBUG [main][MenuItemLookup] Found menu:'Move...' 08:14:03.560 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 08:14:03.560 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 08:14:03.560 DEBUG [main][MenuItemLookup] Found menu:'Convert Line Delimiters To' 08:14:03.560 DEBUG [main][MenuItemLookup] Found menu:'' 08:14:03.560 DEBUG [main][MenuItemLookup] Found menu:'Print... Ctrl+P' 08:14:03.560 DEBUG [main][MenuItemLookup] Found menu:'' 08:14:03.560 DEBUG [main][MenuItemLookup] Found menu:'Import...' 08:14:03.560 DEBUG [main][MenuItemLookup] Found menu:'Export...' 08:14:03.560 DEBUG [main][MenuItemLookup] Item match:Export... 08:14:03.560 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Exp&ort..." 08:14:03.561 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Export... 08:14:03.561 INFO [main][MenuItemHandler] Select menu item: Exp&ort... 08:14:03.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Export"] is available.... 08:14:03.639 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:14:03.639 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Export 08:14:03.640 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:14:03.640 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:14:03.640 TRACE [WorkbenchTestable][ImportExportWizard] Shell Export is not null and is not disposed 08:14:03.640 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:14:03.640 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:14:03.640 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:14:03.640 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:14:03.641 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:14:03.641 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:14:03.641 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:14:03.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:14:03.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:14:03.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Testing export category has children... 08:14:03.642 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Testing export category 08:14:03.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:14:04.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:14:04.144 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Testing export category 08:14:04.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Testing export category has children finished successfully 08:14:04.144 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Testing export category 08:14:04.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:14:04.144 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Testing export category is already expanded. No action performed 08:14:04.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:14:04.144 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Testing export category 08:14:04.144 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Testing export wizard 08:14:04.144 DEBUG [main][TreeItemHandler] Selecting tree item: Testing export wizard 08:14:04.145 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Testing export wizard about selection 08:14:04.147 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Testing export wizard 08:14:04.147 TRACE [WorkbenchTestable][ImportExportWizard] Shell Export is not null and is not disposed 08:14:04.147 INFO [WorkbenchTestable][ImportExportWizard] Go to next wizard page 08:14:04.147 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:14:04.147 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:14:04.147 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:14:04.148 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:14:04.148 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:14:04.148 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:14:04.149 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 08:14:04.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:14:04.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:14:04.149 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:14:04.149 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:14:04.153 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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:14:04.153 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:14:04.153 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:14:04.153 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:14:04.153 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:14:04.153 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing export wizard 08:14:04.153 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:14:04.153 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:14:04.153 TRACE [WorkbenchTestable][ExportWizardDialogImpl] Shell Testing export wizard is not null and is not disposed 08:14:04.153 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:14:04.153 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:14:04.153 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:14:04.154 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing export wizard 08:14:04.154 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:14:04.154 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:14:04.154 TRACE [WorkbenchTestable][ExportWizardDialogImpl] Shell Testing export wizard is not null and is not disposed 08:14:04.154 INFO [WorkbenchTestable][ExportWizardDialogImpl] Cancel wizard 08:14:04.154 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:14:04.154 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:14:04.154 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:14:04.155 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:14:04.155 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:14:04.155 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:14:04.155 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 08:14:04.155 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:14:04.155 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:14:04.155 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:14:04.155 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:14:04.169 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 08:14:04.169 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 08:14:04.169 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:14:04.169 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:14:04.170 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:14:04.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:14:04.170 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.dialogs.ExportWizardDialogTest 08:14:04.170 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:14:04.170 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:14:04.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:14:04.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:14:04.170 INFO [WorkbenchTestable][RequirementsRunner] Finished test: open no-configuration(org.eclipse.reddeer.jface.test.dialogs.ExportWizardDialogTest) 08:14:04.170 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.jface.test.dialogs.ExportWizardDialogTest 08:14:04.170 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:14:04.170 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:14:04.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:14:04.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.617 s - in org.eclipse.reddeer.jface.test.dialogs.ExportWizardDialogTest open no-configuration(org.eclipse.reddeer.jface.test.dialogs.ExportWizardDialogTest) Time elapsed: 0.613 s Running org.eclipse.reddeer.jface.test.dialogs.InputDialogTest 08:14:04.180 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "InputDialog title"] is available.... 08:14:04.218 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:14:04.218 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell InputDialog title 08:14:04.218 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:14:04.218 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:14:04.219 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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:14:04.219 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:14:04.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:14:04.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:14:04.219 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "InputDialog title" as the parent 08:14:04.219 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:14:04.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:14:04.219 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:14:04.220 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:14:04.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:14:04.220 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:14:04.220 INFO [WorkbenchTestable][AbstractButton] Click button OK 08:14:04.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:14:04.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:14:04.220 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:14:04.221 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:14:04.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "InputDialog title"] is available.... 08:14:04.278 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:14:04.278 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell InputDialog title 08:14:04.278 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:14:04.279 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:14:04.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:14:04.279 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:14:04.279 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:14:04.279 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:14:04.280 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "InputDialog title" as the parent 08:14:04.280 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:14:04.280 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:14:04.280 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:14:04.280 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:14:04.280 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:14:04.280 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 08:14:04.280 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:14:04.287 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "InputDialog title"] is available.... 08:14:04.340 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:14:04.340 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell InputDialog title 08:14:04.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:14:04.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:14:04.340 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 08:14:04.340 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:14:04.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:14:04.341 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:14:04.341 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "InputDialog title" as the parent 08:14:04.341 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:14:04.341 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:14:04.341 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:14:04.341 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:14:04.341 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:14:04.341 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:14:04.341 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 08:14:04.341 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:14:04.341 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:14:04.341 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:14:04.341 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:14:04.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "InputDialog title"] is available.... 08:14:04.393 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:14:04.393 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell InputDialog title 08:14:04.393 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:14:04.393 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:14:04.393 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified 08:14:04.393 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:14:04.393 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:14:04.394 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:14:04.394 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "InputDialog title" as the parent 08:14:04.394 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:14:04.394 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:14:04.394 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:14:04.394 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:14:04.394 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:14:04.394 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 08:14:04.394 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:14:04.394 INFO [WorkbenchTestable][AbstractText] Text set to: something 08:14:04.396 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified 08:14:04.396 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:14:04.396 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:14:04.396 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:14:04.396 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "InputDialog title" as the parent 08:14:04.396 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:14:04.396 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:14:04.396 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:14:04.396 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:14:04.396 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:14:04.396 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 08:14:04.396 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:14:04.396 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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:14:04.396 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:14:04.396 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:14:04.396 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:14:04.396 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "InputDialog title" as the parent 08:14:04.396 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:14:04.396 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:14:04.396 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:14:04.397 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:14:04.397 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:14:04.397 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:14:04.397 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 08:14:04.397 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:14:04.397 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:14:04.397 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:14:04.397 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.233 s - in org.eclipse.reddeer.jface.test.dialogs.InputDialogTest inputDialogOkTest(org.eclipse.reddeer.jface.test.dialogs.InputDialogTest) Time elapsed: 0.062 s inputDialogMessagesTest(org.eclipse.reddeer.jface.test.dialogs.InputDialogTest) Time elapsed: 0.046 s inputDialogCancelTest(org.eclipse.reddeer.jface.test.dialogs.InputDialogTest) Time elapsed: 0.075 s inputDialogSetTextGetTextTest(org.eclipse.reddeer.jface.test.dialogs.InputDialogTest) Time elapsed: 0.047 s Running org.eclipse.reddeer.jface.test.dialogs.TitleAreaDialogTest 08:14:04.428 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window 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:14:04.432 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:14:04.432 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window 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:14:04.432 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:14:04.432 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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:14:04.432 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:14:04.432 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window 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:14:04.432 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:14:04.433 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window 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:14:04.433 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:14:04.433 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window 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:14:04.433 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:14:04.433 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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:14:04.433 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:14:04.433 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window 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:14:04.433 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:14:04.433 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window 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:14:04.433 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:14:04.433 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:14:04.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:14:04.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:14:04.433 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:14:04.433 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 08:14:04.434 DEBUG [main][MenuItemLookup] Found menu:'File' 08:14:04.434 DEBUG [main][MenuItemLookup] Item match:File 08:14:04.435 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 08:14:04.435 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 08:14:04.436 DEBUG [main][MenuItemLookup] Found menu:'Project...' 08:14:04.436 DEBUG [main][MenuItemLookup] Found menu:'' 08:14:04.436 DEBUG [main][MenuItemLookup] Found menu:'Folder' 08:14:04.436 DEBUG [main][MenuItemLookup] Found menu:'File' 08:14:04.436 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 08:14:04.436 DEBUG [main][MenuItemLookup] Found menu:'' 08:14:04.436 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 08:14:04.436 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 08:14:04.437 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 08:14:04.437 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 08:14:04.437 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 08:14:04.491 DEBUG [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:14:04.493 DEBUG [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:14:04.493 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 08:14:04.494 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:14:04.494 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:14:04.494 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 08:14:04.494 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:14:04.494 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:14:04.494 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:14:04.494 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:14:04.495 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:14:04.495 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:14:04.495 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:14:04.496 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:14:04.496 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:14:04.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Testing new category has children... 08:14:04.497 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Testing new category 08:14:04.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:14:04.997 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:14:04.998 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Testing new category 08:14:04.999 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Testing new category has children finished successfully 08:14:04.999 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Testing new category 08:14:04.999 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:14:04.999 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Testing new category is already expanded. No action performed 08:14:04.999 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:14:04.999 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Testing new category 08:14:04.999 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Testing new wizard 08:14:04.999 DEBUG [main][TreeItemHandler] Selecting tree item: Testing new wizard 08:14:04.999 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Testing new wizard about selection 08:14:05.000 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Testing new wizard 08:14:05.000 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 08:14:05.000 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 08:14:05.000 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:14:05.000 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:14:05.000 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:14:05.001 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:14:05.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:14:05.001 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:14:05.002 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 08:14:05.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:14:05.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:14:05.002 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:14:05.002 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:14:05.008 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window 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:14:05.008 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:14:05.008 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:14:05.008 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:14:05.008 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:14:05.008 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing new wizard 08:14:05.008 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:14:05.008 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:14:05.008 TRACE [WorkbenchTestable][NewWizardDialogImpl] Shell Testing new wizard is not null and is not disposed 08:14:05.008 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:14:05.008 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:14:05.008 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:14:05.009 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:14:05.009 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:14:05.009 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing new wizard 08:14:05.009 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:14:05.009 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:14:05.010 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing new wizard 08:14:05.010 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:14:05.010 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:14:05.010 TRACE [WorkbenchTestable][NewWizardDialogImpl] Shell Testing new wizard is not null and is not disposed 08:14:05.010 INFO [WorkbenchTestable][NewWizardDialogImpl] Cancel wizard 08:14:05.010 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:14:05.010 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:14:05.010 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:14:05.010 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:14:05.010 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:14:05.010 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:14:05.011 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 08:14:05.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:14:05.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:14:05.011 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:14:05.011 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:14:05.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 08:14:05.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 08:14:05.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:14:05.026 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:14:05.026 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:14:05.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:14:05.027 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:14:05.069 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:14:05.069 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:14:05.069 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:14:05.069 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing TitleAreaDialog 08:14:05.070 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:14:05.070 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:14:05.070 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 08:14:05.070 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:14:05.070 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 08:14:05.071 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 08:14:05.071 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 08:14:05.072 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 08:14:05.072 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 08:14:05.072 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 08:14:05.073 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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:14:05.073 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:14:05.073 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:14:05.073 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:14:05.073 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing TitleAreaDialog" as the parent 08:14:05.073 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:14:05.073 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:14:05.073 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:14:05.073 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:14:05.073 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:14:05.074 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:14:05.074 INFO [WorkbenchTestable][AbstractButton] Click button TitleAreaDialog error message 08:14:05.074 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:14:05.074 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:14:05.074 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:14:05.074 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:14:05.077 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 08:14:05.077 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:14:05.078 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 08:14:05.078 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 08:14:05.078 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 08:14:05.078 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 08:14:05.078 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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:14:05.078 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:14:05.078 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:14:05.078 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:14:05.078 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing TitleAreaDialog" as the parent 08:14:05.078 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:14:05.078 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:14:05.078 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:14:05.079 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:14:05.079 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:14:05.079 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:14:05.079 INFO [WorkbenchTestable][AbstractButton] Click button TitleAreaDialog warning message 08:14:05.079 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:14:05.079 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:14:05.079 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:14:05.079 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:14:05.081 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 08:14:05.081 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:14:05.082 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 08:14:05.085 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 08:14:05.085 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 08:14:05.085 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 08:14:05.085 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "TitleAreaDialog info message") 08:14:05.086 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:14:05.086 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:14:05.086 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:14:05.086 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing TitleAreaDialog" as the parent 08:14:05.086 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:14:05.086 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:14:05.086 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:14:05.086 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:14:05.086 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:14:05.086 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:14:05.087 INFO [WorkbenchTestable][AbstractButton] Click button TitleAreaDialog info message 08:14:05.087 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:14:05.087 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:14:05.087 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:14:05.087 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:14:05.088 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 08:14:05.088 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:14:05.088 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 08:14:05.088 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 08:14:05.088 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 08:14:05.088 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 08:14:05.089 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "TitleAreaDialog none message") 08:14:05.089 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:14:05.089 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:14:05.089 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:14:05.089 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing TitleAreaDialog" as the parent 08:14:05.089 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:14:05.089 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:14:05.089 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:14:05.089 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:14:05.089 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:14:05.089 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:14:05.090 INFO [WorkbenchTestable][AbstractButton] Click button TitleAreaDialog none message 08:14:05.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:14:05.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:14:05.090 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:14:05.090 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:14:05.091 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 08:14:05.091 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:14:05.092 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 08:14:05.092 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 08:14:05.092 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 08:14:05.092 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 08:14:05.092 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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:14:05.092 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:14:05.092 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:14:05.092 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:14:05.092 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing TitleAreaDialog" as the parent 08:14:05.092 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:14:05.092 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:14:05.092 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:14:05.093 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:14:05.093 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:14:05.093 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:14:05.093 INFO [WorkbenchTestable][AbstractButton] Click button TitleAreaDialog warning message without provider 08:14:05.093 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:14:05.093 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:14:05.093 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:14:05.093 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:14:05.095 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 08:14:05.095 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:14:05.095 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 08:14:05.095 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 08:14:05.095 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 08:14:05.103 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:14:05.149 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:14:05.151 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:14:05.652 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:14:05.652 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:14:06.152 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:14:06.152 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:14:06.653 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:14:06.653 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:14:07.153 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:14:07.153 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:14:07.653 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:14:07.653 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:14:08.154 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:14:08.154 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:14:08.654 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:14:08.654 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:14:09.154 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:14:09.154 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:14:09.655 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:14:09.655 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:14:10.155 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:14:10.155 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:14:10.655 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:14:10.655 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:14:11.155 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:14:11.156 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:14:11.656 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:14:11.656 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:14:12.156 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:14:12.156 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:14:12.657 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:14:12.657 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:14:13.157 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:14:13.157 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:14:13.657 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:14:13.657 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:14:14.158 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:14:14.158 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:14:14.658 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:14:14.658 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:14:15.159 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:14:15.159 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:14:15.159 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.737 s - in org.eclipse.reddeer.jface.test.dialogs.TitleAreaDialogTest testWizardDialogAsTitleAreaDialog(org.eclipse.reddeer.jface.test.dialogs.TitleAreaDialogTest) Time elapsed: 0.599 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.061 s Running org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest 08:14:15.169 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest 08:14:15.173 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 08:14:15.173 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:14:15.173 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest 08:14:15.173 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:14:15.173 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 08:14:15.184 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:14:15.184 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 08:14:15.184 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:14:15.185 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:14:15.185 INFO [WorkbenchTestable][RequirementsRunner] Started test: getDuplicativeItemsX no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) 08:14:15.185 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest 08:14:15.185 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:14:15.185 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:14:15.185 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:14:15.204 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 08:14:15.204 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:14:15.221 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:14:15.221 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:14:15.221 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:14:15.221 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:14:15.221 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:14:15.221 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:14:15.221 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:14:15.221 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:14:15.221 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:14:15.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:14:15.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:14:15.233 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest 08:14:15.233 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:14:15.233 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:14:15.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:14:15.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:14:15.233 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getDuplicativeItemsX no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) 08:14:15.233 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:14:15.233 INFO [WorkbenchTestable][RequirementsRunner] Started test: getNonExistingItems no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) 08:14:15.233 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest 08:14:15.234 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:14:15.234 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:14:15.234 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:14:15.255 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 08:14:15.255 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:14:15.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:14:15.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:14:15.271 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:14:15.271 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:14:15.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:14:15.271 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:14:15.271 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:14:15.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:14:15.271 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:14:15.275 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:14:15.280 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:14:15.280 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest 08:14:15.280 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:14:15.280 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:14:15.280 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:14:15.280 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:14:15.280 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getNonExistingItems no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) 08:14:15.280 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:14:15.280 INFO [WorkbenchTestable][RequirementsRunner] Started test: getStyledTextOfItem111 no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) 08:14:15.280 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest 08:14:15.280 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:14:15.280 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:14:15.280 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:14:15.305 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 08:14:15.305 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:14:15.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:14:15.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:14:15.339 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:14:15.339 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:14:15.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:14:15.339 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:14:15.339 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:14:15.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:14:15.339 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:14:15.339 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item prefix item 1 and wait with time period 1 08:14:15.339 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item prefix item 1 08:14:15.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:14:15.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:14:15.840 INFO [WorkbenchTestable][TreeItemHandler] Expanded: prefix item 1 08:14:15.846 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item prefix item 1 08:14:15.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:14:15.846 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item prefix item 1 is already expanded. No action performed 08:14:15.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:14:15.847 INFO [WorkbenchTestable][TreeItemHandler] Expanded: prefix item 1 08:14:15.847 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item item 11 postfix and wait with time period 1 08:14:15.847 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item 11 postfix 08:14:15.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:14:16.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:14:16.347 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item 11 postfix 08:14:16.353 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item 11 postfix 08:14:16.353 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:14:16.353 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item item 11 postfix is already expanded. No action performed 08:14:16.353 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:14:16.353 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item 11 postfix 08:14:16.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:14:16.375 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:14:16.375 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest 08:14:16.375 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:14:16.375 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:14:16.375 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:14:16.375 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:14:16.375 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getStyledTextOfItem111 no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) 08:14:16.375 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:14:16.375 INFO [WorkbenchTestable][RequirementsRunner] Started test: getDuplicativeItemsXY no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) 08:14:16.375 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest 08:14:16.375 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:14:16.375 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:14:16.375 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:14:16.385 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 08:14:16.385 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:14:16.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:14:16.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:14:16.399 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:14:16.399 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:14:16.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:14:16.399 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:14:16.399 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:14:16.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:14:16.400 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:14:16.400 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item prefix item x and wait with time period 1 08:14:16.400 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item prefix item x 08:14:16.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:14:16.900 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:14:16.900 INFO [WorkbenchTestable][TreeItemHandler] Expanded: prefix item x 08:14:16.907 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item prefix item x 08:14:16.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:14:16.907 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item prefix item x is already expanded. No action performed 08:14:16.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:14:16.907 INFO [WorkbenchTestable][TreeItemHandler] Expanded: prefix item x 08:14:16.907 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item prefix item x and wait with time period 1 08:14:16.907 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item prefix item x 08:14:16.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:14:17.408 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:14:17.408 INFO [WorkbenchTestable][TreeItemHandler] Expanded: prefix item x 08:14:17.416 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item prefix item x 08:14:17.416 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:14:17.416 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item prefix item x is already expanded. No action performed 08:14:17.416 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:14:17.416 INFO [WorkbenchTestable][TreeItemHandler] Expanded: prefix item x 08:14:17.421 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:14:17.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:14:17.439 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest 08:14:17.439 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:14:17.439 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:14:17.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:14:17.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:14:17.439 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getDuplicativeItemsXY no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) 08:14:17.440 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:14:17.440 INFO [WorkbenchTestable][RequirementsRunner] Started test: getDuplicativeItemsFromItemXY no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) 08:14:17.440 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest 08:14:17.440 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:14:17.440 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:14:17.440 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:14:17.450 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 08:14:17.450 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:14:17.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:14:17.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:14:17.466 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:14:17.466 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:14:17.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:14:17.466 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:14:17.466 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:14:17.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:14:17.466 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:14:17.466 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item prefix item x and wait with time period 1 08:14:17.466 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item prefix item x 08:14:17.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:14:17.967 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:14:17.967 INFO [WorkbenchTestable][TreeItemHandler] Expanded: prefix item x 08:14:17.973 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item prefix item x 08:14:17.973 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:14:17.973 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item prefix item x is already expanded. No action performed 08:14:17.973 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:14:17.973 INFO [WorkbenchTestable][TreeItemHandler] Expanded: prefix item x 08:14:17.973 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item prefix item x and wait with time period 1 08:14:17.973 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item prefix item x 08:14:17.973 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:14:18.473 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:14:18.474 INFO [WorkbenchTestable][TreeItemHandler] Expanded: prefix item x 08:14:18.482 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item prefix item x 08:14:18.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:14:18.482 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item prefix item x is already expanded. No action performed 08:14:18.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:14:18.482 INFO [WorkbenchTestable][TreeItemHandler] Expanded: prefix item x 08:14:18.482 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item item xy postfix and wait with time period 1 08:14:18.482 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item xy postfix 08:14:18.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:14:18.983 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:14:18.983 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item xy postfix 08:14:18.992 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item xy postfix 08:14:18.992 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:14:18.992 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item item xy postfix is already expanded. No action performed 08:14:18.992 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:14:18.992 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item xy postfix 08:14:18.996 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:14:19.000 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:14:19.000 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest 08:14:19.000 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:14:19.000 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:14:19.000 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:14:19.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:14:19.001 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getDuplicativeItemsFromItemXY no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) 08:14:19.001 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:14:19.001 INFO [WorkbenchTestable][RequirementsRunner] Started test: getStyledTextsOfItemXXX no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) 08:14:19.001 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest 08:14:19.001 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:14:19.001 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:14:19.001 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:14:19.021 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 08:14:19.021 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:14:19.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:14:19.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:14:19.037 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:14:19.037 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:14:19.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:14:19.037 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:14:19.037 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:14:19.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:14:19.037 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:14:19.037 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item prefix item x and wait with time period 1 08:14:19.037 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item prefix item x 08:14:19.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:14:19.537 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:14:19.538 INFO [WorkbenchTestable][TreeItemHandler] Expanded: prefix item x 08:14:19.543 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item prefix item x 08:14:19.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:14:19.543 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item prefix item x is already expanded. No action performed 08:14:19.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:14:19.544 INFO [WorkbenchTestable][TreeItemHandler] Expanded: prefix item x 08:14:19.544 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item prefix item x and wait with time period 1 08:14:19.544 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item prefix item x 08:14:19.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:14:20.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:14:20.044 INFO [WorkbenchTestable][TreeItemHandler] Expanded: prefix item x 08:14:20.052 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item prefix item x 08:14:20.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:14:20.052 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item prefix item x is already expanded. No action performed 08:14:20.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:14:20.052 INFO [WorkbenchTestable][TreeItemHandler] Expanded: prefix item x 08:14:20.052 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item item xx postfix and wait with time period 1 08:14:20.052 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item xx postfix 08:14:20.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:14:20.553 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:14:20.553 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item xx postfix 08:14:20.562 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item xx postfix 08:14:20.562 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:14:20.562 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item item xx postfix is already expanded. No action performed 08:14:20.562 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:14:20.562 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item xx postfix 08:14:20.562 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item item xx postfix and wait with time period 1 08:14:20.562 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item xx postfix 08:14:20.562 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:14:21.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:14:21.063 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item xx postfix 08:14:21.076 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item xx postfix 08:14:21.077 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:14:21.077 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item item xx postfix is already expanded. No action performed 08:14:21.077 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:14:21.077 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item xx postfix 08:14:21.077 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item item xx postfix and wait with time period 1 08:14:21.077 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item xx postfix 08:14:21.077 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:14:21.577 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:14:21.578 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item xx postfix 08:14:21.579 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item xx postfix 08:14:21.579 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:14:21.579 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item item xx postfix is already expanded. No action performed 08:14:21.579 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:14:21.579 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item xx postfix 08:14:21.579 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item item xx postfix and wait with time period 1 08:14:21.579 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item xx postfix 08:14:21.579 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:14:22.080 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:14:22.080 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item xx postfix 08:14:22.081 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item xx postfix 08:14:22.081 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:14:22.081 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item item xx postfix is already expanded. No action performed 08:14:22.081 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:14:22.081 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item xx postfix 08:14:22.095 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:14:22.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:14:22.101 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest 08:14:22.101 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:14:22.101 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:14:22.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:14:22.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:14:22.114 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getStyledTextsOfItemXXX no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) 08:14:22.114 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:14:22.114 INFO [WorkbenchTestable][RequirementsRunner] Started test: getNonexistingItem no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) 08:14:22.114 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest 08:14:22.114 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:14:22.114 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:14:22.114 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:14:22.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:14:22.126 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:14:22.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:14:22.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:14:22.145 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:14:22.145 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:14:22.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:14:22.145 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:14:22.145 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:14:22.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:14:22.145 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:14:22.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:14:22.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:14:22.146 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item item 0 and wait with time period 1 08:14:22.146 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item 0 08:14:22.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:14:22.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:14:22.647 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item 0 08:14:22.651 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item 0 08:14:22.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:14:22.651 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item item 0 is already expanded. No action performed 08:14:22.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:14:22.651 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item 0 08:14:22.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:14:22.663 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:14:22.663 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest 08:14:22.663 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:14:22.663 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:14:22.663 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:14:22.663 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:14:22.663 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getNonexistingItem no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) 08:14:22.664 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:14:22.664 INFO [WorkbenchTestable][RequirementsRunner] Started test: testGetNonstyledItem000 no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) 08:14:22.664 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest 08:14:22.664 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:14:22.664 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:14:22.664 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:14:22.686 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 08:14:22.686 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:14:22.701 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:14:22.701 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:14:22.702 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:14:22.702 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:14:22.702 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:14:22.702 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:14:22.702 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:14:22.702 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:14:22.702 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:14:22.702 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item item 0 and wait with time period 1 08:14:22.702 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item 0 08:14:22.702 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:14:23.202 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:14:23.202 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item 0 08:14:23.208 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item 0 08:14:23.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:14:23.208 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item item 0 is already expanded. No action performed 08:14:23.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:14:23.208 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item 0 08:14:23.209 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item item 00 and wait with time period 1 08:14:23.209 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item 00 08:14:23.209 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:14:23.709 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:14:23.709 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item 00 08:14:23.714 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item 00 08:14:23.714 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:14:23.714 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item item 00 is already expanded. No action performed 08:14:23.714 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:14:23.714 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item 00 08:14:23.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:14:23.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:14:23.723 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest 08:14:23.723 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:14:23.723 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:14:23.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:14:23.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:14:23.723 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testGetNonstyledItem000 no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) 08:14:23.723 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:14:23.724 INFO [WorkbenchTestable][RequirementsRunner] Started test: getDuplicativeItemX no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) 08:14:23.724 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest 08:14:23.724 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:14:23.724 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:14:23.724 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:14:23.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:14:23.734 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:14:23.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:14:23.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:14:23.754 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:14:23.754 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:14:23.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:14:23.754 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:14:23.754 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:14:23.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:14:23.754 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:14:23.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:14:23.762 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:14:23.762 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest 08:14:23.762 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:14:23.762 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:14:23.762 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:14:23.762 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:14:23.763 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getDuplicativeItemX no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) 08:14:23.763 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:14:23.763 INFO [WorkbenchTestable][RequirementsRunner] Started test: getDuplicativeItemsXXX no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) 08:14:23.763 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest 08:14:23.763 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:14:23.763 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:14:23.763 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:14:23.785 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 08:14:23.785 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:14:23.799 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:14:23.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:14:23.800 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:14:23.800 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:14:23.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:14:23.800 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:14:23.800 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:14:23.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:14:23.800 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:14:23.800 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item prefix item x and wait with time period 1 08:14:23.800 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item prefix item x 08:14:23.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:14:24.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:14:24.301 INFO [WorkbenchTestable][TreeItemHandler] Expanded: prefix item x 08:14:24.306 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item prefix item x 08:14:24.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:14:24.306 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item prefix item x is already expanded. No action performed 08:14:24.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:14:24.306 INFO [WorkbenchTestable][TreeItemHandler] Expanded: prefix item x 08:14:24.306 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item prefix item x and wait with time period 1 08:14:24.306 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item prefix item x 08:14:24.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:14:24.807 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:14:24.807 INFO [WorkbenchTestable][TreeItemHandler] Expanded: prefix item x 08:14:24.814 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item prefix item x 08:14:24.814 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:14:24.814 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item prefix item x is already expanded. No action performed 08:14:24.814 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:14:24.814 INFO [WorkbenchTestable][TreeItemHandler] Expanded: prefix item x 08:14:24.814 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item item xx postfix and wait with time period 1 08:14:24.814 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item xx postfix 08:14:24.814 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:14:25.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:14:25.315 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item xx postfix 08:14:25.323 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item xx postfix 08:14:25.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:14:25.324 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item item xx postfix is already expanded. No action performed 08:14:25.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:14:25.324 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item xx postfix 08:14:25.324 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item item xx postfix and wait with time period 1 08:14:25.324 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item xx postfix 08:14:25.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:14:25.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:14:25.824 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item xx postfix 08:14:25.834 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item xx postfix 08:14:25.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:14:25.834 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item item xx postfix is already expanded. No action performed 08:14:25.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:14:25.834 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item xx postfix 08:14:25.834 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item item xx postfix and wait with time period 1 08:14:25.834 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item xx postfix 08:14:25.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:14:26.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:14:26.335 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item xx postfix 08:14:26.336 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item xx postfix 08:14:26.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:14:26.336 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item item xx postfix is already expanded. No action performed 08:14:26.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:14:26.336 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item xx postfix 08:14:26.336 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item item xx postfix and wait with time period 1 08:14:26.336 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item xx postfix 08:14:26.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:14:26.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:14:26.836 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item xx postfix 08:14:26.838 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item xx postfix 08:14:26.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:14:26.838 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item item xx postfix is already expanded. No action performed 08:14:26.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:14:26.838 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item xx postfix 08:14:26.841 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:14:26.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 08:14:26.860 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest 08:14:26.860 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:14:26.860 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:14:26.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:14:26.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:14:26.861 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getDuplicativeItemsXXX no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) 08:14:26.861 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest 08:14:26.861 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:14:26.861 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:14:26.861 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:14:26.861 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 11.692 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.047 s getStyledTextOfItem111 no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) Time elapsed: 1.095 s getDuplicativeItemsXY no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) Time elapsed: 1.064 s getDuplicativeItemsFromItemXY no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) Time elapsed: 1.561 s getStyledTextsOfItemXXX no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) Time elapsed: 3.113 s getNonexistingItem no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) Time elapsed: 0.549 s testGetNonstyledItem000 no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) Time elapsed: 1.059 s getDuplicativeItemX no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) Time elapsed: 0.039 s getDuplicativeItemsXXX no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) Time elapsed: 3.098 s Running org.eclipse.reddeer.jface.test.viewers.CellEditorTest 08:14:26.868 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.jface.test.viewers.CellEditorTest 08:14:26.870 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 08:14:26.870 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:14:26.870 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.jface.test.viewers.CellEditorTest 08:14:26.870 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:14:26.870 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 08:14:26.870 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:14:26.870 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 08:14:26.870 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:14:26.871 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:14:26.871 INFO [WorkbenchTestable][RequirementsRunner] Started test: tableEditorTest no-configuration(org.eclipse.reddeer.jface.test.viewers.CellEditorTest) 08:14:26.871 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.viewers.CellEditorTest 08:14:26.871 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:14:26.871 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:14:26.871 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt (Eclipse:1651): Gtk-CRITICAL **: 08:14:26.897: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 08:14:26.900 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.TableItem with no referenced composite specified, index 0 and no matchers specified 08:14:26.900 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:14:26.913 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:14:26.913 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:14:26.913 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:14:26.913 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:14:26.913 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:14:26.913 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:14:26.913 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:14:26.913 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:14:26.913 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TableItem and index 0 was found 08:14:26.914 INFO [WorkbenchTestable][AbstractTableItem] Double click table item Andrej 08:14:26.916 TRACE [main][WidgetHandler] Notify Table with event 13 08:14:26.916 TRACE [main][WidgetHandler] Wait for synchronization 08:14:26.917 TRACE [main][WidgetHandler] Notify Table with event 3 08:14:26.917 TRACE [main][WidgetHandler] Wait for synchronization 08:14:26.917 TRACE [main][WidgetHandler] Notify Table with event 4 08:14:26.917 TRACE [main][WidgetHandler] Wait for synchronization 08:14:26.924 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:14:26.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:14:26.926 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:14:26.926 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:14:26.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:14:26.926 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 08:14:26.926 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:14:26.926 INFO [WorkbenchTestable][AbstractText] Text set to: abc 08:14:26.927 TRACE [WorkbenchTestable][WidgetHandler] Notify Text with event 16 08:14:26.927 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:14:26.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:14:26.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:14:26.930 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:14:26.931 DEBUG [main][AbstractWait] Waiting until shell is active... 08:14:26.931 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:14:26.931 INFO [main][AbstractShell] Close shell Testing shell 08:14:26.931 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:14:26.935 DEBUG [main][AbstractWait] Waiting while shell is available... 08:14:26.935 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:14:26.935 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.viewers.CellEditorTest 08:14:26.936 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:14:26.936 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:14:26.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:14:26.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:14:26.941 INFO [WorkbenchTestable][RequirementsRunner] Finished test: tableEditorTest no-configuration(org.eclipse.reddeer.jface.test.viewers.CellEditorTest) 08:14:26.941 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.jface.test.viewers.CellEditorTest 08:14:26.941 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:14:26.941 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:14:26.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:14:26.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.073 s - in org.eclipse.reddeer.jface.test.viewers.CellEditorTest tableEditorTest no-configuration(org.eclipse.reddeer.jface.test.viewers.CellEditorTest) Time elapsed: 0.07 s Running org.eclipse.reddeer.jface.test.window.WindowTest 08:14:26.948 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:14:26.949 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:14:26.949 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:14:26.949 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:14:26.963 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:14:26.963 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:14:26.963 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:14:26.963 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:14:26.964 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:14:26.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:14:26.964 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:14:26.969 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:14:26.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:14:26.969 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 08:14:26.971 INFO [WorkbenchTestable][AbstractToolItem] Click tool item openEclipseWindowTitleTooltip 08:14:26.971 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 08:14:26.971 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:14:26.983 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Eclipse Window"] is available.... 08:14:26.984 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:14:26.984 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Eclipse Window 08:14:26.984 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:14:26.984 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:14:26.984 TRACE [WorkbenchTestable][RedDeerEclipseWindow] Shell Eclipse Window is not null and is not disposed 08:14:26.984 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:14:26.984 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Eclipse Window 08:14:26.984 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:14:26.992 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:14:26.992 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:14:26.992 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:14:26.992 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:14:26.992 INFO [WorkbenchTestable][WorkbenchShellHandler] Close shell Eclipse Window 08:14:26.992 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Eclipse Window 08:14:26.992 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:14:26.992 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:14:26.992 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:14:26.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:14:26.993 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:14:26.993 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:14:27.493 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:14:27.493 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:14:27.993 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:14:27.993 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:14:28.494 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:14:28.494 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:14:28.494 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:14:28.495 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was not found 08:14:28.495 TRACE [WorkbenchTestable][WidgetHandler] Notify Shell with event 21 08:14:28.495 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:14:28.513 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:14:28.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:14:28.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:14:28.513 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:14:28.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:14:28.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:14:28.513 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:14:28.513 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:14:28.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:14:28.513 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:14:28.517 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:14:28.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:14:28.517 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 08:14:28.517 INFO [WorkbenchTestable][AbstractToolItem] Click tool item openEclipseWindowTitleTooltip 08:14:28.517 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 08:14:28.517 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:14:28.530 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:14:28.530 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:14:28.530 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:14:28.530 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Eclipse Window 08:14:28.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:14:28.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:14:28.530 TRACE [WorkbenchTestable][RedDeerEclipseWindow] Shell Eclipse Window is not null and is not disposed 08:14:28.530 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:14:28.530 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Eclipse Window 08:14:28.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:14:28.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:14:28.530 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:14:28.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:14:28.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:14:28.531 INFO [WorkbenchTestable][WorkbenchShellHandler] Close shell Eclipse Window 08:14:28.531 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Eclipse Window 08:14:28.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:14:28.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:14:28.531 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:14:28.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:14:28.531 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:14:28.531 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:14:29.031 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:14:29.031 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:14:29.532 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:14:29.532 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:14:29.532 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:14:29.532 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was not found 08:14:29.532 TRACE [WorkbenchTestable][WidgetHandler] Notify Shell with event 21 08:14:29.533 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:14:29.544 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:14:29.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:14:29.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:14:29.545 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:14:29.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:14:29.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:14:29.545 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:14:29.545 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:14:29.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:14:29.545 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:14:29.559 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:14:29.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:14:29.559 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 08:14:29.559 INFO [WorkbenchTestable][AbstractToolItem] Click tool item openEclipseWindowTitleTooltip 08:14:29.559 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 08:14:29.559 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:14:29.579 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:14:29.579 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:14:29.579 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:14:29.579 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:14:29.579 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Eclipse Window 08:14:29.580 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:14:29.580 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:14:29.580 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Eclipse Window 08:14:29.580 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:14:29.580 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:14:29.580 INFO [WorkbenchTestable][AbstractShell] Close shell Eclipse Window 08:14:29.580 INFO [WorkbenchTestable][ShellHandler] Closing shell 'Eclipse Window' 08:14:29.583 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 08:14:29.587 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 08:14:29.588 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:14:29.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:14:29.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:14:29.588 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:14:29.588 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:14:29.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:14:29.588 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:14:29.591 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:14:29.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:14:29.591 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 08:14:29.591 INFO [WorkbenchTestable][AbstractToolItem] Click tool item openEclipseWindowTitleTooltip 08:14:29.591 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 08:14:29.591 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:14:29.611 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:14:29.611 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:14:29.611 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:14:29.611 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:14:29.611 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Eclipse Window 08:14:29.612 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:14:29.612 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:14:29.612 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Eclipse Window 08:14:29.612 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:14:29.612 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:14:29.612 INFO [WorkbenchTestable][AbstractShell] Close shell Eclipse Window 08:14:29.612 INFO [WorkbenchTestable][ShellHandler] Closing shell 'Eclipse Window' 08:14:29.614 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 08:14:29.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 08:14:29.627 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:14:29.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:14:29.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:14:29.628 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:14:29.628 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:14:29.628 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:14:29.628 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:14:29.628 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:14:29.628 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:14:29.628 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:14:29.628 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:14:29.628 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:14:29.628 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:14:29.628 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:14:29.632 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:14:29.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:14:29.632 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 08:14:29.632 INFO [WorkbenchTestable][AbstractToolItem] Click tool item openEclipseWindowTitleTooltip 08:14:29.632 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 08:14:29.632 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:14:29.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Eclipse Window"] is available.... 08:14:29.643 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:14:29.643 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Eclipse Window 08:14:29.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:14:29.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:14:29.643 TRACE [WorkbenchTestable][RedDeerEclipseWindow] Shell Eclipse Window is not null and is not disposed 08:14:29.643 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:14:29.643 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Eclipse Window 08:14:29.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:14:29.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:14:29.643 INFO [WorkbenchTestable][AbstractShell] Close shell Eclipse Window 08:14:29.644 INFO [WorkbenchTestable][ShellHandler] Closing shell 'Eclipse Window' 08:14:29.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 08:14:29.659 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 08:14:29.659 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:14:29.659 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:14:29.659 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:14:29.659 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:14:29.659 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:14:29.659 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:14:29.659 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:14:29.663 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:14:29.663 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:14:29.663 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 08:14:29.663 INFO [WorkbenchTestable][AbstractToolItem] Click tool item openEclipseWindowTitleTooltip 08:14:29.663 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 08:14:29.663 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:14:29.678 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Eclipse Window"] is available.... 08:14:29.679 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:14:29.679 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Eclipse Window 08:14:29.679 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:14:29.679 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:14:29.679 TRACE [WorkbenchTestable][RedDeerEclipseWindow] Shell Eclipse Window is not null and is not disposed 08:14:29.679 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:14:29.679 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Eclipse Window 08:14:29.679 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:14:29.679 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:14:29.680 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:14:29.680 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:14:29.680 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:14:29.680 INFO [WorkbenchTestable][WorkbenchShellHandler] Close shell Eclipse Window 08:14:29.680 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Eclipse Window 08:14:29.680 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:14:29.680 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:14:29.680 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:14:29.680 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:14:29.680 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:14:29.680 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:14:30.180 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:14:30.180 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:14:30.681 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:14:30.681 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:14:30.681 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:14:30.681 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was not found 08:14:30.681 TRACE [WorkbenchTestable][WidgetHandler] Notify Shell with event 21 08:14:30.681 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:14:30.691 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:14:30.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:14:30.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:14:30.691 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:14:30.691 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:14:30.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:14:30.691 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:14:30.695 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:14:30.695 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:14:30.695 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 08:14:30.695 INFO [WorkbenchTestable][AbstractToolItem] Click tool item openEclipseWindowTitleTooltip 08:14:30.695 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 08:14:30.695 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:14:30.722 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:14:30.722 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:14:30.722 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:14:30.722 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Eclipse Window 08:14:30.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:14:30.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:14:30.723 TRACE [WorkbenchTestable][RedDeerEclipseWindow] Shell Eclipse Window is not null and is not disposed 08:14:30.723 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:14:30.723 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Eclipse Window 08:14:30.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:14:30.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:14:30.723 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Eclipse Window 08:14:30.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:14:30.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:14:30.723 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:14:30.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:14:30.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:14:30.723 INFO [WorkbenchTestable][WorkbenchShellHandler] Close shell Eclipse Window 08:14:30.723 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Eclipse Window 08:14:30.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:14:30.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:14:30.723 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:14:30.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:14:30.723 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:14:30.723 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:14:31.224 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:14:31.224 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:14:31.724 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:14:31.724 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:14:31.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:14:31.725 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was not found 08:14:31.725 TRACE [WorkbenchTestable][WidgetHandler] Notify Shell with event 21 08:14:31.725 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.796 s - in org.eclipse.reddeer.jface.test.window.WindowTest openableEclipseWindow(org.eclipse.reddeer.jface.test.window.WindowTest) Time elapsed: 1.565 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.031 s openActionNotDefinedIsOpen(org.eclipse.reddeer.jface.test.window.WindowTest) Time elapsed: 0.001 s eclipseWindowIsOpen(org.eclipse.reddeer.jface.test.window.WindowTest) Time elapsed: 0.082 s openableEclipseWindowCustomAction(org.eclipse.reddeer.jface.test.window.WindowTest) Time elapsed: 1.064 s openEclipseWindow(org.eclipse.reddeer.jface.test.window.WindowTest) Time elapsed: 1.052 s Running org.eclipse.reddeer.jface.test.preference.PreferenceDialogTest 08:14:31.753 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.jface.test.preference.PreferenceDialogTest 08:14:31.753 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 08:14:31.753 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:14:31.754 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.jface.test.preference.PreferenceDialogTest 08:14:31.754 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:14:31.754 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 08:14:31.754 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:14:31.754 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 08:14:31.754 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:14:31.755 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:14:31.755 INFO [WorkbenchTestable][RequirementsRunner] Started test: testCanFinish no-configuration(org.eclipse.reddeer.jface.test.preference.PreferenceDialogTest) 08:14:31.755 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.preference.PreferenceDialogTest 08:14:31.755 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:14:31.755 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:14:31.755 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:14:31.757 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:14:31.812 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:14:31.812 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:14:31.813 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:14:31.813 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 08:14:31.813 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:14:31.813 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:14:31.813 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:14:31.814 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:14:31.814 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:14:31.814 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:14:31.814 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:14:31.815 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:14:31.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:14:31.815 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:14:31.815 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "make valid") 08:14:31.815 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:14:31.816 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:14:31.816 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:14:31.816 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 08:14:31.816 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:14:31.816 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:14:31.816 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:14:31.816 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:14:31.816 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:14:31.816 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:14:31.817 INFO [WorkbenchTestable][AbstractButton] Click button make valid 08:14:31.817 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:14:31.817 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:14:31.817 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:14:31.817 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:14:31.817 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:14:31.818 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:14:31.818 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:14:31.818 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:14:31.818 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:14:31.818 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:14:31.818 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:14:31.818 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:14:31.819 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:14:31.820 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:14:31.820 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:14:31.820 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:14:31.820 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:14:31.823 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:14:31.823 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:14:31.823 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:14:31.823 INFO [WorkbenchTestable][AbstractButton] Click button Apply and Close 08:14:31.823 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:14:31.823 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:14:31.823 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:14:31.823 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:14:31.858 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 08:14:31.858 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 08:14:31.858 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:14:31.858 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:14:31.859 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:14:31.859 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.preference.PreferenceDialogTest 08:14:31.859 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:14:31.859 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:14:31.859 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:14:31.859 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:14:31.859 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testCanFinish no-configuration(org.eclipse.reddeer.jface.test.preference.PreferenceDialogTest) 08:14:31.860 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.jface.test.preference.PreferenceDialogTest 08:14:31.860 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:14:31.860 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:14:31.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:14:31.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.11 s - in org.eclipse.reddeer.jface.test.preference.PreferenceDialogTest testCanFinish no-configuration(org.eclipse.reddeer.jface.test.preference.PreferenceDialogTest) Time elapsed: 0.104 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.v20230831-0758 [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.v20230831-0758 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.reddeer.eclipse.test --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.reddeer.eclipse.test --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.reddeer.eclipse.test --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.reddeer.eclipse.test --- [INFO] Resolving class path of RedDeer Eclipse Tests... [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (prepare-agent-for-reddeer-tests) @ org.eclipse.reddeer.eclipse.test --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.eclipse.test/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/* [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.reddeer.eclipse.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 12 resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.reddeer.eclipse.test --- [INFO] Compiling 96 source files to /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.eclipse.test/bin [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.reddeer.eclipse.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.eclipse.test/src/test/resources [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.reddeer.eclipse.test --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.reddeer.eclipse.test --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.eclipse.test/target/org.eclipse.reddeer.eclipse.test-4.7.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.reddeer.eclipse.test --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.eclipse.test/target/org.eclipse.reddeer.eclipse.test-4.7.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.eclipse.test --- [INFO] [INFO] --- dependency:2.8:copy (copy-hsqldb-driver) @ org.eclipse.reddeer.eclipse.test --- [INFO] Configured Artifact: org.hsqldb:hsqldb:2.3.0:jar [INFO] Copying hsqldb-2.3.0.jar to /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.eclipse.test/target/lib/hsqldb-2.3.0.jar [INFO] [INFO] --- download:1.2.1:wget (install-h2-driver) @ org.eclipse.reddeer.eclipse.test --- Downloading: https://repo1.maven.org/maven2/com/h2database/h2/1.4.199/h2-1.4.199.jar 16/2127K 32/2127K 48/2127K 64/2127K 80/2127K 96/2127K 112/2127K 128/2127K 144/2127K 160/2127K 176/2127K 192/2127K 208/2127K 224/2127K 240/2127K 256/2127K 272/2127K 288/2127K 304/2127K 320/2127K 336/2127K 352/2127K 368/2127K 384/2127K 400/2127K 416/2127K 432/2127K 448/2127K 464/2127K 480/2127K 496/2127K 512/2127K 528/2127K 544/2127K 560/2127K 571/2127K 587/2127K 603/2127K 619/2127K 635/2127K 651/2127K 667/2127K 683/2127K 699/2127K 715/2127K 731/2127K 747/2127K 763/2127K 779/2127K 795/2127K 811/2127K 827/2127K 843/2127K 859/2127K 875/2127K 891/2127K 907/2127K 923/2127K 939/2127K 955/2127K 971/2127K 987/2127K 1003/2127K 1019/2127K 1035/2127K 1051/2127K 1067/2127K 1083/2127K 1099/2127K 1115/2127K 1131/2127K 1142/2127K 1158/2127K 1174/2127K 1190/2127K 1206/2127K 1222/2127K 1238/2127K 1254/2127K 1270/2127K 1286/2127K 1302/2127K 1318/2127K 1334/2127K 1350/2127K 1366/2127K 1382/2127K 1398/2127K 1414/2127K 1430/2127K 1446/2127K 1462/2127K 1478/2127K 1494/2127K 1510/2127K 1526/2127K 1542/2127K 1558/2127K 1574/2127K 1590/2127K 1606/2127K 1622/2127K 1638/2127K 1654/2127K 1670/2127K 1686/2127K 1702/2127K 1713/2127K 1729/2127K 1745/2127K 1761/2127K 1777/2127K 1793/2127K 1809/2127K 1825/2127K 1841/2127K 1857/2127K 1873/2127K 1889/2127K 1905/2127K 1921/2127K 1937/2127K 1953/2127K 1969/2127K 1985/2127K 2001/2127K 2017/2127K 2033/2127K 2049/2127K 2065/2127K 2081/2127K 2097/2127K 2113/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/releases/2023-09/202308251000/plugins/ (249kB) [INFO] Fetching com.google.guava_21.0.0.v20170206-1425.jar from https://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/plugins/ (2.55MB) [INFO] Fetching com.google.guava_30.1.0.v20221112-0806.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (2.92MB) [INFO] Fetching com.google.guava_31.1.0.jre.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (2.82MB) [INFO] Fetching com.google.javascript_0.0.20160315.v20161124-1903.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (3.53MB) [INFO] Fetching com.google.protobuf_2.4.1.v20220404-1934.jar from https://download.eclipse.org/oomph/simrel-orbit/nightly/N202306301409/plugins/ (478.08kB) [INFO] Fetching com.jcraft.jsch_0.1.55.v20221112-0806.jar from https://download.eclipse.org/releases/2023-09/202308251000/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/releases/2023-09/202308251000/plugins/ (106.86kB) [INFO] Fetching jakarta.interceptor-api_1.2.5.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (24.45kB) [INFO] Fetching org.eclipse.jetty.servlet-api_4.0.6.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (266.68kB) [INFO] Fetching jakarta.transaction-api_1.3.3.jar from https://download.eclipse.org/releases/2023-09/202308251000/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/releases/2023-09/202308251000/plugins/ (1.02MB) [INFO] Fetching org.apache.httpcomponents.httpcore_4.4.16.v20221207-1049.jar from https://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/plugins/ (356.05kB) [INFO] Fetching org.apache.lucene.lucene-analysis-common_9.5.0.jar from https://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/plugins/ (1.82MB) [INFO] Fetching org.apache.lucene.lucene-core_9.5.0.jar from https://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/plugins/ (3.57MB) [INFO] Fetching org.apache.lucene.lucene-queryparser_9.5.0.jar from https://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/plugins/ (418.36kB) [INFO] Fetching org.apache.ws.commons.util_1.0.2.v20230723-0712.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (43.94kB) [INFO] Fetching org.apache.xml.serializer_2.7.1.v201005080400.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (293.71kB) [INFO] Fetching org.apache.xmlrpc.client_3.1.3.v20160817-1930.jar from https://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/plugins/ (73.89kB) [INFO] Fetching org.apache.xmlrpc.common_3.1.3.v20181004-1955.jar from https://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/plugins/ (129.32kB) [INFO] Fetching org.eclipse.datatools.connectivity.oda_3.7.0.202305310959.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (254.52kB) [INFO] Fetching org.eclipse.datatools.connectivity.console.profile_1.3.0.202305310959.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (34.97kB) [INFO] Fetching org.eclipse.help.base_4.4.100.v20230817-0230.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (440.5kB) [INFO] Fetching org.eclipse.datatools.connectivity.db.generic.ui_1.3.0.202305310959.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (38.45kB) [INFO] Fetching org.eclipse.datatools.connectivity.sqm.server.ui_1.4.0.202305310959.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (128.31kB) [INFO] Fetching org.eclipse.datatools.connectivity.ui.dse_1.4.0.202305310959.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (86.87kB) [INFO] Fetching org.eclipse.datatools.connectivity.oda.consumer_3.5.0.202305310959.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (127.79kB) [INFO] Fetching org.eclipse.datatools.connectivity.oda.design_3.6.0.202305311622.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (355.45kB) [INFO] Fetching org.eclipse.datatools.connectivity.oda.profile_3.5.0.202305310959.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (47.13kB) [INFO] Fetching org.eclipse.datatools.connectivity.oda.design.ui_3.5.0.202305310959.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (236.33kB) [INFO] Fetching org.eclipse.datatools.connectivity.oda.flatfile_3.4.0.202305310959.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (78.29kB) [INFO] Fetching org.eclipse.datatools.connectivity.oda.flatfile.ui_3.4.0.202305310959.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (109.02kB) [INFO] Fetching org.eclipse.datatools.modelbase.sql.edit_1.3.0.202305310959.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (280.28kB) [INFO] Fetching org.eclipse.datatools.enablement.hsqldb_1.3.0.202305310959.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (25.39kB) [INFO] Fetching org.eclipse.datatools.enablement.hsqldb.dbdefinition_1.3.0.202305310959.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (15.55kB) [INFO] Fetching org.eclipse.datatools.enablement.hsqldb.ui_1.3.0.202305310959.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (32.32kB) [INFO] Fetching org.eclipse.datatools.modelbase.sql.query.edit_1.3.0.202305310959.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (210.82kB) [INFO] Fetching org.eclipse.datatools.modelbase.sql.xml.query_1.3.0.202305310959.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (262.1kB) [INFO] Fetching org.eclipse.dstore.core_4.5.500.202305261012.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (398.67kB) [INFO] Fetching org.eclipse.dstore.extra_4.5.500.202305261012.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (36.79kB) [INFO] Fetching org.eclipse.ecf_3.11.0.v20230507-1923.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (133.18kB) [INFO] Fetching org.eclipse.ecf.identity_3.10.0.v20230422-0242.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (67.72kB) [INFO] Fetching org.eclipse.equinox.concurrent_1.2.100.v20211021-1418.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (26.38kB) [INFO] Fetching org.eclipse.ecf.filetransfer_5.1.102.v20210409-2301.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (52.52kB) [INFO] Fetching org.eclipse.ecf.provider.filetransfer_3.3.0.v20230422-0242.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (134.87kB) [INFO] Fetching org.eclipse.emf.ant_2.12.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (36.29kB) [INFO] Fetching org.eclipse.emf.codegen.ecore_2.35.0.v20230801-1141.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (1.11MB) [INFO] Fetching org.eclipse.emf.codegen.ecore.ui_2.35.0.v20230622-1149.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (192.73kB) [INFO] Fetching org.eclipse.emf.codegen.ui_2.24.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (304.34kB) [INFO] Fetching org.eclipse.emf.converter_2.12.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (96.25kB) [INFO] Fetching org.eclipse.emf.importer_2.13.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (84.41kB) [INFO] Fetching org.eclipse.emf.exporter_2.11.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (66.72kB) [INFO] Fetching org.eclipse.emf.importer.ecore_2.11.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (36.44kB) [INFO] Fetching org.eclipse.emf.importer.java_2.12.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (74.33kB) [INFO] Fetching org.eclipse.emf.importer.rose_2.12.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (116.43kB) [INFO] Fetching org.eclipse.emf.databinding_1.7.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (93.67kB) [INFO] Fetching org.eclipse.emf.databinding.edit_1.8.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (55.08kB) [INFO] Fetching org.eclipse.emf.ecore.change.edit_2.9.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (35.88kB) [INFO] Fetching org.eclipse.emf.ecore.editor_2.18.0.v20230224-1122.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (131.32kB) [INFO] Fetching org.eclipse.emf_2.9.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (14.67kB) [INFO] Fetching org.eclipse.emf.mapping_2.13.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (196.8kB) [INFO] Fetching org.eclipse.emf.mapping.ecore2ecore_2.12.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (31.55kB) [INFO] Fetching org.eclipse.emf.mapping.ui_2.11.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (151.36kB) [INFO] Fetching org.eclipse.emf.mapping.ecore2xml_2.12.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (44.41kB) [INFO] Fetching org.eclipse.emf.mapping.ecore.editor_2.9.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (15.01kB) [INFO] Fetching org.eclipse.emf.mapping.ecore2ecore.editor_2.11.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (52.27kB) [INFO] Fetching org.eclipse.emf.mapping.ecore2xml.ui_2.13.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (104.31kB) [INFO] Fetching org.eclipse.emf.mapping.ecore_2.9.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (14.96kB) [INFO] Fetching org.eclipse.equinox.p2.discovery_1.3.100.v20230728-2010.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (40.09kB) [INFO] Fetching org.eclipse.equinox.p2.discovery.compatibility_1.3.100.v20230728-2010.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (61.15kB) [INFO] Fetching org.eclipse.equinox.p2.transport.ecf_1.4.100.v20230630-1506.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (47.98kB) [INFO] Fetching org.eclipse.equinox.p2.ui.discovery_1.3.100.v20230718-0609.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (158.51kB) [INFO] Fetching org.eclipse.jdt.apt.core_3.8.100.v20230804-1454.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (399.6kB) [INFO] Fetching org.eclipse.jetty.http_10.0.15.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (256.75kB) [INFO] Fetching org.eclipse.jetty.io_10.0.15.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (211.53kB) [INFO] Fetching org.eclipse.jetty.util_10.0.15.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (557.33kB) [INFO] Fetching org.eclipse.jetty.jndi_10.0.15.jar from https://download.eclipse.org/releases/2023-09/202308251000/plugins/ (56.39kB) [ERROR] All attempts to read artifact osgi.bundle,org.eclipse.jetty.jndi,10.0.15 failed: [ERROR] An error occurred while transferring artifact canonical: osgi.bundle,org.eclipse.jetty.jndi,10.0.15 from repository https://download.eclipse.org/releases/2023-09/202308251000: [ERROR] Retry another mirror: [ERROR] Problems downloading artifact: osgi.bundle,org.eclipse.jetty.jndi,10.0.15.: [ERROR] MD5 hash is not as expected. Expected: 785f479c6433717bee8e9bb94df56c11 and found 8f2d6b1e2acef3285e3a12f62042890c. [ERROR] An error occurred while transferring artifact canonical: osgi.bundle,org.eclipse.jetty.jndi,10.0.15 from repository https://download.eclipse.org/releases/2023-09/202308251000: [ERROR] Retry another mirror: [ERROR] Problems downloading artifact: osgi.bundle,org.eclipse.jetty.jndi,10.0.15.: [ERROR] MD5 hash is not as expected. Expected: 785f479c6433717bee8e9bb94df56c11 and found 8f2d6b1e2acef3285e3a12f62042890c. [ERROR] An error occurred while transferring artifact canonical: osgi.bundle,org.eclipse.jetty.jndi,10.0.15 from repository https://download.eclipse.org/releases/2023-09/202308251000: [ERROR] Retry another mirror: [ERROR] Problems downloading artifact: osgi.bundle,org.eclipse.jetty.jndi,10.0.15.: [ERROR] MD5 hash is not as expected. Expected: 785f479c6433717bee8e9bb94df56c11 and found 8f2d6b1e2acef3285e3a12f62042890c. [ERROR] An error occurred while transferring artifact canonical: osgi.bundle,org.eclipse.jetty.jndi,10.0.15 from repository https://download.eclipse.org/releases/2023-09/202308251000: [ERROR] Retry another mirror: [ERROR] Problems downloading artifact: osgi.bundle,org.eclipse.jetty.jndi,10.0.15.: [ERROR] MD5 hash is not as expected. Expected: 785f479c6433717bee8e9bb94df56c11 and found 8f2d6b1e2acef3285e3a12f62042890c. [ERROR] An error occurred while transferring artifact canonical: osgi.bundle,org.eclipse.jetty.jndi,10.0.15 from repository https://download.eclipse.org/releases/2023-09/202308251000: [ERROR] Retry another mirror: [ERROR] Problems downloading artifact: osgi.bundle,org.eclipse.jetty.jndi,10.0.15.: [ERROR] MD5 hash is not as expected. Expected: 785f479c6433717bee8e9bb94df56c11 and found 8f2d6b1e2acef3285e3a12f62042890c. [ERROR] An error occurred while transferring artifact canonical: osgi.bundle,org.eclipse.jetty.jndi,10.0.15 from repository https://download.eclipse.org/releases/2023-09/202308251000: [ERROR] Retry another mirror: [ERROR] Problems downloading artifact: osgi.bundle,org.eclipse.jetty.jndi,10.0.15.: [ERROR] MD5 hash is not as expected. Expected: 785f479c6433717bee8e9bb94df56c11 and found 8f2d6b1e2acef3285e3a12f62042890c. [ERROR] An error occurred while transferring artifact canonical: osgi.bundle,org.eclipse.jetty.jndi,10.0.15 from repository https://download.eclipse.org/releases/2023-09/202308251000: [ERROR] Retry another mirror: [ERROR] Problems downloading artifact: osgi.bundle,org.eclipse.jetty.jndi,10.0.15.: [ERROR] MD5 hash is not as expected. Expected: 785f479c6433717bee8e9bb94df56c11 and found 8f2d6b1e2acef3285e3a12f62042890c. [ERROR] An error occurred while transferring artifact canonical: osgi.bundle,org.eclipse.jetty.jndi,10.0.15 from repository https://download.eclipse.org/releases/2023-09/202308251000: [ERROR] Retry another mirror: [ERROR] Problems downloading artifact: osgi.bundle,org.eclipse.jetty.jndi,10.0.15.: [ERROR] MD5 hash is not as expected. Expected: 785f479c6433717bee8e9bb94df56c11 and found 8f2d6b1e2acef3285e3a12f62042890c. [ERROR] An error occurred while transferring artifact canonical: osgi.bundle,org.eclipse.jetty.jndi,10.0.15 from repository https://download.eclipse.org/releases/2023-09/202308251000: [ERROR] Retry another mirror: [ERROR] Problems downloading artifact: osgi.bundle,org.eclipse.jetty.jndi,10.0.15.: [ERROR] MD5 hash is not as expected. Expected: 785f479c6433717bee8e9bb94df56c11 and found 8f2d6b1e2acef3285e3a12f62042890c. [ERROR] An error occurred while transferring artifact canonical: osgi.bundle,org.eclipse.jetty.jndi,10.0.15 from repository https://download.eclipse.org/releases/2023-09/202308251000: [ERROR] Retry another mirror: [ERROR] Problems downloading artifact: osgi.bundle,org.eclipse.jetty.jndi,10.0.15.: [ERROR] MD5 hash is not as expected. Expected: 785f479c6433717bee8e9bb94df56c11 and found 8f2d6b1e2acef3285e3a12f62042890c. [ERROR] An error occurred while transferring artifact canonical: osgi.bundle,org.eclipse.jetty.jndi,10.0.15 from repository https://download.eclipse.org/releases/2023-09/202308251000: [ERROR] Retry another mirror: [ERROR] Problems downloading artifact: osgi.bundle,org.eclipse.jetty.jndi,10.0.15.: [ERROR] MD5 hash is not as expected. Expected: 785f479c6433717bee8e9bb94df56c11 and found 8f2d6b1e2acef3285e3a12f62042890c. [ERROR] An error occurred while transferring artifact canonical: osgi.bundle,org.eclipse.jetty.jndi,10.0.15 from repository https://download.eclipse.org/releases/2023-09/202308251000: [ERROR] Retry another mirror: [ERROR] Problems downloading artifact: osgi.bundle,org.eclipse.jetty.jndi,10.0.15.: [ERROR] MD5 hash is not as expected. Expected: 785f479c6433717bee8e9bb94df56c11 and found 8f2d6b1e2acef3285e3a12f62042890c. [ERROR] An error occurred while transferring artifact canonical: osgi.bundle,org.eclipse.jetty.jndi,10.0.15 from repository https://download.eclipse.org/releases/2023-09/202308251000: [ERROR] Retry another mirror: [ERROR] Problems downloading artifact: osgi.bundle,org.eclipse.jetty.jndi,10.0.15.: [ERROR] MD5 hash is not as expected. Expected: 785f479c6433717bee8e9bb94df56c11 and found 8f2d6b1e2acef3285e3a12f62042890c. [ERROR] An error occurred while transferring artifact canonical: osgi.bundle,org.eclipse.jetty.jndi,10.0.15 from repository https://download.eclipse.org/releases/2023-09/202308251000: [ERROR] Retry another mirror: [ERROR] Problems downloading artifact: osgi.bundle,org.eclipse.jetty.jndi,10.0.15.: [ERROR] MD5 hash is not as expected. Expected: 785f479c6433717bee8e9bb94df56c11 and found 8f2d6b1e2acef3285e3a12f62042890c. [ERROR] An error occurred while transferring artifact canonical: osgi.bundle,org.eclipse.jetty.jndi,10.0.15 from repository https://download.eclipse.org/releases/2023-09/202308251000: [ERROR] Retry another mirror: [ERROR] Problems downloading artifact: osgi.bundle,org.eclipse.jetty.jndi,10.0.15.: [ERROR] MD5 hash is not as expected. Expected: 785f479c6433717bee8e9bb94df56c11 and found 8f2d6b1e2acef3285e3a12f62042890c. [ERROR] An error occurred while transferring artifact canonical: osgi.bundle,org.eclipse.jetty.jndi,10.0.15 from repository https://download.eclipse.org/releases/2023-09/202308251000: [ERROR] Retry another mirror: [ERROR] Problems downloading artifact: osgi.bundle,org.eclipse.jetty.jndi,10.0.15.: [ERROR] MD5 hash is not as expected. Expected: 785f479c6433717bee8e9bb94df56c11 and found 8f2d6b1e2acef3285e3a12f62042890c. [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary for RedDeer Parent POM File 4.7.0-SNAPSHOT: [INFO] [INFO] RedDeer Parent POM File ............................ SUCCESS [ 1.350 s] [INFO] RedDeer Plugins .................................... SUCCESS [ 0.004 s] [INFO] RedDeer Common ..................................... SUCCESS [ 5.715 s] [INFO] RedDeer Workbench Core ............................. SUCCESS [ 1.085 s] [INFO] RedDeer E4 Workbench Core .......................... SUCCESS [ 0.360 s] [INFO] RedDeer Core ....................................... SUCCESS [ 1.218 s] [INFO] RedDeer SWT ........................................ SUCCESS [ 0.714 s] [INFO] RedDeer JFace ...................................... SUCCESS [ 0.682 s] [INFO] RedDeer Workbench .................................. SUCCESS [ 1.116 s] [INFO] RedDeer E4 Workbench ............................... SUCCESS [ 0.471 s] [INFO] RedDeer UIForms .................................... SUCCESS [ 0.524 s] [INFO] RedDeer Direct ..................................... SUCCESS [ 0.286 s] [INFO] RedDeer JUnit ...................................... SUCCESS [ 0.714 s] [INFO] RedDeer Eclipse .................................... SUCCESS [ 1.387 s] [INFO] RedDeer GEF ........................................ SUCCESS [ 0.442 s] [INFO] RedDeer GEF Spy .................................... SUCCESS [ 0.396 s] [INFO] RedDeer Graphiti ................................... SUCCESS [ 0.656 s] [INFO] RedDeer JDT Junit .................................. SUCCESS [ 0.276 s] [INFO] RedDeer JUnit Extensions ........................... SUCCESS [ 0.440 s] [INFO] RedDeer Requirements ............................... SUCCESS [ 0.686 s] [INFO] RedDeer UI ......................................... SUCCESS [ 1.303 s] [INFO] RedDeer Spy ........................................ SUCCESS [ 0.510 s] [INFO] RedDeer Recorder ................................... SUCCESS [ 0.687 s] [INFO] RedDeer Go ......................................... SUCCESS [ 0.222 s] [INFO] RedDeer Log Parser ................................. SUCCESS [ 0.594 s] [INFO] RedDeer CodeGen .................................... SUCCESS [ 0.729 s] [INFO] RedDeer Test-Apps .................................. SUCCESS [ 0.002 s] [INFO] RedDeer E4 Test App ................................ SUCCESS [ 0.269 s] [INFO] RedDeer Tests ...................................... SUCCESS [ 0.089 s] [INFO] RedDeer Common Tests ............................... SUCCESS [01:09 min] [INFO] RedDeer SWT Tests .................................. SUCCESS [03:31 min] [INFO] RedDeer Core Tests ................................. SUCCESS [03:10 min] [INFO] RedDeer Workbench Tests ............................ SUCCESS [04:49 min] [INFO] RedDeer UIForms Test ............................... SUCCESS [ 21.190 s] [INFO] RedDeer JFace Tests ................................ SUCCESS [01:19 min] [INFO] RedDeer Integration and Eclipse Installation Tests . SUCCESS [ 1.128 s] [INFO] RedDeer Eclipse Tests .............................. FAILURE [ 17.979 s] [INFO] RedDeer GEF Tests .................................. SKIPPED [INFO] RedDeer Graphiti Tests ............................. SKIPPED [INFO] RedDeer Direct Tests ............................... SKIPPED [INFO] RedDeer JUnit Tests ................................ SKIPPED [INFO] RedDeer Requirements Tests ......................... SKIPPED [INFO] RedDeer UI Tests ................................... SKIPPED [INFO] RedDeer E4 Workbench Tests ......................... SKIPPED [INFO] RedDeer Features ................................... SKIPPED [INFO] RedDeer E4 Feature ................................. SKIPPED [INFO] RedDeer Eclipse Feature ............................ SKIPPED [INFO] RedDeer GEF Spy Feature ............................ SKIPPED [INFO] RedDeer SWT Feature ................................ SKIPPED [INFO] RedDeer Tests Feature .............................. SKIPPED [INFO] RedDeer UI Feature ................................. SKIPPED [INFO] RedDeer Recorder Feature ........................... SKIPPED [INFO] RedDeer GEF/Graphiti Feature ....................... SKIPPED [INFO] RedDeer Spy Feature ................................ SKIPPED [INFO] RedDeer Log Parser Feature ......................... SKIPPED [INFO] RedDeer CodeGen Feature ............................ SKIPPED [INFO] RedDeer Site ....................................... SKIPPED [INFO] RedDeer Archetype .................................. SKIPPED [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 16:05 min [INFO] Finished at: 2023-08-31T08:14:53Z [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